[asl-commit] ActiveSambaLdap r20:

kou at cozmixng.org kou at cozmixng.org
Fri Aug 3 22:32:02 EDT 2007


retro	2007-08-04 11:32:01 +0900 (Sat, 04 Aug 2007)

  New Revision: 20

  Modified directories:
    trunk/
    trunk/test/
  Modified files:
    trunk/Rakefile

  Log:


  Modified: trunk/

  Modified: trunk/test/

  Modified: trunk/Rakefile (+5 -1)
===================================================================
--- trunk/Rakefile	2006-11-14 11:40:18 +09:00 (rev 19)
+++ trunk/Rakefile	2007-08-04 11:32:01 +09:00 (rev 20)
@@ -14,7 +14,8 @@
 
 manifest = File.join(base_dir, "Manifest.txt")
 manifest_contents = []
-excluded_components = %w(.svn .test-result .config Manifest.txt config.yml doc)
+excluded_components = %w(.svn .test-result .config Manifest.txt config.yml doc
+                         pkg setup.rb post-setup.rb)
 excluded_suffixes = %w(.help)
 Find.find(base_dir) do |target|
   target = truncate_base_dir[target]
@@ -27,6 +28,9 @@
 File.open(manifest, "w") do |f|
   f.puts manifest_contents.sort.join("\n")
 end
+at_exit do
+  FileUtils.rm_f(manifest)
+end
 
 def cleanup_white_space(entry)
   entry.gsub(/(\A\n+|\n+\z)/, '') + "\n"

  Property changed: trunk (+0 -0)
___________________________________________________________________
Name: svn:ignore
   + .test-result
.config
pkg
doc


  Property changed: trunk/test (+0 -0)
___________________________________________________________________
Name: svn:ignore
   + .test-result
config.yaml




More information about the asl-commit mailing list