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
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://gitlab.com/0bs1d1an/0bs1d1an-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/0bs1d1an/0bs1d1an-overlay',
'name': '0bs1d1an',
'owner': [{'email': 'gkroon@maelstrom.ninja',
'name': 'Guido Kroon',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/0bs1d1an/0bs1d1an-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com/0bs1d1an/0bs1d1an-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync 0bs1d1an
From https://gitlab.com/0bs1d1an/0bs1d1an-overlay
9f2a2d0..2a05408 master -> origin/master
Updating 9f2a2d0..2a05408
Fast-forward
0bs1d1an/0bs1d1an1t3/0bs1d1an1t3-2020.2.ebuild | 4 ++++
0bs1d1an/0bs1d1an1t3/Manifest | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
*** syncing 0bs1d1an
*** synced 0bs1d1an
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 0bs1d1an
* Cache regenerated successfully
|