blob: 45043fc79a45f409f42a2699c4e83cd2c762e9ae (
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
25
26
27
|
{'description': {'en': 'Calculate Linux Profiles'},
'homepage': 'http://www.calculate-linux.org',
'name': 'distros',
'owner': [{'email': 'at@calculate.ru', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://git.calculate.ru/calculate/distros.git'}],
'status': 'unofficial'}
$ pmaint sync distros
From git://git.calculate.ru/calculate/distros
6b3fda4..ca9869a master -> origin/master
6b3fda4..ca9869a master64 -> origin/master64
* [new tag] 328 -> 328
Updating 6b3fda4..ca9869a
Fast-forward
profiles/templates/3.5/6_ac_update_sync/world/0-ini | 2 +-
profiles/templates/3.5/6_ac_update_sync/world/create/network | 2 +-
profiles/templates/3.5/6_ac_update_sync/world/update/2020/20200405 | 7 +++++++
3 files changed, 9 insertions(+), 2 deletions(-)
create mode 100644 profiles/templates/3.5/6_ac_update_sync/world/update/2020/20200405
*** syncing distros
*** synced distros
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 distros
* Cache regenerated successfully
|