summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-08 22:26:07 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-08 22:26:07 +0100
commit70576f582a10d204b13d9216e62d02c1fc1afba3 (patch)
tree4691e99baefd7d6428762c6c8311aa8a7bf6b985 /bin/reproducible_common.sh
parent44072e5660de5ad8dfb2a671d1e572f74ebf86c8 (diff)
downloadjenkins.debian.net-70576f582a10d204b13d9216e62d02c1fc1afba3.tar.xz
reproducible Debian: rename meta_pkgset.csv to reproducible_pkgsets.csv
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index b4af8375..c7a2d591 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -114,7 +114,7 @@ TABLE[9]=stats_bugs_sin_ftbfs_state
while IFS=, read col1 col2 col3
do
META_PKGSET[$col1]=$col3
-done < $BIN_PATH/meta_pkgset.csv
+done < $BIN_PATH/reproducible_pkgsets.csv
# mustache templates
PAGE_FOOTER_TEMPLATE=$TEMPLATE_PATH/default_page_footer.mustache