[Debian-live-changes] r1630 - in dists/trunk/live-webbuilder: . templates

daniel at alioth.debian.org daniel at alioth.debian.org
Wed May 23 06:17:43 UTC 2007


Author: daniel
Date: 2007-05-23 06:17:43 +0000 (Wed, 23 May 2007)
New Revision: 1630

Modified:
   dists/trunk/live-webbuilder/Makefile
   dists/trunk/live-webbuilder/templates/mail.txt
Log:


Modified: dists/trunk/live-webbuilder/Makefile
===================================================================
--- dists/trunk/live-webbuilder/Makefile	2007-05-23 04:35:17 UTC (rev 1629)
+++ dists/trunk/live-webbuilder/Makefile	2007-05-23 06:17:43 UTC (rev 1630)
@@ -3,7 +3,10 @@
 all: build
 
 test:
-	sh -n live-webbuilder || exit 1
+	set -e; for SCRIPT in cron default live-webbuilder; \
+	do \
+		sh -n $$SCRIPT; \
+	done
 
 build:
 	@echo "Nothing to build."
@@ -34,12 +37,10 @@
 	rm -rf $(DESTDIR)/usr/share/doc/live-webbuilder
 
 update:
-	@echo "Nothing to update."
+	sed -i -e 's/VERSION="0.2.7"/VERSION="0.2.x"/' default
 
 clean:
-	@echo "Nothing to clean."
 
 distclean:
-	@echo "Nothing to distclean."
 
 reinstall: uninstall install

Modified: dists/trunk/live-webbuilder/templates/mail.txt
===================================================================
--- dists/trunk/live-webbuilder/templates/mail.txt	2007-05-23 04:35:17 UTC (rev 1629)
+++ dists/trunk/live-webbuilder/templates/mail.txt	2007-05-23 06:17:43 UTC (rev 1630)
@@ -4,15 +4,11 @@
 
 Hi,
 
-This is the automatic webbuilder of the Debian Live project <http://debian-live.alioth.debian.org/>.
+This is the automatic webbuilder of the Debian Live project<http://debian-live.alioth.debian.org/>.
 
 Your build with the ID of BUILD started DATE_START and ended DATE_END with a status of STATUS.
 
 You can see the log file and download the images from <SERVER/BUILD/>.
 
-Have fun!
-
----------------------------------------
+Have fun,
 The Debian Live Team
-Debian Live - <http://live.debian.net/>
----------------------------------------




More information about the Debian-live-changes mailing list