[Debian-live-changes] r1625 - dists/trunk/live-webbuilder

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 22 22:44:38 UTC 2007


Author: daniel
Date: 2007-05-22 22:44:38 +0000 (Tue, 22 May 2007)
New Revision: 1625

Modified:
   dists/trunk/live-webbuilder/cron
Log:


Modified: dists/trunk/live-webbuilder/cron
===================================================================
--- dists/trunk/live-webbuilder/cron	2007-05-22 22:01:20 UTC (rev 1624)
+++ dists/trunk/live-webbuilder/cron	2007-05-22 22:44:38 UTC (rev 1625)
@@ -122,7 +122,7 @@
 			    -e "s/DATE_START/${DATE_START}/" \
 			    -e "s/DATE_END/${DATE_END}/" \
 			    -e "s/STATUS/maybe-successful/" \
-			    -e "s/SERVER/${SERVER}/" \
+			    -e "s#SERVER#${SERVER}#" \
 			"${TEMPLATES}"/mail.txt > "${DESTDIR}"/"${BUILD}"/mail.txt
 		else
 			sed -e "s/BUILD/${BUILD}/g" \
@@ -130,7 +130,7 @@
 			    -e "s/DATE_START/${DATE_START}/" \
 			    -e "s/DATE_END/${DATE_END}/" \
 			    -e "s/STATUS/maybe-failed/" \
-			    -e "s/SERVER/${SERVER}/" \
+			    -e "s#SERVER#${SERVER}#" \
 			"${TEMPLATES}"/mail.txt > "${DESTDIR}"/"${BUILD}"/mail.txt
 		fi
 




More information about the Debian-live-changes mailing list