blob: ccdf8568bac5914e2d37a3a1c8988378e9965e79 (
plain)
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
|
{'description': {'en': 'Overlay of Dustin C. Hatch'},
'feed': ['https://bitbucket.org/AdmiralNemo/overlay/atom',
'https://bitbucket.org/AdmiralNemo/overlay/rss'],
'homepage': 'http://bitbucket.org/AdmiralNemo/overlay',
'name': 'dustin',
'owner': [{'email': 'admiralnemo@gmail.com',
'name': 'Dustin C. Hatch',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'mercurial',
'uri': 'https://bitbucket.org/AdmiralNemo/overlay'},
{'type': 'mercurial',
'uri': 'ssh://hg@bitbucket.org/AdmiralNemo/overlay'}],
'status': 'unofficial'}
$ pmaint sync dustin
pulling from https://bitbucket.org/AdmiralNemo/overlay
searching for changes
no changes found
*** syncing dustin
*** synced dustin
* Sync succeeded
$ hg log -l 1 --template={date|isodatesec}
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dustin
* app-admin/mkvm-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-util/embuilder-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-util/orchestrion-master-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|