summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-15 02:09:54 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-15 02:09:54 +0200
commit60761a31cc3a099efc0fe037f04af30d02243a97 (patch)
tree0528986e5c7b1397ba4dee2f7ff4139eb126c91f /bin/reproducible_common.sh
parentee2d45c287c422294cc9f937e33f909d329d4f0c (diff)
downloadjenkins.debian.net-60761a31cc3a099efc0fe037f04af30d02243a97.tar.xz
reproducible debian: change order of pkg sets, sort freedombox before tails
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 695fef90..c3f30f3a 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -110,12 +110,12 @@ META_PKGSET[12]="kde"
META_PKGSET[13]="kde_build-depends"
META_PKGSET[14]="xfce"
META_PKGSET[15]="xfce_build-depends"
-META_PKGSET[16]="tails"
-META_PKGSET[17]="tails_build-depends"
+META_PKGSET[16]="freedombox"
+META_PKGSET[17]="freedombox_build-depends"
META_PKGSET[18]="grml"
META_PKGSET[19]="grml_build-depends"
-META_PKGSET[20]="freedombox"
-META_PKGSET[21]="freedombox_build-depends"
+META_PKGSET[20]="tails"
+META_PKGSET[21]="tails_build-depends"
META_PKGSET[22]="subgraph_OS"
META_PKGSET[23]="subgraph_OS_build-depends"
META_PKGSET[24]="maint_pkg-perl-maintainers"