blob: 5f9b4c538ee76738cff9b25e1e1b3834eb26e625 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'fol4 overlay'},
'feed': ['https://gitlab.com/madsl/fol4/commits/master.atom'],
'homepage': 'https://gitlab.com/madsl/fol4',
'name': 'fol4',
'owner': [{'email': 'mads@ab3.no', 'name': 'Mads', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/madsl/fol4'},
{'type': 'git', 'uri': 'git+ssh://git@gitlab.com/madsl/fol4.git'}],
'status': 'unofficial'}
$ pmaint sync fol4
warning: redirecting to https://gitlab.com/madsl/fol4.git/
Already up to date.
*** syncing fol4
*** synced fol4
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 fol4
* app-backup/btrfs-sxbackup-0.5.8: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-backup/btrfs-sxbackup-0.6.10: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|