[Pkg-bazaar-commits] ./bzr-builddeb/trunk r361: Provide to the store dir, and then copy to the target dir.

James Westby james.westby at canonical.com
Fri Aug 14 10:52:10 UTC 2009


------------------------------------------------------------
revno: 361
committer: James Westby <james.westby at canonical.com>
branch nick: trunk
timestamp: Fri 2009-08-14 11:52:10 +0100
message:
  Provide to the store dir, and then copy to the target dir.
modified:
  upstream.py
-------------- next part --------------
=== modified file 'upstream.py'
--- a/upstream.py	2009-07-26 18:21:49 +0000
+++ b/upstream.py	2009-08-14 10:52:10 +0000
@@ -386,7 +386,7 @@
                 os.makedirs(self.store_dir)
             try:
                 self.source.get_specific_version(self.package, 
-                    self.version.upstream_version, target_dir)
+                    self.version.upstream_version, self.store_dir)
             except PackageVersionNotPresent:
                 raise MissingUpstreamTarball(self._tarball_name())
         else:



More information about the Pkg-bazaar-commits mailing list