diff options
Diffstat (limited to 'modules/sourceball.py')
| -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 f164bc3..4940d4b 100644 --- a/modules/sourceball.py +++ b/modules/sourceball.py @@ -66,6 +66,7 @@ class SourceBall(PackageSource): with pwd(self.pkg_src_dir): move(join(tmp_dir, sourceball_name), sourceball_name) self.cfg['sourceball'] = sourceball_name + self.set_cur_to('head') def orig_dir(self, dir): '''where is the original source kept |
