From e4456fd18caa86f2a7d7a21df4e6a78efafbff77 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Fri, 16 Jan 2009 18:26:38 -0500 Subject: Adds sourceball fetching from packagesources to package --- modules/sourceball.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/sourceball.py') 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'] -- cgit