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
|
{'description': {'en': 'Personal Overlay'},
'feed': ['https://github.com/rdnetto/rdnetto-overlay/commits/master.atom'],
'homepage': 'https://github.com/rdnetto/rdnetto-overlay',
'name': 'rdnetto-overlay',
'owner': [{'email': 'rdnetto@gmail.com',
'name': "Reuben D'Netto",
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/rdnetto/rdnetto-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com:rdnetto/rdnetto-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync rdnetto-overlay
WARNING:pkgcore:phackerlay repo at '/var/lib/repo-mirror-ci/sync/phackerlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
From https://github.com/rdnetto/rdnetto-overlay
06c4f0a..56fa084 master -> origin/master
Updating 06c4f0a..56fa084
Fast-forward
app-misc/bat/Manifest | 2 ++
app-misc/bat/bat-0.15.0.ebuild | 1 +
dev-haskell/stack-bin/Manifest | 2 ++
dev-haskell/stack-bin/stack-bin-2.3.1.ebuild | 1 +
4 files changed, 6 insertions(+)
create mode 120000 app-misc/bat/bat-0.15.0.ebuild
create mode 120000 dev-haskell/stack-bin/stack-bin-2.3.1.ebuild
*** syncing rdnetto-overlay
*** synced rdnetto-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 rdnetto-overlay
* app-shells/fasd-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|