blob: b3bbca521097d941ed8a3adb371e0cc2d37f1e38 (
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': 'Some ebuilds that might work'},
'feed': ['https://github.com/lucianposton/didactic-duck/commits/master.atom'],
'homepage': 'https://github.com/lucianposton/didactic-duck',
'name': 'didactic-duck',
'owner': [{'email': 'lucianposton@pm.me',
'name': 'Lucian Poston',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/lucianposton/didactic-duck.git'}],
'status': 'unofficial'}
$ pmaint sync didactic-duck
From https://github.com/lucianposton/didactic-duck
+ ef91c76...3a1eaf1 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 didactic-duck
!!! failed syncing didactic-duck
* Sync failed with 1
* Will try to re-create
$ pmaint sync didactic-duck
Cloning into '/var/lib/repo-mirror-ci/sync/didactic-duck'...
*** syncing didactic-duck
*** synced didactic-duck
* 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 didactic-duck
* Cache regenerated successfully
|