blob: a173e0eefc4a50ca1f2a49e84fc62625f0b2f644 (
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
34
35
36
37
38
39
40
41
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://github.com/PF4Public/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/PF4Public/gentoo-overlay',
'name': 'pf4public',
'owner': [{'email': 'PF4Public@mail.ru',
'name': 'PF4Public',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/PF4Public/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/PF4Public/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync pf4public
From https://github.com/PF4Public/gentoo-overlay
+ dd765b6...b974b0d master -> origin/master (forced update)
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <repomirrorci@jacamar.gentoo.org>) not allowed
*** syncing pf4public
*** failed syncing pf4public
* Sync failed with 1
* Will try to re-create
$ pmaint sync pf4public
Cloning into '/var/lib/repo-mirror-ci/sync/pf4public'...
*** syncing pf4public
*** synced pf4public
* 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 pf4public
* Cache regenerated successfully
|