Show error if distribution_type is missing
[releng/global-jjb.git] / releasenotes / notes / release-job-check-distr-type-7c81e313676816c9.yaml
diff --git a/releasenotes/notes/release-job-check-distr-type-7c81e313676816c9.yaml b/releasenotes/notes/release-job-check-distr-type-7c81e313676816c9.yaml
new file mode 100644 (file)
index 0000000..6c26c8b
--- /dev/null
@@ -0,0 +1,7 @@
+---
+fixes:
+  - |
+    Extend release-job.sh to detect if distribution_type is missing
+    from the release yaml file and show a meaningful error.  The
+    shell option pipefile causes the script to halt silently if
+    niet fails to find that key, which utterly baffles users.