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
|
{'description': {'en': 'Ebuilds related to nginx webserver modules'},
'feed': ['https://cgit.gentoo.org/user/yoreek.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/yoreek.git/',
'name': 'yoreek',
'owner': [{'email': 'yoreek@yahoo.com', 'name': 'Yuri U.', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/yoreek.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/yoreek.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/yoreek.git'}],
'status': 'unofficial'}
$ pmaint sync yoreek
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://anongit.gentoo.org/git/user/yoreek
333dfa0..280f360 master -> origin/master
Updating 333dfa0..280f360
Fast-forward
www-servers/nginx/Manifest | 36 +-
...just-loglevel-for-authentication-failures.patch | 22 -
...r2.patch => http_brotli-detect-brotli-r3.patch} | 22 +-
www-servers/nginx/files/nginx.service-r1 | 1 +
www-servers/nginx/metadata.xml | 4 -
www-servers/nginx/nginx-1.17.3-r100.ebuild | 1108 --------------------
www-servers/nginx/nginx-1.17.5-r100.ebuild | 1108 --------------------
...1.16.1-r100.ebuild => nginx-1.18.0-r999.ebuild} | 56 +-
...1.17.4-r100.ebuild => nginx-1.19.6-r999.ebuild} | 60 +-
9 files changed, 83 insertions(+), 2334 deletions(-)
delete mode 100644 www-servers/nginx/files/http_auth_pam-1.5.1-adjust-loglevel-for-authentication-failures.patch
rename www-servers/nginx/files/{http_brotli-detect-brotli-r2.patch => http_brotli-detect-brotli-r3.patch} (64%)
delete mode 100644 www-servers/nginx/nginx-1.17.3-r100.ebuild
delete mode 100644 www-servers/nginx/nginx-1.17.5-r100.ebuild
rename www-servers/nginx/{nginx-1.16.1-r100.ebuild => nginx-1.18.0-r999.ebuild} (96%)
rename www-servers/nginx/{nginx-1.17.4-r100.ebuild => nginx-1.19.6-r999.ebuild} (96%)
*** syncing yoreek
*** synced yoreek
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 yoreek
* Cache regenerated successfully
|