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
42
|
{'description': {'en': 'A Portage configuration for O3, Graphite, and LTO system-wide'},
'feed': ['https://github.com/InBetweenNames/gentooLTO/commits/master'],
'homepage': 'https://github.com/InBetweenNames/gentooLTO',
'name': 'lto-overlay',
'owner': [{'email': 'lookatyouhacker@gmail.com',
'name': 'Shane Peelar',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/InBetweenNames/gentooLTO.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com:InBetweenNames/gentooLTO.git'}],
'status': 'unofficial'}
$ pmaint sync lto-overlay
WARNING:pkgcore:repo at '/home/mgorny/sync/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/jkolo'
WARNING:pkgcore:repo at '/home/mgorny/sync/jkolo', named 'jkolo', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
From https://github.com/InBetweenNames/gentooLTO
b37b538..645a653 master -> origin/master
Updating b37b538..645a653
Fast-forward
.travis.yml | 13 +++++++++++++
sys-config/ltoize/Manifest | 2 +-
sys-config/ltoize/ltoize-0.2.ebuild | 1 -
tests/repoman.sh | 14 ++++++++++++++
4 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 .travis.yml
create mode 100755 tests/repoman.sh
*** syncing lto-overlay
*** synced lto-overlay
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 lto-overlay
WARNING:pkgcore:repo at '/home/mgorny/repos/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:repo at '/home/mgorny/repos/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
* Cache regenerated successfully
|