summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-07 18:29:28 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-07 18:29:28 +0100
commitbe9a3cc31e7831ac477219bcb3dd41321e89ec52 (patch)
treefd83afe65161c95b9e08422e273f9b13f105aa3d /bin/reproducible_create_meta_pkg_sets.sh
parentff42654bf945f9b5c5869dd8b305a9168784ceb6 (diff)
downloadjenkins.debian.net-be9a3cc31e7831ac477219bcb3dd41321e89ec52.tar.xz
reproducible Debian: whitespace fixes
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 8fcf2a32..e918c210 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -41,8 +41,8 @@ try:
if pkgname not in seen:
print(pkgname, end='|')
seen.add(pkgname)
- except Exception as exc:
- print("Warning: something went wrong while parsing the build manifest as YAML file: {}".format(exc))
+except Exception as exc:
+ print("Warning: something went wrong while parsing the build manifest as YAML file: {}".format(exc))
EOF
)
grep-dctrl -F Package -e '^('"$ALL_PKGS"')$' $packages > "$tmpfile"