[Fai-commit] r5889 - in trunk: debian lib

Thomas Lange lange at alioth.debian.org
Wed Jul 28 19:53:48 UTC 2010


Author: lange
Date: 2010-07-28 19:53:44 +0000 (Wed, 28 Jul 2010)
New Revision: 5889

Modified:
   trunk/debian/changelog
   trunk/lib/get-config-dir-http
Log:
minor change in messages


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-07-28 03:12:09 UTC (rev 5888)
+++ trunk/debian/changelog	2010-07-28 19:53:44 UTC (rev 5889)
@@ -1,4 +1,4 @@
-fai (3.4~beta6) unstable; urgency=low
+fai (3.4~beta7) unstable; urgency=low
 
   [ Thomas Lange ]
   * get-config-dir-http: new script to get a tarball of the config space

Modified: trunk/lib/get-config-dir-http
===================================================================
--- trunk/lib/get-config-dir-http	2010-07-28 03:12:09 UTC (rev 5888)
+++ trunk/lib/get-config-dir-http	2010-07-28 19:53:44 UTC (rev 5889)
@@ -45,10 +45,11 @@
 task_error 702 $?
 
 # check the md5 sum
-md5sum -c $file.md5 || echo "Checksum mismatch "
+echo -n "MD5 checksum of "
+md5sum -c $file.md5 || echo "checksum mismatch. ERROR."
 task_error 703 $?
 
 # extraxt the downloaded file using ftar. Therefore define a class
 # with the basename of the file
-echo "extracting config space from $file"
+echo "Extracting config space from $file"
 ftar -c $base -t $FAI -s $fdir .




More information about the Fai-commit mailing list