diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-09 09:54:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-09 09:54:19 +0000 |
| commit | 6a002d109e6868abb5e9589978d84bd95de8ee85 (patch) | |
| tree | 04a621a158d3c1cf38985eee037a16d8f7c996bf | |
| parent | dd6a3d2a43bbc3e757321a05319f409afa51b93d (diff) | |
Bug fix.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -497,7 +497,7 @@ class SourceTarget(Target): def package(self, project, checkout): tree = globals.trees.get(project, checkout, self) - with TreeDirectory(self, tree): + with TreeDirectory(tree): name = read_wscript_variable(os.getcwd(), 'APPNAME') command('./waf dist') return os.path.abspath('%s-%s.tar.bz2' % (name, tree.version)), tree.git_commit |
