summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-03 22:28:22 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-03 22:28:22 +0100
commit1c9ae496971b3bea22b7a26203cbf73d87bf3063 (patch)
tree9676238a92b62e820543364b779c34fab4605d1a /bin/reproducible_common.sh
parent1a77c7ec20a58ac437d82d5be88a6a182c2b78cd (diff)
downloadjenkins.debian.net-1c9ae496971b3bea22b7a26203cbf73d87bf3063.tar.xz
reproducible: treat essential and required packages seperatly
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 1209b55f..e4797666 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -137,11 +137,12 @@ mkdir -p $NOTES_PATH $ISSUES_PATH
mkdir -p /var/lib/jenkins/userContent/rb-pkg/
# known package sets
-META_PKGSET[1]="required"
-META_PKGSET[2]="build-essential"
-META_PKGSET[3]="gnome"
-META_PKGSET[4]="build-depends_gnome"
-META_PKGSET[5]="tails"
+META_PKGSET[1]="essential"
+META_PKGSET[2]="required"
+META_PKGSET[3]="build-essential"
+META_PKGSET[4]="gnome"
+META_PKGSET[5]="build-depends_gnome"
+META_PKGSET[6]="tails"
init_html() {
SUITE=sid