diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-26 09:57:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-26 09:57:23 +0200 |
commit | 4a8adc206fb04ccfd79ab4a0908e970c977aaef5 (patch) | |
tree | f79c5ec8b3bab2bf073ede66a7cc52eaca326486 | |
parent | cc4f647faacbd73d4ae8510c6ca093bfb0e602fc (diff) | |
download | jenkins.debian.net-4a8adc206fb04ccfd79ab4a0908e970c977aaef5.tar.xz |
reproducible: improve comment
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 5fb834a4..e0d42f9d 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -102,7 +102,7 @@ cleanup_all() { fi gzip -9fvn $RBUILDLOG if [ "$MODE" = "legacy" ] || [ "$MODE" = "ng" ] ; then - # XXX quite ugly: this is just needed to get the correct value of the + # XXX quite ugly: this is just needed to update the sizes of the # compressed files in the html. It's cheap and quite safe so, *shrugs*... gen_package_html $SRCPACKAGE cd |