1 | {'description': {'en': 'FeM Gentoo Overlay'},
|
2 | 'homepage': 'https://bitbucket.fem.tu-ilmenau.de/projects/GENTOO/repos/fem-overlay/',
|
3 | 'name': 'fem-overlay',
|
4 | 'owner': [{'email': 'frainz@mailbox.org',
|
5 | 'name': 'Paul Michel',
|
6 | 'type': 'person'}],
|
7 | 'quality': 'experimental',
|
8 | 'source': [{'type': 'git',
|
9 | 'uri': 'https://bitbucket.fem.tu-ilmenau.de/scm/gentoo/fem-overlay.git'}],
|
10 | 'status': 'unofficial'}
|
11 | $ pmaint sync fem-overlay
|
12 | warning: Pulling without specifying how to reconcile divergent branches is
|
13 | discouraged. You can squelch this message by running one of the following
|
14 | commands sometime before your next pull:
|
15 |
|
16 | git config pull.rebase false # merge (the default strategy)
|
17 | git config pull.rebase true # rebase
|
18 | git config pull.ff only # fast-forward only
|
19 |
|
20 | You can replace "git config" with "git config --global" to set a default
|
21 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
22 | or --ff-only on the command line to override the configured default per
|
23 | invocation.
|
24 |
|
25 | From https://bitbucket.fem.tu-ilmenau.de/scm/gentoo/fem-overlay
|
26 | 333a6df..f17842f master -> origin/master
|
27 | Updating 333a6df..f17842f
|
28 | Fast-forward
|
29 | dev-perl/SVN-Notify/Manifest | 21 +--------------------
|
30 | dev-perl/SVN-Notify/SVN-Notify-2.86.ebuild | 4 ++--
|
31 | 2 files changed, 3 insertions(+), 22 deletions(-)
|
32 | *** syncing fem-overlay
|
33 | *** synced fem-overlay
|
34 | * Sync succeeded
|
35 | $ git log --format=%ci -1
|
36 | $ git show -q --pretty=format:%G? HEAD
|
37 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 fem-overlay
|
38 | * Cache regenerated successfully
|