summaryrefslogtreecommitdiffstats
path: root/modules/sourceball.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-16 18:26:38 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-16 18:26:38 -0500
commite4456fd18caa86f2a7d7a21df4e6a78efafbff77 (patch)
treee36f4bcd71a26ac26925c1dd9d38fe0dd943234b /modules/sourceball.py
parentad4446f7713b6a15433aacf26573eb60de04eed0 (diff)
downloadfedora-devshell-e4456fd18caa86f2a7d7a21df4e6a78efafbff77.tar.gz
fedora-devshell-e4456fd18caa86f2a7d7a21df4e6a78efafbff77.tar.xz
fedora-devshell-e4456fd18caa86f2a7d7a21df4e6a78efafbff77.zip
Adds sourceball fetching from packagesources to package
Diffstat (limited to 'modules/sourceball.py')
-rw-r--r--modules/sourceball.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/sourceball.py b/modules/sourceball.py
index 07a29e5..38abf1f 100644
--- a/modules/sourceball.py
+++ b/modules/sourceball.py
@@ -74,4 +74,11 @@ class SourceBall(PackageSource):
elif len(args) == 1 and args[0] == 'orig':
self.cfg['source'] = join(self.branch, self.orig_dir(self.name))
+ def setup_sourceball(self, ver=''):
+ return
+
+ def setup_sourceball_w_patches(self, ver=''):
+ raise NotImplementedError
+
+
__all__ = ['SourceBall']