blob: bda3709a14741dcff9435f7fbe079074eff82a6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': "wjn's overlay for Gentoo Linux"},
'homepage': 'https://bitbucket.org/wjn/wjn-overlay',
'name': 'wjn-overlay',
'owner': [{'email': 'wjn@aol.jp', 'name': 'wjn', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://bitbucket.org/wjn/wjn-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync wjn-overlay
fatal: unable to access 'https://bitbucket.org/wjn/wjn-overlay.git/': Empty reply from server
*** syncing wjn-overlay
!!! failed syncing wjn-overlay
* Sync failed with 1
* Will try to re-create
$ pmaint sync wjn-overlay
Cloning into '/var/lib/repo-mirror-ci/sync/wjn-overlay'...
*** syncing wjn-overlay
*** synced wjn-overlay
* Sync succeeded after re-adding
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 wjn-overlay
* Cache regenerated successfully
|