[Git][qa/jenkins.debian.net][master] reproducible Arch Linux: drop community repo as it has been merged into the extra repo

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jul 11 15:45:01 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
79fb566f by Holger Levsen at 2023-07-11T16:44:29+02:00
reproducible Arch Linux: drop community repo as it has been merged into the extra repo

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


4 changed files:

- bin/reproducible.ini
- bin/reproducible_archlinux_manual_scheduler.sh
- bin/reproducible_common.sh
- bin/reproducible_html_archlinux.sh


Changes:

=====================================
bin/reproducible.ini
=====================================
@@ -41,7 +41,7 @@ defaultarch = x86_64
 [archlinux]
 distro_root = archlinux
 landing_page = archlinux.html
-suites = core community extra multilib
+suites = core extra multilib
 archs = x86_64
 defaultsuite = core
 defaultarch = x86_64


=====================================
bin/reproducible_archlinux_manual_scheduler.sh
=====================================
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2018-2022 Holger Levsen <holger at layer-acht.org>
+# Copyright 2018-2023 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv2
 
 DEBUG=false
@@ -16,8 +16,8 @@ if [ "$1" = "" ] || [ "$2" = "" ] ; then
 	echo "Need at least two parameters:"
 	echo "$0 \$RESPOSITORY \$SOURCEPKGNAME1 \$SOURCEPKGNAME2 \$SOURCEPKGNAME3..."
 	exit 1
-elif [ "$1" != "core" ] && [ "$1" != "extra" ] && [ "$1" != "multilib" ] && [ "$1" != "community" ] ; then
-	echo "\$RESPOSITORY needs to be one of core, extra, multilib or community."
+elif [ "$1" != "core" ] && [ "$1" != "extra" ] && [ "$1" != "multilib" ] ; then
+	echo "\$RESPOSITORY needs to be one of core, extra or multilib."
         exit 1
 fi
 


=====================================
bin/reproducible_common.sh
=====================================
@@ -70,7 +70,7 @@ ALPINE_PKGS=/srv/reproducible-results/alpine_pkgs
 ALPINE_BASE="$BASE/alpine"
 
 # common settings for testing Arch Linux
-ARCHLINUX_REPOS="core extra multilib community"
+ARCHLINUX_REPOS="core extra multilib"
 ARCHLINUX_PKGS=/srv/reproducible-results/archlinux_pkgs
 ARCHBASE=$BASE/archlinux
 ARCH_BUILD_NODE1="osuosl1-amd64"


=====================================
bin/reproducible_html_archlinux.sh
=====================================
@@ -475,7 +475,7 @@ if [ -z "$1" ] ; then
 	rm $HTML_REPOSTATS > /dev/null
 elif [ -z "$2" ] ; then
 	echo "$(date -u) - $0 needs two params or none, exiting."
-	# add code here to also except core, extra, multilib or community...
+	# add code here to also except core, extra or multilib ...
 	exit 1
 else
 	REPOSITORY=$1



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/79fb566f9a819939661347238134e73fe7da1bf3

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/79fb566f9a819939661347238134e73fe7da1bf3
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230711/6aaf90f9/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list