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

Richard Nelson rjent-guest at alioth.debian.org
Fri May 4 16:33:10 UTC 2007


Author: rjent-guest
Date: 2007-05-04 16:33:10 +0000 (Fri, 04 May 2007)
New Revision: 1251

Modified:
   dists/trunk/live-webbuilder/live-webbuilder
Log:
Added gpl and minor path on example work.

Modified: dists/trunk/live-webbuilder/live-webbuilder
===================================================================
--- dists/trunk/live-webbuilder/live-webbuilder	2007-05-04 16:26:37 UTC (rev 1250)
+++ dists/trunk/live-webbuilder/live-webbuilder	2007-05-04 16:33:10 UTC (rev 1251)
@@ -1,5 +1,26 @@
 #!/bin/sh
 
+# live-webbuilder - web-interface to make-live
+# Copyright (C) 2007 Richard Nelson <rjent at rjent.pair.com>
+#
+# 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+# On Debian systems, the complete text of the GNU General Public License
+# can be found in /usr/share/common-licenses/GPL file.
+
+
 ##########################################
 # 20070503 Nelson
 # - Set version to 0.2.3
@@ -69,8 +90,8 @@
 	# for processing.
 	##########################################
 	echo "`whoami`"
-	echo "WWW_LIVE_PARAMETERS=\"${WWW_MAKE_LIVE_PARAMETERS}\"" > /tmp/${WWW_BUILD_ID}.wdl
-	echo "EMAIL=\"${EMAIL}\"" >> /tmp/${WWW_BUILD_ID}.wdl
+	echo "WWW_LIVE_PARAMETERS=\"${WWW_MAKE_LIVE_PARAMETERS}\"" > ${WWW_WOKR_PATH}${WWW_BUILD_ID}.lwb
+	echo "EMAIL=\"${EMAIL}\"" >> ${WWW_WOKR_PATH}${WWW_BUILD_ID}.lwb
 
 	#{ make-live -r ${WWW_WOKR_PATH}${WWW_BUILD_ID} --mirror-build ${WWW_MIRROR_BUILD} --packages-lists ${PACKAGES_LISTS} --binary-image ${BINARY_IMAGE} --distibution ${DISTRIBUTION} --filesystem ${FILESYSTEM} --packages "${PACKAGES}"; echo "Returned $? at $(date)"; } 2>&1 | mail -s "Your debian-live build with id - ${WWW_BUILD_ID}" ${EMAIL}
 fi




More information about the Debian-live-changes mailing list