summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2018-08-04 14:23:46 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2018-08-04 14:23:46 +0000
commit3502d0a33a9268301ae706dd9f686c7f8c5cbd3c (patch)
treea1cca888ac7c3d6d093aeaf3d336ccbe219baf53 /mva.txt
parent2018-08-04T14:00:01Z (diff)
downloadrepos-3502d0a33a9268301ae706dd9f686c7f8c5cbd3c.tar.gz
repos-3502d0a33a9268301ae706dd9f686c7f8c5cbd3c.tar.bz2
repos-3502d0a33a9268301ae706dd9f686c7f8c5cbd3c.zip
2018-08-04T14:20:01Z
Diffstat (limited to 'mva.txt')
-rw-r--r--mva.txt61
1 files changed, 52 insertions, 9 deletions
diff --git a/mva.txt b/mva.txt
index 54c840216a8a..8c115f047f19 100644
--- a/mva.txt
+++ b/mva.txt
@@ -10,20 +10,63 @@
{'type': 'git', 'uri': 'git://github.com/msva/mva-overlay'}],
'status': 'unofficial'}
$ pmaint sync mva
-WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/glicOne'
-WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/glicOne', named 'glicOne', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
-WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/matrix'
-WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/matrix', named 'matrix', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
-WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/matrix'
-WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/matrix', named 'matrix', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
-WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/mooyooma'
-WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/mooyooma', named 'mooyooma', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing mva
-Already up to date.
+From https://github.com/msva/mva-overlay
+ 27ac5609..e07ddf44 master -> origin/master
+Updating 27ac5609..e07ddf44
+Fast-forward
+ app-vim/nginx-syntax/Manifest | 2 +-
+ ...ax-1.15.0.ebuild => nginx-syntax-1.15.2.ebuild} | 0
+ profiles/updates/3Q-2018 | 1 +
+ www-servers/nginx-unit/Manifest | 1 +
+ .../{unit => nginx-unit}/files/config/config.json | 0
+ .../files/init/nginx-unit.confd} | 0
+ .../files/init/nginx-unit.initd} | 0
+ .../files/init/nginx-unit.service} | 0
+ .../files/util/nginx-unit-loadconfig} | 0
+ .../files/util/nginx-unit-saveconfig} | 0
+ www-servers/{unit => nginx-unit}/metadata.xml | 2 +
+ .../nginx-unit-1.3-r10.ebuild} | 18 +-
+ .../nginx-unit-9999.ebuild} | 18 +-
+ www-servers/nginx/Manifest | 10 +-
+ www-servers/nginx/files/nginx.confd | 32 ++
+ www-servers/nginx/files/nginx.initd | 32 +-
+ www-servers/nginx/files/nginx.logrotate | 4 +-
+ .../files/patches/1.15.2.s/brotli_pkgconfig.patch | 116 ++++++
+ .../1.15.2.s/http_cache_purge-1.11.6+.patch | 22 ++
+ .../http_upstream_check-nginx-1.11.5+.patch | 246 +++++++++++++
+ .../files/patches/1.15.2.s/upload_issue50.patch | 31 ++
+ .../files/patches/1.15.2/brotli_pkgconfig.patch | 116 ++++++
+ .../files/patches/1.15.2/upload_issue50.patch | 31 ++
+ www-servers/nginx/metadata.xml | 4 +-
+ ...nginx-1.15.2.ebuild => nginx-1.15.2-r10.ebuild} | 401 ++++++++++++++++++---
+ www-servers/unit/Manifest | 1 -
+ 26 files changed, 1003 insertions(+), 85 deletions(-)
+ rename app-vim/nginx-syntax/{nginx-syntax-1.15.0.ebuild => nginx-syntax-1.15.2.ebuild} (100%)
+ create mode 100644 profiles/updates/3Q-2018
+ create mode 100644 www-servers/nginx-unit/Manifest
+ rename www-servers/{unit => nginx-unit}/files/config/config.json (100%)
+ rename www-servers/{unit/files/init/unit.confd => nginx-unit/files/init/nginx-unit.confd} (100%)
+ rename www-servers/{unit/files/init/unit.initd => nginx-unit/files/init/nginx-unit.initd} (100%)
+ rename www-servers/{unit/files/init/unit.service => nginx-unit/files/init/nginx-unit.service} (100%)
+ rename www-servers/{unit/files/util/unit-loadconfig => nginx-unit/files/util/nginx-unit-loadconfig} (100%)
+ rename www-servers/{unit/files/util/unit-saveconfig => nginx-unit/files/util/nginx-unit-saveconfig} (100%)
+ rename www-servers/{unit => nginx-unit}/metadata.xml (85%)
+ rename www-servers/{unit/unit-1.2-r1.ebuild => nginx-unit/nginx-unit-1.3-r10.ebuild} (85%)
+ rename www-servers/{unit/unit-9999.ebuild => nginx-unit/nginx-unit-9999.ebuild} (85%)
+ create mode 100644 www-servers/nginx/files/nginx.confd
+ create mode 100644 www-servers/nginx/files/patches/1.15.2.s/brotli_pkgconfig.patch
+ create mode 100644 www-servers/nginx/files/patches/1.15.2.s/http_cache_purge-1.11.6+.patch
+ create mode 100644 www-servers/nginx/files/patches/1.15.2.s/http_upstream_check-nginx-1.11.5+.patch
+ create mode 100644 www-servers/nginx/files/patches/1.15.2.s/upload_issue50.patch
+ create mode 100644 www-servers/nginx/files/patches/1.15.2/brotli_pkgconfig.patch
+ create mode 100644 www-servers/nginx/files/patches/1.15.2/upload_issue50.patch
+ rename www-servers/nginx/{nginx-1.15.2.ebuild => nginx-1.15.2-r10.ebuild} (80%)
+ delete mode 100644 www-servers/unit/Manifest
*** synced mva
* Sync succeeded
$ git log --format=%ci -1