[Catalyst-commits] r13581 - trunk/examples/Tutorial

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Fri Sep 3 03:39:59 GMT 2010


Author: hobbs
Date: 2010-09-03 04:39:59 +0100 (Fri, 03 Sep 2010)
New Revision: 13581

Modified:
   trunk/examples/Tutorial/Hello_Chapter2.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter3.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter4.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter5.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter6.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter7.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter8.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tar.gz
   trunk/examples/Tutorial/MyApp_Chapter9_FormHandler.tar.gz
   trunk/examples/Tutorial/update_tarballs.sh
Log:
Exclude the .svn dirs (this probably means you need GNU tar for the script to work)


Modified: trunk/examples/Tutorial/Hello_Chapter2.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter3.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter4.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter5.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter6.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter7.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter8.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/examples/Tutorial/update_tarballs.sh
===================================================================
--- trunk/examples/Tutorial/update_tarballs.sh	2010-09-03 03:38:22 UTC (rev 13580)
+++ trunk/examples/Tutorial/update_tarballs.sh	2010-09-03 03:39:59 UTC (rev 13581)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 for x in */ ; do
-  tar cf - "$x" | gzip > "${x%/}.tar.gz"
+  tar cf - --exclude .svn "$x" | gzip > "${x%/}.tar.gz"
 done
 




More information about the Catalyst-commits mailing list