summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-07 14:22:10 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-07 14:22:10 +0100
commit47be674e4958eefbf02139f13a136adffce0e582 (patch)
tree427b8f3dd9ce20dfba55d752209dd5dfbbe95a1d
parentf376eaee6820cbf2293c4f7c574e1e0450e5df43 (diff)
downloadjenkins.debian.net-47be674e4958eefbf02139f13a136adffce0e582.tar.xz
reproducible Debian: improve comment
-rwxr-xr-xbin/reproducible_build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 95f52f25..2349cdcc 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -748,8 +748,7 @@ remote_build() {
}
filter_changes_files() {
- # filters .buildinfo from .changes
-
+ # filter lines describing .buildinfo files from .changes file
sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b{1,2}/$CHANGES
}