buildd store_iso(): move md5sum file as well
authorMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 22:26:50 +0000 (23:26 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 22:26:50 +0000 (23:26 +0100)
buildd/functions.sh
debian/changelog

index 6ea37cd..ebfc888 100755 (executable)
@@ -129,7 +129,10 @@ EOF " | \
 store_iso() {
   if [ "$RC" = "0" ] ; then
      [ -d "$ISO_DIR" ] || mkdir "$ISO_DIR"
-     mv $OUTPUT_DIR/grml_isos/$ISO_NAME $ISO_DIR
+     mv "${OUTPUT_DIR}/grml_isos/${ISO_NAME}" "$ISO_DIR"
+     if [ -r "${OUTPUT_DIR}/grml_isos/${ISO_NAME}.md5" ] ; then
+        mv   "${OUTPUT_DIR}/grml_isos/${ISO_NAME}.md5" "${ISO_DIR}"
+     fi
   fi
 }
 
index 7ef9e87..eedcd70 100644 (file)
@@ -2,6 +2,7 @@ grml-live (0.0.13) unstable; urgency=low
 
   * Replace mailx with bsd-mailx in GRML_FULL.
     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
+  * buildd store_iso(): move md5sum file as well
 
  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100