Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

buildd store_iso(): move md5sum file as well
authorMichael Prokop
Sun Dec 09 23:26:50 2007 +0100 (11 months ago)
changeset 3734bb2e3ea6d76
manifest4bb2e3ea6d76
parent 3724027fd20b30c
child 374455492bb8669
child 376a24c39630208
buildd store_iso(): move md5sum file as well
buildd/functions.sh
debian/changelog
--- a/buildd/functions.sh Sun Dec 09 22:39:02 2007 +0100
+++ b/buildd/functions.sh Sun Dec 09 23:26:50 2007 +0100
@@ -129,7 +129,10 @@ store_iso() {
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
}
--- a/debian/changelog Sun Dec 09 22:39:02 2007 +0100
+++ b/debian/changelog Sun Dec 09 23:26:50 2007 +0100
@@ -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