summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2020-01-02 17:06:19 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2020-01-02 17:06:19 +0000
commit5cc42fb1f2788f567d8b8b59f26aebfc76dff300 (patch)
treec27abcdb4a105f94f72621d1777fdd95628c8c83 /gitlab.txt
parent2020-01-02T16:40:01Z (diff)
downloadrepos-5cc42fb1f2788f567d8b8b59f26aebfc76dff300.tar.gz
repos-5cc42fb1f2788f567d8b8b59f26aebfc76dff300.tar.bz2
repos-5cc42fb1f2788f567d8b8b59f26aebfc76dff300.zip
2020-01-02T17:00:01Z
Diffstat (limited to 'gitlab.txt')
-rw-r--r--gitlab.txt55
1 files changed, 36 insertions, 19 deletions
diff --git a/gitlab.txt b/gitlab.txt
index 63079649b658..c64e614324c4 100644
--- a/gitlab.txt
+++ b/gitlab.txt
@@ -10,26 +10,43 @@
'status': 'unofficial'}
$ pmaint sync gitlab
From https://gitlab.awesome-it.de/overlays/gitlab
- 2a0c147..0f77572 master -> origin/master
-Updating 2a0c147..0f77572
+ 0f77572..9f5e3ee master -> origin/master
+Updating 0f77572..9f5e3ee
Fast-forward
- dev-vcs/gitlab-gitaly/Manifest | 3 +-
- dev-vcs/gitlab-gitaly/gitlab-gitaly-1.65.0.ebuild | 84 ---
- dev-vcs/gitlab-gitaly/gitlab-gitaly-1.72.1.ebuild | 88 ----
- dev-vcs/gitlab-shell/Manifest | 2 +-
- dev-vcs/gitlab-shell/gitlab-shell-10.0.0.ebuild | 116 -----
- www-apps/gitlabhq/Manifest | 4 +-
- www-apps/gitlabhq/gitlabhq-12.3.9.ebuild | 568 ---------------------
- ...tlabhq-12.5.4.ebuild => gitlabhq-12.5.5.ebuild} | 2 +-
- www-servers/gitlab-workhorse/Manifest | 2 +-
- .../gitlab-workhorse-8.10.0.ebuild | 28 -
- 10 files changed, 6 insertions(+), 891 deletions(-)
- delete mode 100644 dev-vcs/gitlab-gitaly/gitlab-gitaly-1.65.0.ebuild
- delete mode 100644 dev-vcs/gitlab-gitaly/gitlab-gitaly-1.72.1.ebuild
- delete mode 100644 dev-vcs/gitlab-shell/gitlab-shell-10.0.0.ebuild
- delete mode 100644 www-apps/gitlabhq/gitlabhq-12.3.9.ebuild
- rename www-apps/gitlabhq/{gitlabhq-12.5.4.ebuild => gitlabhq-12.5.5.ebuild} (99%)
- delete mode 100644 www-servers/gitlab-workhorse/gitlab-workhorse-8.10.0.ebuild
+ dev-vcs/gitlab-gitaly/gitlab-gitaly-1.78.0.ebuild | 88 ++++
+ dev-vcs/gitlab-shell/gitlab-shell-10.3.0.ebuild | 116 +++++
+ www-apps/gitlabhq/Manifest | 20 +-
+ .../gitlabhq/files/gitlabhq-12.3-tmpfiles.conf | 1 -
+ ...patch => gitlabhq-12.6-fix-checks-gentoo.patch} | 0
+ ...atch => gitlabhq-12.6-fix-sendmail-param.patch} | 0
+ ...gitaly.service => gitlabhq-12.6-gitaly.service} | 0
+ ...room.service => gitlabhq-12.6-mailroom.service} | 0
+ ...dekiq.service => gitlabhq-12.6-sidekiq.service} | 0
+ .../gitlabhq/files/gitlabhq-12.6-tmpfiles.conf | 1 +
+ ...icorn.service => gitlabhq-12.6-unicorn.service} | 0
+ ...rse.service => gitlabhq-12.6-workhorse.service} | 0
+ .../{gitlabhq-12.3.init => gitlabhq-12.6.init} | 24 +-
+ .../{gitlabhq-12.3.target => gitlabhq-12.6.target} | 0
+ www-apps/gitlabhq/files/update-files.sh | 0
+ www-apps/gitlabhq/gitlabhq-12.6.1.ebuild | 568 +++++++++++++++++++++
+ .../gitlab-workhorse-8.18.0.ebuild | 28 +
+ 17 files changed, 823 insertions(+), 23 deletions(-)
+ create mode 100644 dev-vcs/gitlab-gitaly/gitlab-gitaly-1.78.0.ebuild
+ create mode 100644 dev-vcs/gitlab-shell/gitlab-shell-10.3.0.ebuild
+ delete mode 100644 www-apps/gitlabhq/files/gitlabhq-12.3-tmpfiles.conf
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3-fix-checks-gentoo.patch => gitlabhq-12.6-fix-checks-gentoo.patch} (100%)
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3-fix-sendmail-param.patch => gitlabhq-12.6-fix-sendmail-param.patch} (100%)
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3-gitaly.service => gitlabhq-12.6-gitaly.service} (100%)
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3-mailroom.service => gitlabhq-12.6-mailroom.service} (100%)
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3-sidekiq.service => gitlabhq-12.6-sidekiq.service} (100%)
+ create mode 100644 www-apps/gitlabhq/files/gitlabhq-12.6-tmpfiles.conf
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3-unicorn.service => gitlabhq-12.6-unicorn.service} (100%)
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3-workhorse.service => gitlabhq-12.6-workhorse.service} (100%)
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3.init => gitlabhq-12.6.init} (90%)
+ rename www-apps/gitlabhq/files/{gitlabhq-12.3.target => gitlabhq-12.6.target} (100%)
+ mode change 100644 => 100755 www-apps/gitlabhq/files/update-files.sh
+ create mode 100644 www-apps/gitlabhq/gitlabhq-12.6.1.ebuild
+ create mode 100644 www-servers/gitlab-workhorse/gitlab-workhorse-8.18.0.ebuild
*** syncing gitlab
*** synced gitlab
* Sync succeeded