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 61: e3798e2081a3
parent 60: 3e8f4778076d
branch: default
import os
Jonathan Smith
3 years ago

Changed (Δ4 bytes):

raw changeset »

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

Up to file-list speedbump/speedbump.py:

14
14
#
15
15
# speedbump.py - the main program
16
16
17
import sys
17
import os, sys
18
18
19
19
from conary.lib import util
20
20