Merge lp:~smoser/ubuntu-reports/cloud-tools-next into lp:ubuntu-reports

Proposed by Scott Moser
Status: Merged
Approved by: Ryan Beisner
Approved revision: 123
Merged at revision: 123
Proposed branch: lp:~smoser/ubuntu-reports/cloud-tools-next
Merge into: lp:ubuntu-reports
Diff against target: 12 lines (+1/-1)
1 file modified
server/cloud-archive/version-tracker/ca-versions.py (+1/-1)
To merge this branch: bzr merge lp:~smoser/ubuntu-reports/cloud-tools-next
Reviewer Review Type Date Requested Status
Ryan Beisner Approve
Review via email: mp+227825@code.launchpad.net

Description of the change

  ca-versions.py: fix unavailable version to be < 0~

  the uvtool package version is 0~bzrXX-0ubuntu1
  which was actually less than 0~unavailable. This just lowers
  the unavailable version another notch.

To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'server/cloud-archive/version-tracker/ca-versions.py'
2--- server/cloud-archive/version-tracker/ca-versions.py 2014-07-21 21:25:36 +0000
3+++ server/cloud-archive/version-tracker/ca-versions.py 2014-07-22 20:42:42 +0000
4@@ -42,7 +42,7 @@
5 UNSTABLE_COLOR = "#993300"
6 NEW_COLOR = "#00ff44"
7
8-UNAVAILABLE_VER = "0.0~unavailable"
9+UNAVAILABLE_VER = "0~0~unavailable"
10
11
12 def _dpkg_comp_pkg(newer, older):

Subscribers

People subscribed via source and target branches