r4102 - dists/trunk/scripts

Andres Salomon dilinger at costa.debian.org
Thu Sep 1 04:40:59 UTC 2005


Author: dilinger
Date: 2005-09-01 04:40:58 +0000 (Thu, 01 Sep 2005)
New Revision: 4102

Modified:
   dists/trunk/scripts/prune-non-free
Log:
Put back in directory removal stuff, but leave commented out.  I'm not sure
why you'd want directories lying around, other than for debugging purposes;
maybe it should be a command line arg, instead?


Modified: dists/trunk/scripts/prune-non-free
===================================================================
--- dists/trunk/scripts/prune-non-free	2005-09-01 04:17:06 UTC (rev 4101)
+++ dists/trunk/scripts/prune-non-free	2005-09-01 04:40:58 UTC (rev 4102)
@@ -300,6 +300,8 @@
 
 # Tar up the kernel source trees
 pack("linux-#{tree}_#{version}.orig.tar.gz", free_dir)
+#FileUtils.rm_rf(free_dir)
 pack("linux-nonfree-#{tree}_#{version}.orig.tar.gz", nonfree_dir)
+#FileUtils.rm_rf(nonfree_dir)
 
 exit(0)




More information about the Kernel-svn-changes mailing list