From 690fc37a3b4b1bfcdaa26d31742b4b22b7c926b1 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Sun, 18 Jan 2009 13:56:19 -0500 Subject: Save source of tarball for nefarious purposes --- modules/sourceball.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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): -- cgit