From 8bbbcbd2cdad36e27c127c888897395cefcff3d0 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Sun, 18 Jan 2009 19:37:37 -0500 Subject: Refactors Cabal to fit the new mediator pattern design Cabal has now been split into a builder, cabal, a fetcher, hackage, and a port aka mediator, haskellport. It's been gutted to try to match some common api between the base classes. Also, bits of Darcs have been pulled out into packagesource. --- modules/sourceball.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/sourceball.py') 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 -- cgit