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
|
{'description': {'en': 'A collection of Bazaar-related ebuilds, including release\n candidates of Bazaar.'},
'feed': ['http://bazaar.launchpad.net/~serkan-kaba/serkan-overlay/mainline/atom'],
'homepage': 'https://launchpad.net/bzr-gentoo-overlay/',
'name': 'bazaar',
'owner': [{'email': 'malept@malept.com', 'name': 'Mark Lee'}],
'quality': 'experimental',
'source': [{'type': 'bzr', 'uri': 'lp:bzr-gentoo-overlay'}],
'status': 'unofficial'}
$ pmaint sync bazaar
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Unable to obtain lock file:///home/mgorny/sync/bazaar/ held by mgorny on drfinkelstein (process #9602), acquired 21 hours, 0 minutes ago.
Will continue to try until 08:00:55, unless you press Ctrl-C.
See "bzr help break-lock" for more.
bzr: ERROR: Could not acquire lock "(local)": file:///home/mgorny/sync/bazaar/
*** syncing bazaar
*** failed syncing bazaar
* Sync failed with 1
* Will try to re-create
$ pmaint sync bazaar
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Branched 379 revisions.
*** syncing bazaar
*** synced bazaar
* Sync succeeded after re-adding
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bazaar
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
* Cache regenerated successfully
|