From 64f55f39725c8cecb926f37f4da30ef54c08454e Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 4 Jun 2026 04:23:10 -0500 Subject: [PATCH 1/2] Revert "Update .gitlab-ci.yml" This reverts commit 2a1ce1f71aeb0cc9411081480907abbc304f63d1 because that change uses a variable which is never defined (NC_VERSION), which breaks the CI build on GitLab. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8c759e..a5af90f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ latest: - apt update && apt install -y build-essential fakeroot devscripts apache2-dev - export DEBEMAIL="NOREPLY@`hostname -d`" - mkdir -p builddir - - uscan --overwrite-download --destdir builddir --download-version $NC_VERSION - - cd ../nextcloud-server-$NC_VERSION + - uscan --overwrite-download --destdir builddir + - cd ../nextcloud-server-29.0.11 - dpkg-buildpackage -rfakeroot - cd - ; cp ../nextcloud-server_*.deb . artifacts: -- 2.47.3 From 497018e3e8ac454e50ca6281c3cd3073c8ba00fa Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 4 Jun 2026 04:26:25 -0500 Subject: [PATCH 2/2] maint: removed hard-coded version number from GitLab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5af90f..2728d9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ latest: - export DEBEMAIL="NOREPLY@`hostname -d`" - mkdir -p builddir - uscan --overwrite-download --destdir builddir - - cd ../nextcloud-server-29.0.11 + - cd ../nextcloud-server-* - dpkg-buildpackage -rfakeroot - cd - ; cp ../nextcloud-server_*.deb . artifacts: -- 2.47.3