File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ set -eou pipefail
11
11
progname=" greposcope"
12
12
tmp_dir=" ${TMPDIR:-/ tmp} /${progname} -${UID} "
13
13
rebuilderd_host=" https://reproducible.archlinux.org"
14
+ extra_grep_opt=" "
15
+ pattern=" "
14
16
15
17
help () {
16
18
cat << EOF
@@ -82,7 +84,7 @@ if [ ${#pkg_list[@]} -eq 0 ]; then
82
84
else
83
85
echo -e " ==> Downloading diffoscope outputs of ${# pkg_list[@]} unreproducible packages...\nThis may take some time...\n"
84
86
parallel --bar -j " $( nproc) " \
85
- rebuildctl -H " ${rebuilderd_host} " pkgs diffoscope --name {} " &>" " ${tmp_dir} /{}.diffoscope" ::: " ${pkg_list[@]} "
87
+ rebuildctl -H " ${rebuilderd_host} " pkgs diffoscope --name {} " &>" " ${tmp_dir} /{}.diffoscope" ::: " ${pkg_list[@]} " || true
86
88
fi
87
89
88
90
echo -e " \n==> Searching for \" ${pattern} \" in diffoscope outputs...\n"
You can’t perform that action at this time.
0 commit comments