diff options
-rwxr-xr-x | bin/reproducible_build.sh | 3 |
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 } |