[Debian-live-changes] r1615 - in dists/trunk/live-webbuilder: . debian html

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 22 20:59:43 UTC 2007


Author: daniel
Date: 2007-05-22 20:59:43 +0000 (Tue, 22 May 2007)
New Revision: 1615

Modified:
   dists/trunk/live-webbuilder/cron
   dists/trunk/live-webbuilder/debian/copyright
   dists/trunk/live-webbuilder/html/footer.html
   dists/trunk/live-webbuilder/live-webbuilder
Log:


Modified: dists/trunk/live-webbuilder/cron
===================================================================
--- dists/trunk/live-webbuilder/cron	2007-05-22 20:49:57 UTC (rev 1614)
+++ dists/trunk/live-webbuilder/cron	2007-05-22 20:59:43 UTC (rev 1615)
@@ -2,6 +2,7 @@
 
 # live-webbuilder - web-interface to make-live
 # Copyright (C) 2007 Richard Nelson <rjent at rjent.pair.com>
+# Copyright (C) 2007 Daniel Baumann <daniel at debian.org>
 #
 # live-webbuilder comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 # This is free software, and you are welcome to redistribute it
@@ -101,7 +102,7 @@
 
 # First part of user email.
 cat > "${TEMPDIR}"/"${BUILD}"/mail.txt << EOF
-Subject: Debian Live Webbuilder, ${BUILD}
+Subject: Debian Live Webbuilder - Build ${BUILD}
 From: Debian Live Webbuilder <debian-live-devel at lists.alioth.debian.org>
 To: ${EMAIL}
 
@@ -112,6 +113,7 @@
 
 Your build with the ID ${BUILD} has been started at:
 ${DATE_START}
+
 EOF
 
 	echo "Begin: `date -R`" > "${TEMPDIR}"/"${BUILD}"/log.txt

Modified: dists/trunk/live-webbuilder/debian/copyright
===================================================================
--- dists/trunk/live-webbuilder/debian/copyright	2007-05-22 20:49:57 UTC (rev 1614)
+++ dists/trunk/live-webbuilder/debian/copyright	2007-05-22 20:59:43 UTC (rev 1615)
@@ -12,6 +12,7 @@
 License:
 
 	Copyright (C) 2007 Richard Nelson <rjent at rjent.pair.com>
+	Copyright (C) 2007 Daniel Baumann <daniel at debian.org>
 
 	This program is free software; you can redistribute it and/or modify
 	it under the terms of the GNU General Public License as published by

Modified: dists/trunk/live-webbuilder/html/footer.html
===================================================================
--- dists/trunk/live-webbuilder/html/footer.html	2007-05-22 20:49:57 UTC (rev 1614)
+++ dists/trunk/live-webbuilder/html/footer.html	2007-05-22 20:59:43 UTC (rev 1615)
@@ -1,6 +1,6 @@
 <div id="footer">
-	live-webbuilder, version VERSION &mdash;
-	Richard Nelson <a href="mailto:rjent at rjent.pair.com">&lt;rjent at rjent.pair.com&gt;</a><br />
+	live-webbuilder, version VERSION<br />
+	Debian Live Project <a href="mailto:debian-live-devel at lists.alioth.debian.org">&lt;debian-live-devel at lists.alioth.debian.org&gt;</a> &mdash; <a href="http://debian-live.alioth.debian.org/legal.html">Legal information</a><br />
 </div>
 
 </body>

Modified: dists/trunk/live-webbuilder/live-webbuilder
===================================================================
--- dists/trunk/live-webbuilder/live-webbuilder	2007-05-22 20:49:57 UTC (rev 1614)
+++ dists/trunk/live-webbuilder/live-webbuilder	2007-05-22 20:59:43 UTC (rev 1615)
@@ -2,6 +2,7 @@
 
 # live-webbuilder - web-interface to make-live
 # Copyright (C) 2007 Richard Nelson <rjent at rjent.pair.com>
+# Copyright (C) 2007 Daniel Baumann <daniel at debian.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -79,6 +80,8 @@
 
 # Writing build file
 cat > "${TEMPDIR}"/"${BUILD}".build << EOF
+# live-webbuilder ${VERSION} build file
+
 BUILD="${BUILD}"
 
 EMAIL="${EMAIL}"




More information about the Debian-live-changes mailing list