summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-19 18:22:02 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-24 11:46:03 -0400
commitd93ae1f0c54527fdf5f1fc26ac582e51b6dff965 (patch)
treea82ce7f4bdb43849de12e711a96e98c72e664974 /bin/reproducible_common.sh
parent04ce1ef4e0778b6387739a4ba5b56fdbe90d0567 (diff)
downloadjenkins.debian.net-d93ae1f0c54527fdf5f1fc26ac582e51b6dff965.tar.xz
reproducible debian: add categories to meta_pkgset definitions
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 293aff74..211b425e 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -100,9 +100,10 @@ TABLE[8]=stats_bugs_sin_ftbfs
TABLE[9]=stats_bugs_sin_ftbfs_state
# package sets defined in meta_pkgsets.csv
-while IFS=, read col1 col2
+# csv file columns: (pkgset_id, pkgset_group, pkgset_name)
+while IFS=, read col1 col2 col3
do
- META_PKGSET[$col1]=$col2
+ META_PKGSET[$col1]=$col3
done < $BIN_PATH/meta_pkgset.csv
# mustache templates