[Fai-commit] r6592 - branches/experimental

Michael Tautschnig mt at alioth.debian.org
Sun Jul 10 01:02:56 UTC 2011


Author: mt
Date: 2011-07-10 01:02:56 +0000 (Sun, 10 Jul 2011)
New Revision: 6592

Modified:
   branches/experimental/mailprocessing-for-thomas
Log:
hack to work around alioth -> vasks/wagner migration issues

Thomas actually uses a somewhat different build script, but documenting the hack
anyway


Modified: branches/experimental/mailprocessing-for-thomas
===================================================================
--- branches/experimental/mailprocessing-for-thomas	2011-07-08 11:13:21 UTC (rev 6591)
+++ branches/experimental/mailprocessing-for-thomas	2011-07-10 01:02:56 UTC (rev 6592)
@@ -28,7 +28,7 @@
 fi
 
 cat $mailtext | formail -I "" | while read md5 pkg ; do
-  wget "http://fai.alioth.debian.org/$pkg"
+  wget --header='Host: fai.vasks.debian.org'  "http://vasks.debian.org/$pkg"
   our_sum="`md5sum $pkg | awk '{ print $1 }'`"
   if [ "$md5" != "$our_sum" ] ; then
     echo "md5sum of $pkg does not match!" 1>&2




More information about the Fai-commit mailing list