[arch-commits] Commit in gitlab-runner/repos/community-x86_64 (12 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jul 24 07:56:49 UTC 2018


    Date: Tuesday, July 24, 2018 @ 07:56:49
  Author: svenstaro
Revision: 363266

archrelease: copy trunk to community-x86_64

Added:
  gitlab-runner/repos/community-x86_64/PKGBUILD
    (from rev 363265, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
    (from rev 363265, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
    (from rev 363265, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
    (from rev 363265, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
    (from rev 363265, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
    (from rev 363265, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

------------------------+
 PKGBUILD               |  138 +++++++++++++++++++++++------------------------
 config.toml            |    2 
 gitlab-runner.install  |   12 ++--
 gitlab-runner.service  |   34 +++++------
 gitlab-runner.sysusers |    2 
 gitlab-runner.tmpfiles |    2 
 6 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-24 07:56:45 UTC (rev 363265)
+++ PKGBUILD	2018-07-24 07:56:49 UTC (rev 363266)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>
-
-pkgname=gitlab-runner
-pkgver=11.0.0
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go-pie' 'git' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
-           "prebuilt-${pkgver}-arm.tar.xz")
-
-# Note: This should be built using git because the runner gets its version information from there and I
-# haven't found the place to patch that yet.
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver}"
-        "prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz"
-        "prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz"
-        "gitlab-runner.service"
-        "gitlab-runner.sysusers"
-        "gitlab-runner.tmpfiles"
-        "config.toml")
-sha512sums=('e512c009507d26317e1d683d795bd1617189e1b8d6583060ff99d066b09a7e1694e42aa1a27d0f12f6226f67cf1606a2a8f143c686ba90b5a291310bf0cf473d'
-            'd0508862c7d9576fdaabbdcdc494bc916649c21868ab0af661a76d023fa32c21ec0ada7840872ffe689104e6941249a0ed1505a4fbfb9aaca10cf10a93ddc3de'
-            '20b0e9692c44e2c7037e5720a34ace9406594c2e98989db54440efcac52db970b921c0e98abeb3664ff937fccc6e70928fe1ac19d4953a2cd55ff264644e4877'
-            '8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
-            '8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
-            '6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
-            'f39c23fc06636f31c3fadb9a630c54527e8255098f18d275772cb30875d0a7463717101704070d432f2b69ab71f076a9538172a439bc307722dad2c7e260f752')
-
-_srcdir="gitlab-runner-v${pkgver}-"
-
-prepare() {
-    local revision=$(ls -d ${_srcdir}* | rev | cut -c 34-40 | rev)
-
-    mkdir -p "${srcdir}/src/gitlab.com/gitlab-org/"
-    ln -sf "${srcdir}/${_srcdir}"* "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-    cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-    local version=$(cat VERSION)
-
-    sed -i "s/export VERSION.*/export VERSION = $version/" Makefile
-    sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
-
-    make version
-
-    ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
-    ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
-}
-
-build() {
-    cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-    make BUILD_PLATFORMS='-osarch linux/amd64' build
-}
-
-package() {
-    cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-    install -Dm644 "${srcdir}/config.toml" "${pkgdir}/etc/gitlab-runner/config.toml"
-    install -Dm644 "${srcdir}/gitlab-runner.service" "${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
-    install -Dm644 "${srcdir}/gitlab-runner.sysusers" "${pkgdir}/usr/lib/sysusers.d/gitlab-runner.conf"
-    install -Dm644 "${srcdir}/gitlab-runner.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/gitlab-runner.conf"
-    install -Dm755 out/binaries/gitlab-runner-linux-amd64 "${pkgdir}/usr/bin/gitlab-runner"
-}

Copied: gitlab-runner/repos/community-x86_64/PKGBUILD (from rev 363265, gitlab-runner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-24 07:56:49 UTC (rev 363266)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>
+
+pkgname=gitlab-runner
+pkgver=11.1.0
+pkgrel=1
+pkgdesc="The official GitLab CI runner written in Go"
+arch=('x86_64')
+url='https://gitlab.com/gitlab-org/gitlab-runner'
+license=('GPL3')
+depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
+makedepends=('git' 'go-pie' 'git' 'mercurial')
+install='gitlab-runner.install'
+replaces=('gitlab-ci-multi-runner')
+backup=('etc/gitlab-runner/config.toml')
+noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
+           "prebuilt-${pkgver}-arm.tar.xz")
+
+# Note: This should be built using git because the runner gets its version information from there and I
+# haven't found the place to patch that yet.
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver}"
+        "prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-x86_64.tar.xz"
+        "prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-arm.tar.xz"
+        "gitlab-runner.service"
+        "gitlab-runner.sysusers"
+        "gitlab-runner.tmpfiles"
+        "config.toml")
+sha512sums=('8ec63d82eaa1a81a2ffe4ac9ecbde93590a332b23a0386da49afe896567e542adc6c52e8d11aec676d966e96f98ac0e1213715196309b5b155ae15b0f56895cf'
+            '46a0460cfea4f8f7bb0df3fe69824fda993bab474c62d76960eb6545c1a7e4389883d42cc101e0a13ef6d242b0c5e10fb5606afaf2f1cab05f04eecd5b73826f'
+            'e57f11aa35e2d90380ffee58abf25994abb3bb6e3ae0ec31ba7740ab8f27f4a32f7e5c94439418caffe44cc493d7004504353307d967dbe785163475bb4d3b75'
+            '8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
+            '8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
+            '6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
+            'f39c23fc06636f31c3fadb9a630c54527e8255098f18d275772cb30875d0a7463717101704070d432f2b69ab71f076a9538172a439bc307722dad2c7e260f752')
+
+_srcdir="gitlab-runner-v${pkgver}-"
+
+prepare() {
+    local revision=$(ls -d ${_srcdir}* | rev | cut -c 34-40 | rev)
+
+    mkdir -p "${srcdir}/src/gitlab.com/gitlab-org/"
+    ln -sf "${srcdir}/${_srcdir}"* "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
+    cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
+
+    local version=$(cat VERSION)
+
+    sed -i "s/export VERSION.*/export VERSION = $version/" Makefile
+    sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
+
+    make version
+
+    ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
+    ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
+}
+
+build() {
+    cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
+    make BUILD_PLATFORMS='-osarch linux/amd64' build
+}
+
+package() {
+    cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
+
+    install -Dm644 "${srcdir}/config.toml" "${pkgdir}/etc/gitlab-runner/config.toml"
+    install -Dm644 "${srcdir}/gitlab-runner.service" "${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
+    install -Dm644 "${srcdir}/gitlab-runner.sysusers" "${pkgdir}/usr/lib/sysusers.d/gitlab-runner.conf"
+    install -Dm644 "${srcdir}/gitlab-runner.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/gitlab-runner.conf"
+    install -Dm755 out/binaries/gitlab-runner-linux-amd64 "${pkgdir}/usr/bin/gitlab-runner"
+}

Deleted: config.toml
===================================================================
--- config.toml	2018-07-24 07:56:45 UTC (rev 363265)
+++ config.toml	2018-07-24 07:56:49 UTC (rev 363266)
@@ -1 +0,0 @@
-concurrent = 4

Copied: gitlab-runner/repos/community-x86_64/config.toml (from rev 363265, gitlab-runner/trunk/config.toml)
===================================================================
--- config.toml	                        (rev 0)
+++ config.toml	2018-07-24 07:56:49 UTC (rev 363266)
@@ -0,0 +1 @@
+concurrent = 4

Deleted: gitlab-runner.install
===================================================================
--- gitlab-runner.install	2018-07-24 07:56:45 UTC (rev 363265)
+++ gitlab-runner.install	2018-07-24 07:56:49 UTC (rev 363266)
@@ -1,6 +0,0 @@
-post_install() {
-  echo "Register the runner as root using"
-  echo "# gitlab-ci-multi-runner register"
-  echo "Configure the runner in /etc/gitlab-runner/config.toml"
-  echo "Use gitlab-runner.service to control the runner"
-}

Copied: gitlab-runner/repos/community-x86_64/gitlab-runner.install (from rev 363265, gitlab-runner/trunk/gitlab-runner.install)
===================================================================
--- gitlab-runner.install	                        (rev 0)
+++ gitlab-runner.install	2018-07-24 07:56:49 UTC (rev 363266)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "Register the runner as root using"
+  echo "# gitlab-ci-multi-runner register"
+  echo "Configure the runner in /etc/gitlab-runner/config.toml"
+  echo "Use gitlab-runner.service to control the runner"
+}

Deleted: gitlab-runner.service
===================================================================
--- gitlab-runner.service	2018-07-24 07:56:45 UTC (rev 363265)
+++ gitlab-runner.service	2018-07-24 07:56:49 UTC (rev 363266)
@@ -1,17 +0,0 @@
-[Unit]
-Description=GitLab Runner
-After=syslog.target network.target
-ConditionFileIsExecutable=/usr/bin/gitlab-runner
-
-[Service]
-StartLimitInterval=5
-StartLimitBurst=10
-ExecStart=/usr/bin/gitlab-runner "run" "--working-directory" "/var/lib/gitlab-runner" "--config" "/etc/gitlab-runner/config.toml" "--service" "gitlab-runner" "--user" "gitlab-runner"
-Restart=always
-RestartSec=120
-StandardOutput=syslog
-StandardError=syslog
-SyslogIdentifier=gitlab-runner
-
-[Install]
-WantedBy=multi-user.target

Copied: gitlab-runner/repos/community-x86_64/gitlab-runner.service (from rev 363265, gitlab-runner/trunk/gitlab-runner.service)
===================================================================
--- gitlab-runner.service	                        (rev 0)
+++ gitlab-runner.service	2018-07-24 07:56:49 UTC (rev 363266)
@@ -0,0 +1,17 @@
+[Unit]
+Description=GitLab Runner
+After=syslog.target network.target
+ConditionFileIsExecutable=/usr/bin/gitlab-runner
+
+[Service]
+StartLimitInterval=5
+StartLimitBurst=10
+ExecStart=/usr/bin/gitlab-runner "run" "--working-directory" "/var/lib/gitlab-runner" "--config" "/etc/gitlab-runner/config.toml" "--service" "gitlab-runner" "--user" "gitlab-runner"
+Restart=always
+RestartSec=120
+StandardOutput=syslog
+StandardError=syslog
+SyslogIdentifier=gitlab-runner
+
+[Install]
+WantedBy=multi-user.target

Deleted: gitlab-runner.sysusers
===================================================================
--- gitlab-runner.sysusers	2018-07-24 07:56:45 UTC (rev 363265)
+++ gitlab-runner.sysusers	2018-07-24 07:56:49 UTC (rev 363266)
@@ -1 +0,0 @@
-u gitlab-runner   107      "GitLab Runner" /var/lib/gitlab-runner

Copied: gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers (from rev 363265, gitlab-runner/trunk/gitlab-runner.sysusers)
===================================================================
--- gitlab-runner.sysusers	                        (rev 0)
+++ gitlab-runner.sysusers	2018-07-24 07:56:49 UTC (rev 363266)
@@ -0,0 +1 @@
+u gitlab-runner   107      "GitLab Runner" /var/lib/gitlab-runner

Deleted: gitlab-runner.tmpfiles
===================================================================
--- gitlab-runner.tmpfiles	2018-07-24 07:56:45 UTC (rev 363265)
+++ gitlab-runner.tmpfiles	2018-07-24 07:56:49 UTC (rev 363266)
@@ -1 +0,0 @@
-d /var/lib/gitlab-runner 0700 gitlab-runner gitlab-runner -

Copied: gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles (from rev 363265, gitlab-runner/trunk/gitlab-runner.tmpfiles)
===================================================================
--- gitlab-runner.tmpfiles	                        (rev 0)
+++ gitlab-runner.tmpfiles	2018-07-24 07:56:49 UTC (rev 363266)
@@ -0,0 +1 @@
+d /var/lib/gitlab-runner 0700 gitlab-runner gitlab-runner -



More information about the arch-commits mailing list