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
|
{'description': {'en': 'The overlay contains new or updated security tools.'},
'homepage': 'http://www.pentoo.ch',
'name': 'pentoo',
'owner': [{'email': 'zerochaos@gentoo.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/pentoo/pentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/pentoo/pentoo-overlay.git'},
{'type': 'git', 'uri': 'git@github.com:pentoo/pentoo-overlay.git'}],
'status': 'official'}
$ pmaint sync pentoo
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 https://github.com/pentoo/pentoo-overlay
531e1ce67..7af6e94fb master -> origin/master
Updating 531e1ce67..7af6e94fb
Fast-forward
dev-python/agate/agate-1.6.1-r1.ebuild | 2 +-
dev-python/{itypes => aiosqlite}/metadata.xml | 0
dev-python/coreapi/coreapi-2.3.3.ebuild | 2 +-
dev-python/itypes/Manifest | 1 -
dev-python/itypes/itypes-1.1.0.ebuild | 21 ------
dev-python/nassl/nassl-3.0.0-r1.ebuild | 2 +-
dev-python/pymisp/pymisp-2.4.124.ebuild | 3 +-
dev-python/python-slugify/Manifest | 1 -
.../python-slugify/files/update_setup_py.patch | 14 ----
dev-python/python-slugify/metadata.xml | 8 ---
.../python-slugify/python-slugify-3.0.3-r1.ebuild | 24 -------
gnome-base/gnome-keyring/Manifest | 1 -
.../gnome-keyring/gnome-keyring-3.31.91-r1.ebuild | 84 ----------------------
.../gnome-keyring/gnome-keyring-3.34.0.ebuild | 2 +-
.../gnome-keyring/gnome-keyring-3.36.0.ebuild | 6 +-
15 files changed, 10 insertions(+), 161 deletions(-)
rename dev-python/{itypes => aiosqlite}/metadata.xml (100%)
delete mode 100644 dev-python/itypes/Manifest
delete mode 100644 dev-python/itypes/itypes-1.1.0.ebuild
delete mode 100644 dev-python/python-slugify/Manifest
delete mode 100644 dev-python/python-slugify/files/update_setup_py.patch
delete mode 100644 dev-python/python-slugify/metadata.xml
delete mode 100644 dev-python/python-slugify/python-slugify-3.0.3-r1.ebuild
delete mode 100644 gnome-base/gnome-keyring/gnome-keyring-3.31.91-r1.ebuild
*** syncing pentoo
*** synced pentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pentoo
* Cache regenerated successfully
|