[wwwsearch-commits] r25595 - wwwsearch/release_scripts

jjlee at codespeak.net jjlee at codespeak.net
Sat Apr 8 22:02:21 CEST 2006


Author: jjlee
Date: Sat Apr  8 22:02:20 2006
New Revision: 25595

Modified:
   wwwsearch/release_scripts/release.py
Log:
Build source distribitions with same python used to run release script

Modified: wwwsearch/release_scripts/release.py
==============================================================================
--- wwwsearch/release_scripts/release.py	(original)
+++ wwwsearch/release_scripts/release.py	Sat Apr  8 22:02:20 2006
@@ -167,7 +167,7 @@
         self._without_setup_cfg(
             self.source_dir,
             lambda :
-            system("python setup.py sdist --formats=gztar,zip",
+            system("%s setup.py sdist --formats=gztar,zip" % sys.executable,
                    self.pretend))
 
     def check_versions(self):


More information about the wwwsearch-commits mailing list