summaryrefslogtreecommitdiff
blob: b240ca7a2d0c3427294c8a1439396c30fb768dda (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{'description': {'en': 'Unofficial ebuilds for Gitlab'},
 'homepage': 'https://gitlab.awesome-it.de/overlays/gitlab',
 'name': 'gitlab',
 'owner': [{'email': 'info@awesome-it.de',
            'name': 'Daniel Morlock',
            'type': 'person'}],
 'quality': 'experimental',
 'source': [{'type': 'git',
             'uri': 'https://gitlab.awesome-it.de/overlays/gitlab.git'}],
 'status': 'unofficial'}
$ pmaint sync gitlab
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://gitlab.awesome-it.de/overlays/gitlab
   5cd3d26..f468376  master     -> origin/master
Updating 5cd3d26..f468376
Fast-forward
 dev-util/gitlab-runner-bin/Manifest                |   2 +-
 .../gitlab-runner-bin-13.6.0-r2.ebuild             |   2 +-
 dev-vcs/gitlab-gitaly/Manifest                     |   1 +
 dev-vcs/gitlab-gitaly/gitlab-gitaly-13.7.3.ebuild  | 111 +++
 .../2021-01-08-minimize-upgrade-downtime.en.txt    |  28 +
 www-apps/gitlabhq/Manifest                         |  34 +-
 .../gitlabhq/files/gitlabhq-13.7-tmpfiles.conf     |   3 -
 ...tch => gitlabhq-13.7.1-fix-checks-gentoo.patch} |   0
 ...ch => gitlabhq-13.7.1-fix-sendmail-param.patch} |   0
 ...taly.service => gitlabhq-13.7.1-gitaly.service} |   2 +
 ...om.service => gitlabhq-13.7.1-mailroom.service} |   0
 ...kiq.service => gitlabhq-13.7.1-sidekiq.service} |   0
 .../gitlabhq/files/gitlabhq-13.7.1-tmpfiles.conf   |   3 +
 ...del => gitlabhq-13.7.1-webserver.service_model} |   0
 ...e.service => gitlabhq-13.7.1-workhorse.service} |   2 +
 .../{gitlabhq-13.7.init => gitlabhq-13.7.1.init}   |   0
 ...gitlabhq-13.7.target => gitlabhq-13.7.1.target} |   0
 .../files/gitlabhq-13.7.3-fix-checks-gentoo.patch  |  11 +
 .../files/gitlabhq-13.7.3-fix-sendmail-param.patch |  17 +
 .../files/gitlabhq-13.7.3-fix-sidekiq_check.patch  |  11 +
 .../gitlabhq/files/gitlabhq-13.7.3-gitaly.service  |  14 +
 .../files/gitlabhq-13.7.3-mailroom.service         |  14 +
 .../gitlabhq/files/gitlabhq-13.7.3-sidekiq.service |  15 +
 .../gitlabhq/files/gitlabhq-13.7.3-tmpfiles.conf   |   3 +
 .../files/gitlabhq-13.7.3-webserver.service_model  |  17 +
 .../files/gitlabhq-13.7.3-workhorse.service        |  15 +
 www-apps/gitlabhq/files/gitlabhq-13.7.3.init       | 186 +++++
 www-apps/gitlabhq/files/gitlabhq-13.7.3.target     |  12 +
 www-apps/gitlabhq/files/update-files.sh            |   2 +-
 www-apps/gitlabhq/gitlabhq-13.7.3.ebuild           | 757 +++++++++++++++++++++
 www-servers/gitlab-workhorse/Manifest              |   1 +
 .../gitlab-workhorse-8.58.2.ebuild                 |  28 +
 32 files changed, 1274 insertions(+), 17 deletions(-)
 create mode 100644 dev-vcs/gitlab-gitaly/gitlab-gitaly-13.7.3.ebuild
 create mode 100644 metadata/news/2021-01-08-minimize-upgrade-downtime/2021-01-08-minimize-upgrade-downtime.en.txt
 delete mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7-tmpfiles.conf
 rename www-apps/gitlabhq/files/{gitlabhq-13.7-fix-checks-gentoo.patch => gitlabhq-13.7.1-fix-checks-gentoo.patch} (100%)
 rename www-apps/gitlabhq/files/{gitlabhq-13.7-fix-sendmail-param.patch => gitlabhq-13.7.1-fix-sendmail-param.patch} (100%)
 rename www-apps/gitlabhq/files/{gitlabhq-13.7-gitaly.service => gitlabhq-13.7.1-gitaly.service} (81%)
 rename www-apps/gitlabhq/files/{gitlabhq-13.7-mailroom.service => gitlabhq-13.7.1-mailroom.service} (100%)
 rename www-apps/gitlabhq/files/{gitlabhq-13.7-sidekiq.service => gitlabhq-13.7.1-sidekiq.service} (100%)
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.1-tmpfiles.conf
 rename www-apps/gitlabhq/files/{gitlabhq-13.7-webserver.service_model => gitlabhq-13.7.1-webserver.service_model} (100%)
 rename www-apps/gitlabhq/files/{gitlabhq-13.7-workhorse.service => gitlabhq-13.7.1-workhorse.service} (75%)
 rename www-apps/gitlabhq/files/{gitlabhq-13.7.init => gitlabhq-13.7.1.init} (100%)
 rename www-apps/gitlabhq/files/{gitlabhq-13.7.target => gitlabhq-13.7.1.target} (100%)
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-fix-checks-gentoo.patch
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-fix-sendmail-param.patch
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-fix-sidekiq_check.patch
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-gitaly.service
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-mailroom.service
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-sidekiq.service
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-tmpfiles.conf
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-webserver.service_model
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3-workhorse.service
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3.init
 create mode 100644 www-apps/gitlabhq/files/gitlabhq-13.7.3.target
 create mode 100644 www-apps/gitlabhq/gitlabhq-13.7.3.ebuild
 create mode 100644 www-servers/gitlab-workhorse/gitlab-workhorse-8.58.2.ebuild
*** syncing gitlab
*** synced gitlab
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gitlab
 * Cache regenerated successfully