<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/devel/gitlab-runner/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-10-02T00:17:29Z</updated>
<entry>
<title>gitlab-runner: drop unmaintained package here</title>
<updated>2025-10-02T00:17:29Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-09-30T22:12:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=be1bdc2ac1590c027c9d415aaca02ba08ebd75e0'/>
<id>urn:sha1:be1bdc2ac1590c027c9d415aaca02ba08ebd75e0</id>
<content type='text'>
Unfortunately, this package has not been well maintained since 2021,
when Jan left CZ.NIC. Its usage on OpenWrt devices is limited.

It is a very specific package,
and I believe there will not be enough users
 to maintain it, as no one from the community has stepped up to update it.

Running it on a dedicated server makes sense, but on OpenWrt?
Maybe only on x86_64 and aarch64 devices, as they are significantly more powerful.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitlab-runner: Update to 16.0.2</title>
<updated>2023-06-22T18:38:36Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-06-19T09:25:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=27b4291bd474f1517fc1a00ee7b8e7e69ded8a55'/>
<id>urn:sha1:27b4291bd474f1517fc1a00ee7b8e7e69ded8a55</id>
<content type='text'>
* Added test.sh script
* Fixed build with riscv64
* Passed package version via go ldflags
* Refreshed patches
* Removed useless test binaries from package

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitlab-runner: update to version 14.3.2</title>
<updated>2021-10-10T19:21:54Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2021-10-10T08:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4a02b717238eb5df48a97815ea25aa541e905daa'/>
<id>urn:sha1:4a02b717238eb5df48a97815ea25aa541e905daa</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec1@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #16078 from ja-pa/fix-email</title>
<updated>2021-07-29T19:37:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-29T19:37:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5ad6bb0a016d81eac015b167a513f263b0d5f0ef'/>
<id>urn:sha1:5ad6bb0a016d81eac015b167a513f263b0d5f0ef</id>
<content type='text'>
treewide: change email address in PKG_MAINTAINER</content>
</entry>
<entry>
<title>treewide: change email</title>
<updated>2021-07-29T11:21:02Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2021-07-08T13:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3ee2a087a393e02e40fb49345059d0f2f62a6556'/>
<id>urn:sha1:3ee2a087a393e02e40fb49345059d0f2f62a6556</id>
<content type='text'>
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>gitlab-runner: update to 14.0.1</title>
<updated>2021-07-21T02:51:16Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-19T04:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dd51f58b14fa50fb3a879d012da4e7f4c02ffbe4'/>
<id>urn:sha1:dd51f58b14fa50fb3a879d012da4e7f4c02ffbe4</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitlab-runner: update to version 13.12.0</title>
<updated>2021-05-25T08:20:06Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2021-05-25T08:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cbb572534c633e0a75eecf6251b4788984b23721'/>
<id>urn:sha1:cbb572534c633e0a75eecf6251b4788984b23721</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>gitlab-runner: update to version 13.11.0</title>
<updated>2021-04-26T10:13:47Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2021-04-26T10:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2acbb04c77f6ca9b3bacbaa1b8cae3addd4395f3'/>
<id>urn:sha1:2acbb04c77f6ca9b3bacbaa1b8cae3addd4395f3</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
</feed>
