rpathsync / speedbump

Application for updating versions of packages in a Conary based Linux distribution based on upstream version information.

Clone this repository (size: 98.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/speedbump/
commit 45: 33f7f5d3317d
parent 44: d0361033c7f6
branch: default
remove another breakpoint
Jonathan Smith
3 years ago

Changed (Δ30 bytes):

raw changeset »

speedbump/recipe.py (0 lines added, 1 lines removed)

Up to file-list speedbump/recipe.py:

@@ -72,5 +72,4 @@ class Recipe(object):
72
72
        f.close()
73
73
        print "attempting to commit recipe file %s/%s.recipe " % ( self.workingdir, self.trove )
74
74
        print open(self.recipeFile).read()
75
        import epdb;epdb.st()
76
75
        checkin.commit(self.repos, self.cfg, 'update to %s, the most recent version' % ver)