Merge lp:~micahg/ubuntu-transition-tracker/add-pts-link into lp:ubuntu-transition-tracker

Proposed by Micah Gersten
Status: Needs review
Proposed branch: lp:~micahg/ubuntu-transition-tracker/add-pts-link
Merge into: lp:ubuntu-transition-tracker
Diff against target: 39 lines (+14/-0)
2 files modified
debian/changelog (+8/-0)
frontends/ben_monitor.ml (+6/-0)
To merge this branch: bzr merge lp:~micahg/ubuntu-transition-tracker/add-pts-link
Reviewer Review Type Date Requested Status
Gianfranco Costamagna Needs Fixing
Iain Lane Approve
Review via email: mp+119287@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Micah Gersten (micahg) wrote :

Just would like another set of eyes before I push to the branch and upload.

Revision history for this message
Iain Lane (laney) wrote :

Looks good. We probably ought to rename "pts" for sanity, but that's preexisting.

For info, the precise-backports branch is: lp:~ubuntu-transition-trackers/ubuntu-transition-tracker/precise-backports

review: Approve
Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

I think this needs new work for merging...

review: Needs Fixing

Unmerged revisions

173. By Micah Gersten

* Add a PTS link so that we can check if there's a new version in Debian
  more easily
  - update frontends/ben_monitor.ml

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-07-04 19:50:41 +0000
3+++ debian/changelog 2012-08-13 00:13:27 +0000
4@@ -1,3 +1,11 @@
5+ben (0.6.1ubuntu3) UNRELEASED; urgency=low
6+
7+ * Add a PTS link so that we can check if there's a new version in Debian
8+ more easily
9+ - update frontends/ben_monitor.ml
10+
11+ -- Micah Gersten <micahg@ubuntu.com> Sun, 12 Aug 2012 19:10:33 -0500
12+
13 ben (0.6.1ubuntu2) quantal; urgency=low
14
15 * Update Vcs-* for Ubuntu
16
17=== modified file 'frontends/ben_monitor.ml'
18--- frontends/ben_monitor.ml 2012-07-04 18:05:13 +0000
19+++ frontends/ben_monitor.ml 2012-08-13 00:13:27 +0000
20@@ -538,6 +538,9 @@
21 let pts src =
22 a_link (sprintf "http://launchpad.net/ubuntu/+source/%s" (escape src)) src
23
24+let debianpts src =
25+ a_link (sprintf "http://packages.qa.debian.org/%s" (escape src)) "PTS"
26+
27 let buildd src vers =
28 a_link (sprintf "http://launchpad.net/ubuntu/+source/%s/%s" (escape src)
29 (escape vers)) "build logs"
30@@ -790,6 +793,9 @@
31 td
32 ~a:[ a_class [ "src"] ]
33 [ pcdata "[";
34+ debianpts (escape src);
35+ pcdata "] ";
36+ pcdata "[";
37 buildd (escape src) version;
38 pcdata "] (";
39 changelog (sprintf "%s" version) directory (escape src);

Subscribers

People subscribed via source and target branches