[Debian-live-changes] r2334 - configs/daniel/desktop/config/chroot_local-includes/usr/local/bin

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jul 1 17:00:41 UTC 2007


Author: daniel
Date: 2007-07-01 17:00:41 +0000 (Sun, 01 Jul 2007)
New Revision: 2334

Modified:
   configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/svnexport
Log:


Modified: configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/svnexport
===================================================================
--- configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/svnexport	2007-07-01 15:02:32 UTC (rev 2333)
+++ configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/svnexport	2007-07-01 17:00:41 UTC (rev 2334)
@@ -1,21 +1,21 @@
 #!/bin/sh
 
-for CONFIG in daniel-desktop daniel-test
+for CONFIG in daniel/desktop daniel/test
 do
-	if [ -d /mnt/debian/devel/home/user/${CONFIG}/config ]
+	if [ -d /mnt/debian/devel/home/user/`echo ${CONFIG} | sed -e 's#/#-#'`/config ]
 	then
-		rm -rf /mnt/debian/devel/home/user/${CONFIG}/config
+		rm -rf /mnt/debian/devel/home/user/`echo ${CONFIG} | sed -e 's#/#-#'`/config
 	fi
 
-	if [ ! -d /mnt/debian/devel/home/user/${CONFIG} ]
+	if [ ! -d /mnt/debian/devel/home/user/`echo ${CONFIG} | sed -e 's#/#-#'` ]
 	then
-		mkdir -p /mnt/debian/devel/home/user/${CONFIG}
+		mkdir -p /mnt/debian/devel/home/user/`echo ${CONFIG} | sed -e 's#/#-#'`
 	fi
 
-	svn export /srv/code/debian-live/configs/${CONFIG}/config /mnt/debian/devel/home/user/${CONFIG}/config
+	svn export /srv/code/debian-live/configs/${CONFIG}/config /mnt/debian/devel/home/user/`echo ${CONFIG} | sed -e 's#/#-#'`/config
 done
 
-for PACKAGE in live-helper live-initramfs live-sysvinit live-webhelper
+for PACKAGE in live-helper live-initramfs live-initscripts live-webhelper
 do
 	rm -rf /mnt/debian/devel/home/user/${PACKAGE}
 	svn export /srv/code/debian-live/dists/trunk/${PACKAGE} /mnt/debian/devel/home/user/${PACKAGE}




More information about the Debian-live-changes mailing list