blob: 175c1420a491c4840e65d7f8b6b1681201d3e506 (
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
|
{'description': {'en': 'Regina packages for Gentoo'},
'feed': ['https://github.com/WPettersson/regina-gentoo/commits/master.atom'],
'homepage': 'https://github.com/WPettersson/regina-gentoo/',
'name': 'regina-gentoo',
'owner': [{'email': 'william@ewpettersson.se',
'name': 'William Pettersson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/WPettersson/regina-gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync regina-gentoo
From git://github.com/WPettersson/regina-gentoo
+ fcfa17a...f61a01d 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 regina-gentoo
*** failed syncing regina-gentoo
* Sync failed with 1
* Will try to re-create
$ pmaint sync regina-gentoo
Cloning into '/var/lib/repo-mirror-ci/sync/regina-gentoo'...
*** syncing regina-gentoo
*** synced regina-gentoo
* 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 regina-gentoo
* Cache regenerated successfully
|