summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 05cbb3c9..1209b55f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2014 Holger Levsen <holger@layer-acht.org>
+# Copyright 2014-2015 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
#
@@ -136,6 +136,13 @@ mkdir -p $NOTES_PATH $ISSUES_PATH
# FIXME RB_PATH would also be a good idea
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"
+
init_html() {
SUITE=sid
MAINVIEW="stats"