[steeldump-cvs] r11 - trunk/scripts

dlichteblau at common-lisp.net dlichteblau at common-lisp.net
Sun May 28 18:38:27 UTC 2006


Author: dlichteblau
Date: Sun May 28 14:38:27 2006
New Revision: 11

Modified:
   trunk/scripts/build-all
   trunk/scripts/fetch-all
   trunk/scripts/makedeb-all
Log:
noch stumpwm


Modified: trunk/scripts/build-all
==============================================================================
--- trunk/scripts/build-all	(original)
+++ trunk/scripts/build-all	Sun May 28 14:38:27 2006
@@ -8,7 +8,7 @@
 
 for system in climacs gsharp clx esa flexichain mcclim spatial-trees \
 	split-sequence cl-ppcre cl-fad tab-layout trivial-gray-streams \
-	flexi-streams trivial-sockets cl-irc beirc eclipse
+	flexi-streams trivial-sockets cl-irc beirc eclipse stumpwm
 do
 	f=/opt/steeldump/lib/sbcl/${system}.heap
 	if test -e $f; then

Modified: trunk/scripts/fetch-all
==============================================================================
--- trunk/scripts/fetch-all	(original)
+++ trunk/scripts/fetch-all	Sun May 28 14:38:27 2006
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 for system in sbcl clx esa flexichain mcclim spatial-trees split-sequence \
 	climacs gsharp cl-ppcre cl-fad tab-layout trivial-gray-streams  \
-	flexi-streams trivial-sockets cl-irc beirc eclipse
+	flexi-streams trivial-sockets cl-irc beirc eclipse stumpwm
 do
 	if test -e /opt/steeldump/src/$system; then
 		echo "$system already present, skipping"

Modified: trunk/scripts/makedeb-all
==============================================================================
--- trunk/scripts/makedeb-all	(original)
+++ trunk/scripts/makedeb-all	Sun May 28 14:38:27 2006
@@ -23,3 +23,4 @@
 /opt/steeldump/scripts/makedeb-cl-irc
 /opt/steeldump/scripts/makedeb-beirc
 /opt/steeldump/scripts/makedeb-eclipse
+/opt/steeldump/scripts/makedeb-stumpwm



More information about the Steeldump-cvs mailing list