From d93ae1f0c54527fdf5f1fc26ac582e51b6dff965 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Tue, 19 Jul 2016 18:22:02 -0400 Subject: reproducible debian: add categories to meta_pkgset definitions Signed-off-by: Holger Levsen --- bin/reproducible_common.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.sh') 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 -- cgit v1.2.3-70-g09d2