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 67: | 336166633463 |
| parent 66: | 206ea8f87448 |
| branch: | default |
| tags: | tip |
Patch from doniphon for gnome bumps
2 years ago
Changed (Δ69 bytes):
raw changeset »
speedbump/speedbump.py (1 lines added, 1 lines removed)
Up to file-list speedbump/speedbump.py:
| … | … | @@ -30,7 +30,7 @@ def main(self): |
30 |
30 |
versionList = gnomeClass.packageVersions(pkg) |
31 |
31 |
stableVersionList = [] |
32 |
32 |
for ver in versionList: |
33 |
if gnomeClass.releaseType(pkg, ver) == version.status['final'] |
|
33 |
if gnomeClass.releaseType(pkg, ver) == version.status['final'] or gnomeClass.releaseType(pkg, ver) == version.status['development']: |
|
34 |
34 |
stableVersionList.append(ver) |
35 |
35 |
stableVersionList.sort(cmp=version.compare) |
36 |
36 |
try: |
