blob: fc3515941ba9d4ce2700ad747773bef559a6ec0a (
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
28
29
30
31
32
33
|
{'description': {'en': "Soft's personal overlay for miscellaneous ebuilds"},
'homepage': 'https://bitbucket.org/Soft/overlay',
'name': 'soft',
'owner': [{'email': 'samuel.lauren@iki.fi',
'name': 'Samuel Laurén',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'mercurial', 'uri': 'https://bitbucket.org/Soft/overlay'}],
'status': 'unofficial'}
$ pmaint sync soft
pulling from https://bitbucket.org/Soft/overlay
abort: error: bad HTTP status line: ''
*** syncing soft
*** failed syncing soft
* Sync failed with 1
* Will try to re-create
$ pmaint sync soft
WARNING:pkgcore:jacendi-overlay repo at '/var/lib/repo-mirror-ci/sync/jacendi-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
requesting all changes
adding changesets
adding manifests
adding file changes
added 89 changesets with 171 changes to 111 files
new changesets f16d2b4546f4:caa7a135ae58
updating to branch default
101 files updated, 0 files merged, 0 files removed, 0 files unresolved
*** syncing soft
*** synced soft
* Sync succeeded after re-adding
$ hg log -l 1 --template={date|isodatesec}
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 soft
* app-misc/jrnl-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|