[Lunar-commits] r16557 - lunar/trunk/var/lib/lunar/plugins

striker striker at lunar-linux.org
Mon Sep 19 15:49:36 UTC 2005


Author: striker
Date: 2005-09-19 15:49:35 +0000 (Mon, 19 Sep 2005)
New Revision: 16557

Modified:
   lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin
Log:
committing fix to exclude svn directories (noticed by tchan)


Modified: lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin
===================================================================
--- lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin	2005-09-19 10:22:50 UTC (rev 16556)
+++ lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin	2005-09-19 15:49:35 UTC (rev 16557)
@@ -105,7 +105,7 @@
   if [ ! -e /var/state/lunar/module_history ]; then
     mkdir -p /var/state/lunar/module_history
   fi
-  tar -cj -C $MOONBASE/$SECTION -f /var/state/lunar/module_history/$MODULE-$VERSION-$(date -u +%Y%m%d).tar.bz2 $MODULE
+  tar -cj --exclude=.svn -C $MOONBASE/$SECTION -f /var/state/lunar/module_history/$MODULE-$VERSION-$(date -u +%Y%m%d).tar.bz2 $MODULE
   return 2
 }
 



More information about the Lunar-commits mailing list