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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
{'description': {'en': 'Calculate Overlay'},
'homepage': 'http://www.calculate-linux.org',
'name': 'calculate',
'owner': [{'email': 'at@calculate.ru', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://git.calculate.ru/calculate/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync calculate
WARNING:pkgcore:flussence repo at '/var/lib/repo-mirror-ci/sync/flussence', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:flussence repo at '/var/lib/repo-mirror-ci/sync/flussence', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
From git://git.calculate.ru/calculate/overlay
1f3f3570e..ba92a6f74 master -> origin/master
ba92a6f74..93f91d504 develop -> origin/develop
1f3f3570e..ba92a6f74 master64 -> origin/master64
ba92a6f74..a92991a94 update -> origin/update
* [new tag] 2197 -> 2197
Updating 1f3f3570e..ba92a6f74
Fast-forward
profiles/default/package.keywords/default | 2 +-
profiles/default/package.keywords/depends | 2 +-
profiles/default/package.mask | 10 -
sys-process/vixie-cron/Manifest | 2 -
sys-process/vixie-cron/files/crontab | 15 --
sys-process/vixie-cron/files/crontab-3.0.1-r4 | 14 --
sys-process/vixie-cron/files/crontab.5.diff | 35 ----
sys-process/vixie-cron/files/pamd.compatible | 7 -
.../vixie-cron/files/vixie-cron-4.1-basename.diff | 20 --
.../files/vixie-cron-4.1-commandline.patch | 13 --
.../vixie-cron/files/vixie-cron-4.1-cron.deny | 4 -
.../files/vixie-cron-4.1-crontabrace.patch | 29 ---
.../vixie-cron/files/vixie-cron-4.1-hardlink.patch | 11 -
.../vixie-cron/files/vixie-cron-4.1-pam.patch | 67 ------
.../files/vixie-cron-4.1-selinux-2.patch | 225 ---------------------
.../files/vixie-cron-4.1-setuid_check.patch | 29 ---
sys-process/vixie-cron/files/vixie-cron.rc7 | 12 --
sys-process/vixie-cron/files/vixie-cron.service | 11 -
sys-process/vixie-cron/metadata.xml | 5 -
sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild | 126 ------------
20 files changed, 2 insertions(+), 637 deletions(-)
delete mode 100644 sys-process/vixie-cron/Manifest
delete mode 100644 sys-process/vixie-cron/files/crontab
delete mode 100644 sys-process/vixie-cron/files/crontab-3.0.1-r4
delete mode 100644 sys-process/vixie-cron/files/crontab.5.diff
delete mode 100644 sys-process/vixie-cron/files/pamd.compatible
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-basename.diff
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-commandline.patch
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-cron.deny
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-crontabrace.patch
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-hardlink.patch
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-pam.patch
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-selinux-2.patch
delete mode 100644 sys-process/vixie-cron/files/vixie-cron-4.1-setuid_check.patch
delete mode 100644 sys-process/vixie-cron/files/vixie-cron.rc7
delete mode 100644 sys-process/vixie-cron/files/vixie-cron.service
delete mode 100644 sys-process/vixie-cron/metadata.xml
delete mode 100644 sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild
*** syncing calculate
*** synced calculate
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 calculate
* Cache regenerated successfully
|