dogtail: Should this package be orphaned?

2012-12-16 Thread Andrew Starr-Bochicchio
intention to adopt this myself. I just think that it is important to correctly reflect the status of a package. [1] http://packages.qa.debian.org/r/rdup/news/2026T101815Z.html Thanks! -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer

Re: Double Maintainer: headers in Sources file

2013-02-21 Thread Andrew Starr-Bochicchio
p://packages.qa.debian.org/b/bzr-upload/news/20120910T233245Z.html -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer <http://qa.debian.org/developer.php?login=asb> PGP/GPG Key ID: D53FDCB1 -- To UNSUBSCRIBE, email to debian-qa-requ...@l

Bug#705422: qa.debian.org: [UDD] ubuntu_upload_history not updated since 2013-03-31

2013-04-14 Thread Andrew Starr-Bochicchio
ate, but I gues that's #702085. (There are also, interestingly, uploads from 2019.) Thanks! -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer <http://qa.debian.org/developer.php?login=asb> PGP/GPG Key ID: D53FDCB1 -

Bug#705422: qa.debian.org: [UDD] ubuntu_upload_history not updated since 2013-03-31

2013-04-26 Thread Andrew Starr-Bochicchio
ing over, or will I need to set up a local instance to see what's happening? Thanks, -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer <http://qa.debian.org/developer.php?login=asb> PGP/GPG Key ID: D53FDCB1 -- To UNS

Re: PTS: fenix VCS link

2013-06-14 Thread Andrew Starr-Bochicchio
ttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712272 Thanks, -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer <http://qa.debian.org/developer.php?login=asb> PGP/GPG Key ID: D53FDCB1 -- To UNSUBSCRIBE, email to debian-qa-r

Re: UDD cgi scripts

2013-08-21 Thread Andrew Starr-Bochicchio
ing that that the UDD code (including the web cgi scripts) is kept in git. git://anonscm.debian.org/collab-qa/udd.git http://anonscm.debian.org/gitweb/?p=collab-qa/udd.git The cgi scripts can be found under `web/cgi-bin` Looking forward to the Debian android app. -- Andrew Starr-Bochicchio Ub

Bug#753733: tracker.debian.org: Learn about auto-removals

2014-07-04 Thread Andrew Starr-Bochicchio
Package: tracker.debian.org Severity: normal I'm glad to see the new tracker picking up steam. One thing I'm missing right now is a warning about autoremovals from testing. Thanks! -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'

Bug#753910: tracker.debian.org: Learn about ci.debian.net

2014-07-05 Thread Andrew Starr-Bochicchio
Package: tracker.debian.org Severity: normal Recently, the PTS began showing continuous integration failures from ci.debian.net. It would be nice if tracker supported this as well. Per package info is available at these urls: # latest status of the package $ curl http://ci.debian.net/data/packa

Bug#753910: #753910 tracker.debian.org: Learn about ci.debian.net

2014-07-05 Thread Andrew Starr-Bochicchio
Getting the information is easy enough... >>> import json >>> import requests >>> r = >>> requests.get('http://ci.debian.net/data/status/unstable/amd64/packages.json') >>> data = json.loads(r.text) >>> for i in data: ... if i['status'] == 'fail': ... print i['package'] + " failed test

Bug#753910: [PATCH] Add support for showing Debci test failures as an action item. Closes: #753910

2014-07-06 Thread Andrew Starr-Bochicchio
From: Andrew Starr-Bochicchio --- distro_tracker/vendor/debian/models.py | 13 +++ .../debian/templates/debian/debci-action-item.html | 10 +++ distro_tracker/vendor/debian/tracker_tasks.py | 93 ++ 3 files changed, 116 insertions(+) create mode 100644

Bug#753910: [PATCH] Add support for showing Debci test failures as an action item. Closes: #753910

2014-07-07 Thread Andrew Starr-Bochicchio
tion item. It would give people a quick way in to contributing. > On Sun, 06 Jul 2014, Andrew Starr-Bochicchio wrote: >> +@python_2_unicode_compatible >> +class DebciStatus(models.Model): >> +""" >> +Model for debci status of packages. >> +

Bug#753910: [PATCH] Add support for showing Debci test failures as an action item. Closes: #753910

2014-07-07 Thread Andrew Starr-Bochicchio
On Mon, Jul 7, 2014 at 10:36 AM, Raphael Hertzog wrote: >> > On Sun, 06 Jul 2014, Andrew Starr-Bochicchio wrote: >> >> +@python_2_unicode_compatible >> >> +class DebciStatus(models.Model): >> >> +""" >> >> +

Bug#759171: Subject: [PATCH] Fix links to debci logs for lib packages.

2014-08-24 Thread Andrew Starr-Bochicchio
Package: tracker.debian.org Tags: patch --- distro_tracker/vendor/debian/tests.py | 30 +++ distro_tracker/vendor/debian/tracker_tasks.py | 6 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/distro_tracker/vendor/debian/tests.py b/distro_tra

Bug#756752: tracker.debian.org: Access package screenshots

2014-08-25 Thread Andrew Starr-Bochicchio
tag 756752 + patch thanks The attached patch adds links to screenshots.debian.net when they exist. It's slower that I'd like. It might be nice if PackageExtractedInfo grew a delete_obsolete_items() like ActionItem so it wasn't necessary to loop through everything.. Thanks,

Bug#756752: tracker.debian.org: Access package screenshots

2014-08-27 Thread Andrew Starr-Bochicchio
On Mon, Aug 25, 2014 at 4:20 PM, Raphael Hertzog wrote: > On Mon, 25 Aug 2014, Andrew Starr-Bochicchio wrote: >> The attached patch adds links to screenshots.debian.net when they >> exist. It's slower that I'd like. > > Some ideas to improve it: > 1/ use a trans

Bug#756752: tracker.debian.org: Access package screenshots

2014-08-27 Thread Andrew Starr-Bochicchio
ct and delete the entire object including the 'general' key. Update patch attached, which is now much quicker! Thanks, -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer <http://qa.debian.org/developer.php?login=asb&g

Bug#754658: please display the package's description

2014-08-29 Thread Andrew Starr-Bochicchio
fails with: IntegrityError: UNIQUE constraint failed: core_packagename.name There must be a way to do it but I'm starting to get a bit frustrated, so I figured I'd just ask. =) Thanks, -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian

Bug#754658: please display the package's description

2014-08-29 Thread Andrew Starr-Bochicchio
On Fri, Aug 29, 2014 at 2:39 PM, Raphael Hertzog wrote: > Hi, > > On Fri, 29 Aug 2014, Andrew Starr-Bochicchio wrote: >> This is done in distro_tracker/core/views.py Let me know if there is a >> better place. I know that views.py can become a bit of a dumping >> ground

Bug#754658: please display the package's description

2014-08-30 Thread Andrew Starr-Bochicchio
On Sat, Aug 30, 2014 at 5:29 AM, Raphael Hertzog wrote: > On Fri, 29 Aug 2014, Andrew Starr-Bochicchio wrote: >> > It should probably be a method of PackageName so that we get the short >> > description for free in any other context... for example in the mail >>

Bug#754658: please display the package's description

2014-09-21 Thread Andrew Starr-Bochicchio
sults in nonsense like: >> >> The heuristics used by the old PTS are probably better. A summary: > > Ack. I updated distro-tracker to do that, except that we return an > empty string instead of the meaningless "source package". After seeing it in use, I also agr

Bug#797633: Add more context to wnpp action item short description.

2015-08-31 Thread Andrew Starr-Bochicchio
idea what it means. The attached patch would change it to: O: This package has been orphaned and needs a maintainer. Thanks, -- Andrew Starr-Bochicchio Ubuntu Developer <https://launchpad.net/~andrewsomething> Debian Developer <http://qa.debian.org/developer.php?login=asb>