Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update package `gitlab-runner`
@ 2022-06-27 11:42 TheGejr
  2022-07-02 23:17 ` gitlab-runner: update to 15.1.0 classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: TheGejr @ 2022-06-27 11:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]

There is a new pull request by TheGejr against master on the void-packages repository

https://github.com/TheGejr/void-packages master
https://github.com/void-linux/void-packages/pull/37705

Update package `gitlab-runner`
#### Testing the changes
- I tested the changes in this PR: **YES**
- Please note, I have **not** tested the update pattern.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-2.32


A patch file from https://github.com/void-linux/void-packages/pull/37705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-37705.patch --]
[-- Type: text/x-diff, Size: 2462 bytes --]

From a963db86debf0186a372b7c96080563cdbdf86f2 Mon Sep 17 00:00:00 2001
From: Malte Gejr <maltegejr.korup@gmail.com>
Date: Mon, 27 Jun 2022 13:17:39 +0200
Subject: [PATCH 1/3] Removed non existent class

The class `prepend-left-4` is no longer in use on Gitlab.
I have also removed a `\K` from the pattern as no `K` appears in the HTML
---
 srcpkgs/gitlab-runner/update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitlab-runner/update b/srcpkgs/gitlab-runner/update
index c846b50c8c8b..2a50bcfd163c 100644
--- a/srcpkgs/gitlab-runner/update
+++ b/srcpkgs/gitlab-runner/update
@@ -1,3 +1,3 @@
 site="https://gitlab.com/gitlab-org/gitlab-runner/tags"
-pattern="<a class=\"item-title ref-name prepend-left-4\" href=\".*\">v\K.*(?=</a>)"
+pattern="<a class=\"item-title ref-name\" href=\".*\">v.*(?=</a>)"
 ignore="*rc*"

From 23fc1358f8598803b2a032752d2a1ef5eb0ecccd Mon Sep 17 00:00:00 2001
From: Malte Gejr <maltegejr.korup@gmail.com>
Date: Mon, 27 Jun 2022 13:23:33 +0200
Subject: [PATCH 2/3] Updated to latest version

---
 srcpkgs/gitlab-runner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitlab-runner/template b/srcpkgs/gitlab-runner/template
index c242c70a9ad8..8a5c9fd6459b 100644
--- a/srcpkgs/gitlab-runner/template
+++ b/srcpkgs/gitlab-runner/template
@@ -1,6 +1,6 @@
 # Template file for 'gitlab-runner'
 pkgname=gitlab-runner
-version=13.1.0
+version=15.1.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=go

From bfd1582658ae44acfc150191463236eb2c628770 Mon Sep 17 00:00:00 2001
From: Malte Gejr <maltegejr.korup@gmail.com>
Date: Mon, 27 Jun 2022 13:36:35 +0200
Subject: [PATCH 3/3] Updated checksum

Verified package with `xbps-src` and `xi`
---
 srcpkgs/gitlab-runner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitlab-runner/template b/srcpkgs/gitlab-runner/template
index 8a5c9fd6459b..c79af7de41df 100644
--- a/srcpkgs/gitlab-runner/template
+++ b/srcpkgs/gitlab-runner/template
@@ -10,7 +10,7 @@ maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
 license="MIT"
 homepage="https://docs.gitlab.com/runner/"
 distfiles="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/gitlab-runner-v${version}.tar.gz"
-checksum=36b720a1d47f32f8e28bcf951bb322f31aa8aeedf214b8386d33344161e0daf9
+checksum=b65ca751e433fd32f186d3d59f617216f3509c5f8b7089ede25aa39e40ec43f4
 
 post_install() {
 	vsv gitlab-runner

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-16 15:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27 11:42 [PR PATCH] Update package `gitlab-runner` TheGejr
2022-07-02 23:17 ` gitlab-runner: update to 15.1.0 classabbyamp
2022-07-03 10:38 ` paper42
2022-07-06 11:35 ` [PR PATCH] [Updated] " TheGejr
2022-07-06 11:44 ` TheGejr
2022-07-06 12:06 ` TheGejr
2022-07-06 12:32 ` [PR PATCH] [Updated] " TheGejr
2022-07-06 12:33 ` TheGejr
2022-07-16 15:37 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).