summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-19 16:55:34 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-19 16:55:34 +0100
commit619e455b41e72f69bca8c3b8121bb65293626d3e (patch)
treea6dd31511343a89dd3f8f2467b3a4d9ed40be9d6
parente381099623930408a5ff7aabfa5f078b596adc49 (diff)
Fix whoops.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 5b31bb3..4eee389 100755
--- a/cdist
+++ b/cdist
@@ -395,6 +395,7 @@ class SourceTarget(Target):
rmtree(self.directory)
def package(self, project):
+ project.checkout(self)
command('./waf dist')
if project.directory != '.':
return os.path.abspath('%s-%s.tar.bz2' % (project.directory, project.version))