1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
{'description': {'en': "optiz0r's sihnon overlay"},
'feed': ['https://github.com/optiz0r/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/optiz0r/gentoo-overlay',
'name': 'sihnon',
'owner': [{'email': 'optiz0r@gmail.com', 'name': 'optiz0r', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/optiz0r/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/optiz0r/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:optiz0r/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync sihnon
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
Already up to date.
*** syncing sihnon
*** synced sihnon
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 sihnon
* app-admin/librarian-puppet-2.2.3-r2: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* app-admin/librarian-puppet-3.0.0: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* app-admin/librarianp-0.6.3-r2: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/asetus-0.2.0-r1: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/faraday-0.9.2-r3: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/faraday_middleware-0.10.0-r1: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/faster_require-0.9.4: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/hiera-puppet-helper-1.0.1-r2: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/jerakia-2.4.0: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/lookup_http-1.0.3: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/minitar-0.6.1: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/oxidized-0.20.0: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/oxidized-fetch-0.2.0: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/oxidized-script-0.4.0: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/oxidized-web-0.9.2: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/puppet-syntax-2.4.1: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/puppet_forge-2.2.7-r1: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/puppetlabs_spec_helper-2.3.2: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/rspec-puppet-2.6.9: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/rspec-puppet-utils-3.4.0: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/rsync-1.0.9-r2: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/rugged-0.26.0: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/simplecov-rcov-0.2.3-r2: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* dev-ruby/webmock-rspec-helper-0.0.5: failed parsing REQUIRED_USE: '|| ( )' is unparseable
* Cache regen failed with 1
|