diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/sourceball.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sourceball.py b/modules/sourceball.py index 8d102a8..f164bc3 100644 --- a/modules/sourceball.py +++ b/modules/sourceball.py @@ -57,6 +57,7 @@ class SourceBall(PackageSource): name = extract_dir super(SourceBall, self).__init__(name) if tarball: + self.cfg['tarball_source'] = tarball with pwd(self.parent): sourceball.extractall() with pwd(self.branches_dir): |
