blob: 3246640b290529a1c230735fc91e0c6f31d6bacc (
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
|
{'description': {'en': "neko259's overlay"},
'feed': ['https://bitbucket.org/neko259/nektoo/atom',
'https://bitbucket.org/neko259/nektoo/rss'],
'homepage': 'https://bitbucket.org/neko259/nektoo',
'name': 'nektoo',
'owner': [{'email': 'neko259@gmail.com',
'name': 'neko259',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'mercurial',
'uri': 'https://bitbucket.org/neko259/nektoo'},
{'type': 'mercurial',
'uri': 'ssh://hg@bitbucket.org/neko259/nektoo'}],
'status': 'unofficial'}
$ pmaint sync nektoo
pulling from https://bitbucket.org/neko259/nektoo
searching for changes
no changes found
*** syncing nektoo
*** synced nektoo
* Sync succeeded
$ hg log -l 1 --template={date|isodatesec}
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 nektoo
* Cache regenerated successfully
|