[jhbuild] [tarball] remove force_checkout method as the base class has it, identical



commit 492468dd0c5890f47815b45e01aeb524e2cec93c
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jul 19 15:42:23 2009 +0200

    [tarball] remove force_checkout method as the base class has it, identical

 jhbuild/versioncontrol/tarball.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/jhbuild/versioncontrol/tarball.py b/jhbuild/versioncontrol/tarball.py
index 939c5d7..4df6237 100644
--- a/jhbuild/versioncontrol/tarball.py
+++ b/jhbuild/versioncontrol/tarball.py
@@ -299,12 +299,6 @@ class TarballBranch(Branch):
         if self.quilt:
             self._quilt_checkout(buildscript)
 
-    def force_checkout(self, buildscript):
-        self._wipedir(buildscript)
-        self._download_and_unpack(buildscript)
-        if self.quilt:
-            self._quilt_checkout(buildscript)
-
     def tree_id(self):
         md5sum = hashlib.md5()
         if self.patches:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]