From 4859897e2e8b6b700fb788785d101a2d84ae2ca3 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Tue, 26 Sep 2023 06:01:25 +0000 Subject: 2023-09-26T06:00:01Z --- ambasta.html | 186 +++-------------------------------------------------------- 1 file changed, 7 insertions(+), 179 deletions(-) (limited to 'ambasta.html') diff --git a/ambasta.html b/ambasta.html index cad3ea5f3b1d..ad541cc1bf5a 100644 --- a/ambasta.html +++ b/ambasta.html @@ -38,191 +38,19 @@ 14
*** syncing ambasta
 
- 15
From https://github.com/ambasta/ambasta
+            15
Already up to date.
 
- 16
   e537a59..690e1c4  main       -> origin/main
+            16
*** synced ambasta
 
- 17
Updating e537a59..690e1c4
+            17
 * Sync succeeded
 
- 18
Fast-forward
+            18
$ git log --format=%ci -1
 
- 19
 dev-vcs/gitlab-shell/Manifest                      |    1 +
+            19
$ git show -q --pretty=format:%G? HEAD
 
- 20
 dev-vcs/gitlab-shell/gitlab-shell-14.28.0.ebuild   |  109 +++
+            20
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 ambasta
 
- 21
 www-apps/gitlab/Manifest                           |   38 +
-
- 22
 .../gitlab/files/gitlab-fix-checks-gentoo-r1.patch |   11 +
-
- 23
 .../gitlab/files/gitlab-fix-sendmail-param.patch   |   17 +
-
- 24
 www-apps/gitlab/files/gitlab-gitaly.init.1         |   73 ++
-
- 25
 www-apps/gitlab/files/gitlab-gitaly.init.2         |    1 +
-
- 26
 www-apps/gitlab/files/gitlab-gitaly.service.1      |   11 +
-
- 27
 www-apps/gitlab/files/gitlab-gitaly.service.2      |   19 +
-
- 28
 www-apps/gitlab/files/gitlab-mailroom.service.1    |   13 +
-
- 29
 www-apps/gitlab/files/gitlab-mailroom.service.2    |   20 +
-
- 30
 www-apps/gitlab/files/gitlab-pod-markup.patch      |   11 +
-
- 31
 www-apps/gitlab/files/gitlab-puma.service.1        |   16 +
-
- 32
 www-apps/gitlab/files/gitlab-puma.service.2        |   32 +
-
- 33
 www-apps/gitlab/files/gitlab-sidekiq.service.1     |   23 +
-
- 34
 www-apps/gitlab/files/gitlab-sidekiq.service.2     |   26 +
-
- 35
 www-apps/gitlab/files/gitlab-tmpfiles.conf         |    5 +
-
- 36
 www-apps/gitlab/files/gitlab-unicorn.service.1     |   15 +
-
- 37
 .../gitlab/files/gitlab-update-config.service.1    |   11 +
-
- 38
 .../gitlab/files/gitlab-update-config.service.2    |   11 +
-
- 39
 www-apps/gitlab/files/gitlab-workhorse.service.1   |   14 +
-
- 40
 www-apps/gitlab/files/gitlab-workhorse.service.2   |   22 +
-
- 41
 www-apps/gitlab/files/gitlab.init.1                |  109 +++
-
- 42
 www-apps/gitlab/files/gitlab.init.1.mailroom_start |    9 +
-
- 43
 .../gitlab/files/gitlab.init.1.mailroom_status     |    1 +
-
- 44
 www-apps/gitlab/files/gitlab.init.1.mailroom_stop  |    6 +
-
- 45
 www-apps/gitlab/files/gitlab.init.1.mailroom_vars  |    5 +
-
- 46
 www-apps/gitlab/files/gitlab.init.1.puma_start     |   11 +
-
- 47
 www-apps/gitlab/files/gitlab.init.1.unicorn_start  |    9 +
-
- 48
 www-apps/gitlab/files/gitlab.init.2                |  112 +++
-
- 49
 www-apps/gitlab/files/gitlab.init.2.mailroom_start |    1 +
-
- 50
 .../gitlab/files/gitlab.init.2.mailroom_status     |    1 +
-
- 51
 www-apps/gitlab/files/gitlab.init.2.mailroom_stop  |    1 +
-
- 52
 www-apps/gitlab/files/gitlab.init.2.mailroom_vars  |    1 +
-
- 53
 www-apps/gitlab/files/gitlab.init.2.puma_start     |    1 +
-
- 54
 www-apps/gitlab/files/gitlab.logrotate             |   12 +
-
- 55
 www-apps/gitlab/files/gitlab.slice.2               |    8 +
-
- 56
 www-apps/gitlab/files/gitlab.target.1              |   14 +
-
- 57
 www-apps/gitlab/files/gitlab.target.2              |    9 +
-
- 58
 www-apps/gitlab/gitlab-16.4.0.ebuild               | 1029 ++++++++++++++++++++
-
- 59
 www-apps/gitlab/metadata.xml                       |   18 +
-
- 60
 41 files changed, 1856 insertions(+)
-
- 61
 create mode 100644 dev-vcs/gitlab-shell/Manifest
-
- 62
 create mode 100644 dev-vcs/gitlab-shell/gitlab-shell-14.28.0.ebuild
-
- 63
 create mode 100644 www-apps/gitlab/Manifest
-
- 64
 create mode 100644 www-apps/gitlab/files/gitlab-fix-checks-gentoo-r1.patch
-
- 65
 create mode 100644 www-apps/gitlab/files/gitlab-fix-sendmail-param.patch
-
- 66
 create mode 100644 www-apps/gitlab/files/gitlab-gitaly.init.1
-
- 67
 create mode 120000 www-apps/gitlab/files/gitlab-gitaly.init.2
-
- 68
 create mode 100644 www-apps/gitlab/files/gitlab-gitaly.service.1
-
- 69
 create mode 100644 www-apps/gitlab/files/gitlab-gitaly.service.2
-
- 70
 create mode 100644 www-apps/gitlab/files/gitlab-mailroom.service.1
-
- 71
 create mode 100644 www-apps/gitlab/files/gitlab-mailroom.service.2
-
- 72
 create mode 100644 www-apps/gitlab/files/gitlab-pod-markup.patch
-
- 73
 create mode 100644 www-apps/gitlab/files/gitlab-puma.service.1
-
- 74
 create mode 100644 www-apps/gitlab/files/gitlab-puma.service.2
-
- 75
 create mode 100644 www-apps/gitlab/files/gitlab-sidekiq.service.1
-
- 76
 create mode 100644 www-apps/gitlab/files/gitlab-sidekiq.service.2
-
- 77
 create mode 100644 www-apps/gitlab/files/gitlab-tmpfiles.conf
-
- 78
 create mode 100644 www-apps/gitlab/files/gitlab-unicorn.service.1
-
- 79
 create mode 100644 www-apps/gitlab/files/gitlab-update-config.service.1
-
- 80
 create mode 100644 www-apps/gitlab/files/gitlab-update-config.service.2
-
- 81
 create mode 100644 www-apps/gitlab/files/gitlab-workhorse.service.1
-
- 82
 create mode 100644 www-apps/gitlab/files/gitlab-workhorse.service.2
-
- 83
 create mode 100644 www-apps/gitlab/files/gitlab.init.1
-
- 84
 create mode 100644 www-apps/gitlab/files/gitlab.init.1.mailroom_start
-
- 85
 create mode 100644 www-apps/gitlab/files/gitlab.init.1.mailroom_status
-
- 86
 create mode 100644 www-apps/gitlab/files/gitlab.init.1.mailroom_stop
-
- 87
 create mode 100644 www-apps/gitlab/files/gitlab.init.1.mailroom_vars
-
- 88
 create mode 100644 www-apps/gitlab/files/gitlab.init.1.puma_start
-
- 89
 create mode 100644 www-apps/gitlab/files/gitlab.init.1.unicorn_start
-
- 90
 create mode 100644 www-apps/gitlab/files/gitlab.init.2
-
- 91
 create mode 120000 www-apps/gitlab/files/gitlab.init.2.mailroom_start
-
- 92
 create mode 120000 www-apps/gitlab/files/gitlab.init.2.mailroom_status
-
- 93
 create mode 120000 www-apps/gitlab/files/gitlab.init.2.mailroom_stop
-
- 94
 create mode 120000 www-apps/gitlab/files/gitlab.init.2.mailroom_vars
-
- 95
 create mode 120000 www-apps/gitlab/files/gitlab.init.2.puma_start
-
- 96
 create mode 100644 www-apps/gitlab/files/gitlab.logrotate
-
- 97
 create mode 100644 www-apps/gitlab/files/gitlab.slice.2
-
- 98
 create mode 100644 www-apps/gitlab/files/gitlab.target.1
-
- 99
 create mode 100644 www-apps/gitlab/files/gitlab.target.2
-
- 100
 create mode 100644 www-apps/gitlab/gitlab-16.4.0.ebuild
-
- 101
 create mode 100644 www-apps/gitlab/metadata.xml
-
- 102
*** synced ambasta
-
- 103
 * Sync succeeded
-
- 104
$ git log --format=%ci -1
-
- 105
$ git show -q --pretty=format:%G? HEAD
-
- 106
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 ambasta
-
- 107
 * Cache regenerated successfully
+            21
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad