From 1c9ae496971b3bea22b7a26203cbf73d87bf3063 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 3 Jan 2015 22:28:22 +0100 Subject: reproducible: treat essential and required packages seperatly --- bin/reproducible_common.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_common.sh') 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 -- cgit v1.2.3-70-g09d2