1 | {'description': {'en': "DuPol's own and modified portage ebuilds."},
|
2 | 'feed': ['https://cgit.gentoo.org/user/DuPol.git/atom/'],
|
3 | 'homepage': 'https://cgit.gentoo.org/user/DuPol.git/',
|
4 | 'name': 'DuPol',
|
5 | 'owner': [{'email': 'DuPol@gmx.de', 'name': 'Dustin Polke', 'type': 'person'}],
|
6 | 'quality': 'experimental',
|
7 | 'source': [{'type': 'git',
|
8 | 'uri': 'https://anongit.gentoo.org/git/user/DuPol.git'},
|
9 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/user/DuPol.git'},
|
10 | {'type': 'git',
|
11 | 'uri': 'git+ssh://git@git.gentoo.org/user/DuPol.git'}],
|
12 | 'status': 'unofficial'}
|
13 | $ pmaint sync DuPol
|
14 | *** syncing DuPol
|
15 | warning: Pulling without specifying how to reconcile divergent branches is
|
16 | discouraged. You can squelch this message by running one of the following
|
17 | commands sometime before your next pull:
|
18 |
|
19 | git config pull.rebase false # merge (the default strategy)
|
20 | git config pull.rebase true # rebase
|
21 | git config pull.ff only # fast-forward only
|
22 |
|
23 | You can replace "git config" with "git config --global" to set a default
|
24 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
25 | or --ff-only on the command line to override the configured default per
|
26 | invocation.
|
27 |
|
28 | Already up to date.
|
29 | *** synced DuPol
|
30 | * Sync succeeded
|
31 | $ git log --format=%ci -1
|
32 | $ git show -q --pretty=format:%G? HEAD
|
33 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 DuPol
|
34 | * x11-plugins/cd-plugins-core-3.0.1-r2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
35 | * x11-plugins/cd-plugins-thirdparty-3.0-r1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
36 | * Cache regen failed with 1
|