Hi,
On Thu, 17 Jul 2014, Vincent Bernat wrote:
> I have tried to setup a local instance to contribute some patches but
> the initial import of the database needs more than 14GB of RAM. This
What command did you use for the initial import?
Was that with the fixture distro_tracker/core/fixtures/deb
Hi,
On Thu, 17 Jul 2014, Vincent Bernat wrote:
> It has been running for a several hours in "Processing Packages files of
> unstable repository".
Note that you can skip that part if you edit the unstable repository
to disable the "binary" field. Most of the current features only
require source pa
Hi,
On Thu, 17 Jul 2014, Vincent Bernat wrote:
> Also, I was meant to ask: some Python developers may prefer to use
> virtualenv. A requirements.txt would be nice for them. I can provide
> one. I don't care as I am running Debian unstable, so I have all the
> right dependencies.
Go ahead. I belie
Hello Vincent,
On Thu, 17 Jul 2014, Vincent Bernat wrote:
> This serie of patchs (except the last one) adds completion to
> OpenSearch. The last one is somewhat related as it enables completion
> for binary packages as well.
Thanks for the patches, merged and deployed!
--
Raphaël Hertzog ◈ Debi
On Fri, 18 Jul 2014, Scott Kitterman wrote:
> At the very least, make it at least as visible as it is in the PTS. The new
> fancy icon stuff will work out in the long run, but in the mean time PTS
> users
> are going to look in links and wonder why this went away. Some of them (like
> me) wil
On Thu, 17 Jul 2014, Raphaël Hertzog wrote:
> In its initial development phase, we ensured that the codebase would work
> well with Python 3. Unfortunately nobody cared since then and now we have
> a lot of failing tests when we run it with Python 3.
To make it easier to test in the various combin
Control: retitle -1 Merging a @debian.org account in a non @debian.org account
leads to "403 Forbidden"
Hi,
On Tue, 22 Jul 2014, Axel Beckert wrote:
> I just tried to merge the two accounts "a...@deuxchevaux.org" and
> "a...@debian.org". I'm currently logged in as "a...@deuxchevaux.org" and
> en
Hello,
On Thu, 24 Jul 2014, Dimitri John Ledkov wrote:
> Please consider updating ubuntu COF logo on the new tracker page.
> I have prepared the below patch, blind, but please test it cause I
> didn't manage to start my own instance of the tracker to check how it
> looks like.
It doesn't stand ou
Control: severity -1 wishlist
On Fri, 25 Jul 2014, Christophe Siraut wrote:
> See http://henrich-on-debian.blogspot.fr/2013/09/an-idea-for-new-pts-
> layout.html (Ticket migrated from Trello:
> https://trello.com/c/duNhR7pO/)
Note that this is a suggestion and I'm not sure it's the best course fo
On Fri, 25 Jul 2014, Christophe Siraut wrote:
> As an agent, I can access data about packages via a RESTful interface.
This the main point. The suggested URLs are certainly not
the one that that we will use. And the set of exported
data will likely change.
And we also want to export data about al
On Fri, 25 Jul 2014, Christophe Siraut wrote:
> As an email user, I can add news regarding a package. (Ticket migrated
> from Trello: https://trello.com/c/duNhR7pO/)
This was a draft to port the current PTS feature of adding a news by mail.
But in the new tracker, the possibily to add a news shoul
Control: clone -1 -2
Control: retitle -1 Display information about package provided patches (aka old
patch-tracker.debian.org)
Control: retitle -2 Implement debian/watch scanner for new upstream releases
On Sat, 26 Jul 2014, Christophe Siraut wrote:
> Please merge patch-tracker.debian.org and wat
Control: reopen -1
On Sat, 26 Jul 2014, Debian Bug Tracking System wrote:
> Tickets migrated.
I believe you have missed the entries in the backlog column (all of which
are accurate except the patch-tracker one, and possibly the package
duplication information).
And also those tickets are worth k
On Fri, 01 Aug 2014, Christophe Siraut wrote:
> Acceptance Tests:
>
> If it is detected that the version of the source package matches a
> source NM upload, a todo item is added.
>
> It asks that the non maintainer upload is incorporated and acknowledged.
>
> Should this include all repo
Hi,
On Sat, 02 Aug 2014, Thomas Goirand wrote:
> The obvious "solution" would be to always clone, instead of doing "git
> fetch", though of course, this has a huge cost which maybe you don't
> want to have. So I'm not sure how to fix it... Though a few ideas:
>
> 1- Have somewhere on the web inte
Hi,
On Sat, 02 Aug 2014, Javier Di Mauro wrote:
> I agree to Charles that the narrow font makes text harder ro read. My
> suggestion is to use "sans-serif" font, which seems to be the most
> used font around Debian webstites, instead of "Helvetica/Arial".
>
> I like the change of grey to magenta
Hi,
thanks for the reports!
On Thu, 07 Aug 2014, Cyril Brulebois wrote:
> Something like this would be nice:
> | The package depends on source packages which need a new maintainer:
> | dosfstools (#756088), elilo (#707112), hfsutils (#60)
>
> No need to retain the old, a bit too verbose wo
Hi,
On Mon, 11 Aug 2014, Christophe Siraut wrote:
> The following patch should display the autoremoval notifications in the
> action needed panel.
[...]
> --- /dev/null
> +++
> b/distro_tracker/vendor/debian/templates/debian/autoremoval-action-item.html
> @@ -0,0 +1,7 @@
> +{% spaceless %}
> +{%
Hi Christophe,
On Mon, 18 Aug 2014, Christophe Siraut wrote:
> The attached patch provides a longer explanation.
Much better, thanks!
> > We have more and more tasks that work almost the same. Maybe it's time
> > to have a generic implementation of this typical task? (With a generic way
> > to t
Hello Simon,
On Mon, 18 Aug 2014, Simon Kainz wrote:
> this adds support for data from duck.debian.net.
Thanks for the patch! Here are a few things to fix:
First you should respect PEP8 for the coding style, notably:
- use only spaces to indent, not tabs
- spaces around assignation operatior
Yo
Control: forcemerge -1 756745
On Mon, 18 Aug 2014, Simon Kainz wrote:
> this adds support for data from duck.debian.net.
There was already an open bug against tracker.d.o requesting the support
of duck.debian.net (and I think I pointed you to it on IRC), so merging your
bug with it.
Cheers,
--
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 transaction (protect most of execute in "with
transaction.atomic():")
2/ use bulk insert in Django (and bul
Hi,
On Wed, 27 Aug 2014, Andrew Starr-Bochicchio wrote:
> Thanks for the feedback. Where do you think it is best to store this
> information? The problem is that I can't use bulk delete for a
> specific PackageExtractedInfo key and doing it to the object obviously
> destroys other info we want to
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, but I didn't see anywhere that made more sense.
It should probably be a method of PackageNa
Hi,
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
> > bot when we confirm the subscription or something like that.
>
> Makes sense. I think I'v
Hi Colin & Henri,
I saw on #debian-admin that both of you are interested in resurrecting
patch-tracker.debian.org. I don't know what are your plans but I would
like to suggest you to try to resurrect it within the context of
Distro-Tracker aka the software behind http://tracker.debian.org
Distro
Hi,
On Tue, 02 Sep 2014, Colin Watson wrote:
> On Tue, Sep 02, 2014 at 10:57:19AM +0200, Raphael Hertzog wrote:
> > I saw on #debian-admin that both of you are interested in resurrecting
> > patch-tracker.debian.org. I don't know what are your plans but I would
> > lik
On Fri, 01 Aug 2014, Christophe Siraut wrote:
> As a Debian developer or other interested party, on a source package
> page I can see a warning if the package has been removed from both
> unstable and experimental repositories.
As a reference, here are samples of the kind of messages that we want
Hi,
On Tue, 16 Sep 2014, Holger Levsen wrote:
> the information gathered in the security-tracker should be displayed in the
> package tracker.d.o.
It's already there, see the "20 security issues" in
https://tracker.debian.org/pkg/linux
When you click on the question mark you get access to the
Hi,
On Tue, 16 Sep 2014, Paul Wise wrote:
> On Tue, Sep 16, 2014 at 7:08 AM, Holger Levsen wrote:
> > There is an interface for it, see
> > https://security-tracker.debian.org/tracker/data/pts/1
>
> Could we get a new URL that also has information about unimportant and
> resolved issues and DSAs
On Tue, 16 Sep 2014, Holger Levsen wrote:
> On Dienstag, 16. September 2014, Raphael Hertzog wrote:
> > Let's not continue that bad tradition. If anything it should provide
> > either YAML or JSON with something structured:
>
> I agree. Any preference?
JSON is more
On Tue, 16 Sep 2014, Paul Wise wrote:
> On Tue, Sep 16, 2014 at 7:40 PM, Ben Hutchings wrote:
>
> > I think this fall back should not be used, except for packages that
> > build a single binary. It results in nonsense like:
>
> The heuristics used by the old PTS are probably better. A summary:
Hi,
On Thu, 18 Sep 2014, Thijs Kinkhorst wrote:
> The changelogs are currently displayed in plain text format. Tools like
> libparse-debianchangelog-perl can pretty print those to HTML so they have nice
> headings, clickable bug numbers, etc.
We already have multiple requests to add links in the
Hi,
On Fri, 19 Sep 2014, Thijs Kinkhorst wrote:
> Maybe the package name put you on the wrong foot. The package contains
> just /usr/bin/parsechangelog which I know is/was used at
> packages.debian.org. It seems irrelevant in which language this tool is
> implemented, no?
It's better than just a
. There's no
post-processing of that file for further uses...
> Raphael, the PTS also has long descriptions in title attributes of the
> abbrev tags that enclose short descriptions, could we add that to the
> distro tracker too? The PTS uses this HTML:
>
> {shortdesc}
It shoul
Hi,
On Sun, 05 Oct 2014, Jérémy Lal wrote:
> Dear Maintainer,
>
> https://tracker.debian.org/search.xml
> should have content-type application/xml
> or else the browser ignores the document (and doesn't add
> the search description to its search engines).
Are you sure of your analysis ?
$ HEAD
Control: forcemerge -1 754677
On Thu, 16 Oct 2014, Daniel Lintott wrote:
> > I can't see any links to changelogs on the tracker pages (maybe I am
> > just being blind, but find-in-page didn't reveal them either).
>
> They are hidden in the 'versioned links' box. To be precise it's the
> second ic
Hi Arturo,
On Wed, 22 Oct 2014, Arturo Borrero Gonzalez wrote:
> Package: tracker.debian.org
> Severity: wishlist
>
> Hi there!
>
> It would be nice if you add a link to ci.debian.net in each package page at
> tracker.debian.org.
>
> I think they are both good idea:
> * a link in the "links"
(sorry posted too quickly and forgot to finish my explanations)
On Wed, 22 Oct 2014, Raphael Hertzog wrote:
> > * a link in the "links" section
>
> We only display such links when they do work.
Which means we have to know what packages are available. Fortunately
that
On Sun, 26 Oct 2014, Vincent Danjean wrote:
> The reverse (merging a non-Debian account into a Debian account) leads to the
> same problem (403 error when trying to open the merge confirmation link while
> logged with the Debian account).
In fact, this 403 is unrelated. The problem is that the cod
Hi,
On Sun, 26 Oct 2014, Vincent Danjean wrote:
> subscriptions done from the old pts (and with the p...@qa.debian.org)
> do not appear in the tracker.debian.org interface.
> And, similarly, subscriptions done in the tracker.debian.org interface
> are not kwown from the p...@qa.debian.org inte
Hi,
On Tue, 28 Oct 2014, Martin Zobel-Helas wrote:
> as Chromium is showing me warnings for form data being sent over http, I
> went through all debian.org URLs in the source code of
> tracker.debian.org and made them https:// URLs where it was possible.
Thanks, applied locally. Will deploy sooni
On Tue, 11 Nov 2014, Don Armstrong wrote:
> The existing help tag is really for bugs for which the maintainer needs
> or wants help; these are basically a superset of entry-point, and bugs
> which are more difficult than it would be reasonable for a new
> contributor to help.
>
> I suppose it woul
Control: tag -1 newcomer
On Thu, 21 Aug 2014, Michael P. Carr Jr. wrote:
> First, I wish to say that in my opinion the newer tracker site has a
> cleaner look-n-feel than the current version.
Thank you.
> Second, as the bug title suggests, there are at least two graphical
> icons on the new trac
Control: tag -1 newcomer
On Sat, 05 Jul 2014, Bernhard R. Link wrote:
> Please add some content to the "" links.
> Currently the whole content of the is a tag without any
> content and the image of the question mark in the circle is put there as
> background image. This causes some text browsers
Control: tag -1 newcomer
On Fri, 24 Oct 2014, Holger Levsen wrote:
> And then I realized that I thought this before about the tracker news urls: I
> think they are too "meaningless" and they would be more informative if they
> were of the form https://tracker.debian.org/$package/news/580713 (or
Control: tag -1 + newcomer
On Fri, 01 Aug 2014, Christophe Siraut wrote:
> As Debian package maintainer, on the package page I can see a warning
> if the package has higher than standard priority and I am the sole
> maintainer of the package.
Implementing this requires adding a new task generatin
Control: tag -1 + newcomer
Hello,
On Fri, 26 Apr 2013, Mika Pflueger wrote:
> it would be really nice if it was possible to link to the NEWS file
> of a package in the PTS (probably near the link to the changelog). Often it
> is useful to know what /important/ happened to a package, if any.
trac
Control: tags -1 + newcomer
On Thu, 14 Aug 2014, Ansgar Burchardt wrote:
> tracker.debian.org shows the priority and section of the source package
> in the upper left corner (under "General"). We don't really care about
> these and all new source packages get the arbitrary value misc:extra (or
>
Hi Nicolas,
On Fri, 28 Nov 2014, Nicolas Sévelin-Radiguet wrote:
> Regarding the bugs icon, here it shows "bug history graph" as can be seen in
> distro_tracker/vendor/debian/templates/debian/bugs.html line 6.
This is what you see in the tooltip, yes. But AFAIK, this only works if
you have javasc
Control: reopen -1
Control: retitle -1 Bug->package assignment does not work correctly
On Mon, 01 Dec 2014, Christophe Siraut wrote:
> Thanks for reporting,
Why are you closing this bug?
I explained in my first answer that the behaviour of the tracker is not
correct. I never got the expected ans
Control: tag -1 newcomer
On Sun, 30 Nov 2014, Vincent Legout wrote:
> The tracker page of gravitywars displays both the short and long
> descriptions instead of the short description only:
>
> https://tracker.debian.org/pkg/gravitywars
Where?
I only see "gravitywars clone of Gravity Force" in
Control: retitle -1 Add long description as a tooltip on top of the short
description
Control: severity -1 wishlist
On Mon, 01 Dec 2014, Vincent Legout wrote:
> Yes, you're right, I now only see the short description in the
> title. But I reported this bug because if I'm not wrong, the long
> des
On Mon, 01 Dec 2014, Don Armstrong wrote:
> > It would be nice if we could just use the "source" field instead of
> > doing our own mapping bug the value of the "source" field doesn't make
> > much sense to me... why does it list so many source packages and not
> > only one like on
> > https://bugs
Hi Christophe,
On Tue, 02 Dec 2014, Christophe Siraut wrote:
> Here is a patchset implementing half of this feature, I have not
> yet figured out how to feed the long description in the tracker.
Can you be more explicit at where you're stuck?
A quick look led me to
distro_tracker.core.utils.pack
Hi,
On Tue, 02 Dec 2014, Christophe Siraut wrote:
> In core.retrieve_data.UpdateRepositoriesTask._update_packages_file, the
> long description is not returned by the following loop (line 375, only
> the first line is retuned, i.e. the short description):
>
> for stanza in deb822.Packages.iter_
[ Reordering the paragraph ]
On Tue, 02 Dec 2014, Don Armstrong wrote:
> > So should I use "source" as a base and then restrict to the set of
> > source packages available in "found_versions" (if any)?
>
> It depends on what you're using that field for. If you're using it to
> show a set of bugs
Control: forcemerge 760382 -1
Hello,
On Wed, 03 Dec 2014, Arturo Borrero Gonzalez wrote:
> If you see [1], you can see there is link to a conntrack 1:1.4.2-1 package in
> NEW/unstable.
> But that is not true [2].
>
> [1] https://tracker.debian.org/pkg/conntrack
> [2] https://ftp-master.debian.o
On Mon, 01 Dec 2014, Christophe Siraut wrote:
> Checking the tracker pages against W3C validator spots quite a few
> errors, here are littles fixes.
Thanks, merged.
> -{{ package.short_description }}
> +{{ package.short_description }}{% if not
> package.sh
On Fri, 05 Dec 2014, Christophe Siraut wrote:
> Konqueror seems to cope nicely with tracker using the following fix.
Thanks, applied & deployed. Holger, do you confirm?
Cheers,
--
Raphaël Hertzog ◈ Debian Developer
Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to ma
Hi,
On Thu, 11 Dec 2014, Christophe Siraut wrote:
> Raphael Hertzog wrote:
> > In fact, I even wonder why we're getting short description at all...
> > since we're not accessing data directly via AptCache and instead we
> > are parsing the downloaded Packages file
Hi Paul,
On Tue, 16 Dec 2014, Paul Wise wrote:
> Add the LXDE listserver mailing list archive URLs
>
> diff --git a/distro_tracker/core/migrations/0002_initial_data.py
> b/distro_tracker/core/migrations/0002_initial_data.py
> index b3a0d78..70f448b 100644
> --- a/distro_tracker/core/migratio
Hi Paul,
On Tue, 20 Jan 2015, Paul Wise wrote:
> +def get_build_reproducibility_content(self):
> +url = 'https://reproducible.debian.net/reproducible.json'
> +return get_resource_content(url)
> +
> +def get_build_reproducibility(self):
> +reproducibilities = self.ge
Hi,
On Wed, 28 Jan 2015, Paul Wise wrote:
> On Wed, Jan 28, 2015 at 6:30 AM, Frederic MASSOT wrote:
>
> > Can you add a link to the Security Bug Tracker ?
>
> Packages with security issues already have action items that link to
> the security tracker. Is there anything more you would like to see
Hi,
On Sun, 08 Feb 2015, ge...@riseup.net wrote:
> However, it seems, that the mail in question never gets sent; maybe it's
> stuck somewhere or it doesn't get created.
It's sent but it gets rejected because of:
2015-02-09 20:01:17 1YKuWD-0002cK-2M ** ge...@riseup.net R=dnslookup
T=remote_smtp
Hi,
On Tue, 16 Sep 2014, Raphael Hertzog wrote:
> Let's not continue that bad tradition. If anything it should provide
> either YAML or JSON with something structured:
>
> bind9:
> squeeze:
> open:
> - CVE-XXX
> - CVE
On Wed, 18 Feb 2015, Raphael Hertzog wrote:
> One thing that comes to my mind is that we probably also want the
> associated Debian bug number when there's an associated bug report.
> So instead of a plain CVE identifier we probably want a hash:
> { 'id': 'CVE--
Hi,
On Sun, 22 Feb 2015, Christophe Siraut wrote:
> > while displaying changelog from the web interface I see that many
> > characters are not shown correctly because they have a different charset
> > than browser default.
> >
> > Could you please specify the (utf8) charset in the HTTP response o
Hello,
On Thu, 30 Apr 2015, Stéphane Klein wrote:
> Hi,
>
> I've this error :
> https://tracker.debian.org/accounts/confirm/52afcbdde02ab4f7f9c221dd6ac156014393205c
> => Not Found
> The requested URL
> /accounts/confirm/52afcbdde02ab4f7f9c221dd6ac156014393205c was not found
> on this server.
Thi
Hi Jörg,
On Mon, 04 May 2015, Joerg Jaspert wrote:
> as far as I can see, tracker.d.o seems to redo work for tasks that are
> already done elsewhere.
> The case I noticed is extracting files like changelogs and copyrights,
> which the archive already extracts and provides in an rsyncable tree.[1]
-cors.org/
Cheers,
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
--
To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
https://lists.debian.org/CAA7hUgGOJhgAL1
Hi,
There's a script on quantz that uses the BTS' SOAP interface, but for the
last few days it has receiving an error 500 response. Is it expected? was
anything changed?
Thanks in advance.
Cheers,
-- Forwarded message -
From: Cron Daemon
Date: Fri, 29 May 2015 at 20:08
Subject:
Hi,
On Mon, 01 Jun 2015, James McCoy wrote:
> On Mon, Jun 01, 2015 at 05:57:58PM +0800, Paul Wise wrote:
> > Since the upgrade to jessie, the calls to the BTS made by the PTS using
> > SOAPpy are crashing as they cannot verify the SSL cert in /etc/ssl/certs
> > directly and require a CA cert to be
On Mon, 08 Jun 2015, Ben Finney wrote:
> Is ‘tracker.debian.org’ currently duplicating the handling of incoming
> ? If so, it should resolve the duplication
> and ensure only one system is doing it, correctly.
Mails to *@packages.debian.org are also forwarded to the old PTS which is
also forwardin
Hello Ralf,
AFAIK it's the second time that your commit reverts legitimate changes
made by others. I don't know what you're doing wrong but please fix
up your mistake.
Thank you in advance.
FTR, it's this hunk that triggered my attention:
> URL: http://svn.debian.org/wsvn/qa/trunk/dose/debianbts
On Thu, 11 Jun 2015, Ralf Treinen wrote:
> the sources of the dose scripts are maintained in a git repository
> (https://alioth.debian.org/anonscm/git/qa/dose.git). When I do a
> make install that just pushes my version on the qa svn repository
> (except for the configuration file, since recently)
On Mon, 15 Jun 2015, Stuart Prescott wrote:
> The rendering of CVE items in the changelog section of the changes files
> includes invalid HTML markup. As an example:
Duh, the maintainer included the link
"https://security-tracker.debian.org/tracker/CVE-2014-8483"; in the
changelog and that text li
Control: reopen -1
On Thu, 18 Jun 2015, Christophe Siraut wrote:
> Fixed in git, will soon be deployed.
Actually this bug is about the bad link on
https://qa.debian.org/excuses.php?package=gnome-shell (the gtk+3.0 link
not working there).
And this one has not been closed yet.
Cheers,
--
Raphaë
Hi,
On Mon, 13 Jul 2015, Christophe Siraut wrote:
> Raphaël wrote:
> > we should just move the "modify" button to be always
> > visible, no?
>
> Yes, simple yet efficient. Please pull 0080f0b.
Thanks, merged and deployed.
> >> +Please refer to the >> href="https://www.debian.org/doc/manuals/de
On Fri, 17 Jul 2015, Johannes Schauer wrote:
> > I think for the tracker we would want a custom format, in case the
> > dose3 raw data format/schema changes.
>
> right. I think that makes sense.
I don't see how it makes sense. If that output contains the suitable
information, let's use it and def
On Fri, 17 Jul 2015, Christophe Siraut wrote:
> Adding a Keyword description field with data works fine, please review
> the attached patch.
I'll take a look at that later. But a few comments are below already.
> The keywords modification form seems broken: here boxes do not shown
> checked for a
Hi,
On Fri, 17 Jul 2015, Ralf Treinen wrote:
> > The only alternative would be to invent a generic data source format
> > that would be useful for all possible action items that we want
> > to import. But a generic format for a specialized use case seems overkill.
>
> can we defer this discussion
On Sun, 19 Jul 2015, Christophe Siraut wrote:
> > => we should harmonize the button to say "Modify keywords" in all cases
>
> Please pick up 1e231b7 and 3 other cherries.
Done and deployed.
> > => for the keywords at the email level, I'm not sure why it would be empty
> > by default. It would se
On Thu, 13 Aug 2015, Christophe Siraut wrote:
> Please pull 7b3d5e7.
Please attach patches for easy review and comments.
The newcomer is a first-class tag, not a usertag, so you should not only
s/gift/newcomer/ but also adjust for this difference:
> index 96ad6d7..5a00276 100644
> --- a/distro_t
On Wed, 19 Aug 2015, Christophe Siraut wrote:
> Here is an updated patch, it fixes the issues you mentioned.
You forgot to attach the patch. :)
Cheers,
--
Raphaël Hertzog ◈ Debian Developer
Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debia
Hello Orestis,
On Thu, 20 Aug 2015, Orestis Ioannou wrote:
> I ve implemented this replacement.
> You may find the patch attached
Thanks for this initial patch. I have a few comments and request for
changes if possible.
First, the form that actually requires this view is only in
distro_tracker.v
Hi,
On Wed, 26 Aug 2015, Charles Plessy wrote:
> tracker.d.o indicates 14 Lintian warnings for the last-align package, but I
> can
> not find them on lintian.d.o. Is that a bug ?
Most certainly, but not from tracker.debian.org. We just import data
that is generated here:
https://lintian.debian.
Package: tracker.debian.org
Tags: newcomer
Only the "codename" of a repository is guaranteed to not be modified during
the life of the repository. The "suite" is usually just an alias that
might point to different repositories over time (it's a symlink in the
archive).
And when the "suite" field
Hi,
On Wed, 02 Sep 2015, Orestis Ioannou wrote:
> I have enabled only the unstable repository and I don't have many news
> to test what i ve done. Is there any other solution to test/work this
> besides adding more repositories?
s/repositories/news/ ?
If you want to test this, you have to add ma
Control: reassign -1 tracker.debian.org
On Thu, 10 Sep 2015, Antonio Terceiro wrote:
> I am behind the `thin` package, but I will sometimes receive emails that
> were supposed to be for the `thin-provisioning-tools` package, which I
> have nothing to do with.
>
> Follows attached a compressed Mai
On Mon, 07 Sep 2015, Orestis Ioannou wrote:
> Thanks for the review.
> I updated my patch
Thanks. Here are my comments.
> > And then you reuse that code for functional testing with selenium (cf
> > functional_tests/tests.py).
>
> Added a script. I am not sure though if the directory i put it is
Hello Stéphane,
On Thu, 01 Oct 2015, Stéphane Blondon wrote:
> I'd like to help to replace packages.qa.debian.org by
> tracker.debian.org. As far I understood the presentation by Raphaël
> Hertzog in DebConf15, there are lacking features which prevent to switch.
The presentation was made by Chris
On Fri, 02 Oct 2015, Stéphane Blondon wrote:
> I get a working version of the project. Currently the tests are ok
> except the functional ones because python-selenium is not in Testing but
> in Sid. I can fix it (with pip or apt-pinning).
I have installed python-selenium via pypi-install (from pac
Hello,
> On Mittwoch, 30. September 2015, Mattia Rizzolo wrote:
> > > I think there is value in receiving these notifications, they provide
> > > timely feedback about the status of our packages.
> > >
> > > Maybe we can setup a mailing list for this, something like
> > > pkg-java-bui...@lists.al
On Sat, 03 Oct 2015, Mattia Rizzolo wrote:
> > What kind of mails are we referring to?
>
> We are talking about very short mails, actually one-liners like
>
> 2015-10-03 11:43 https://reproducible.debian.net/unstable/amd64/derby changed
> from FTBFS -> unreproducible
>
> (this one will be sent
Hello Orestis,
sorry that I did not find the time to get back to you earlier.
On Mon, 19 Oct 2015, Orestis Ioannou wrote:
> I reworked most of the patch, using the ListView and factorising most of
> the code.
The code looks clean and slick. Good work!
> Let me know if this needs more work :)
B
Hello,
I did some work on the mail infrastructure of tracker.debian.org (cf
#754745 and #754913). It affects the way mails are forwarded to users
and the way we collect the news displayed in the web interface.
It's quite likely that this will put in light some small problems
like showing some new
Hi,
On Fri, 04 Dec 2015, Andreas Cadhalpun wrote:
> there seems to be a recent regression in the handling of news, causing
> duplicates.
> Packages migrating to testing now produce three news entries like e.g. [1-4]:
> "[2015-12-04] ffmpeg 7:2.8.3-1 MIGRATED to testing (Debian testing watch)"
>
Hi,
On Fri, 04 Dec 2015, James McCoy wrote:
> On Fri, Dec 04, 2015 at 11:20:25PM +0100, Raphael Hertzog wrote:
> > Next step is to transfer all mail subscriptions from packages.qa.debian.org
> > to tracker.debian.org and to close the mail part on
> > packages.qa.d
On Tue, 14 Apr 2015, Michal Čihař wrote:
> compared to old PTS, link to experimental buildd is missing. I know it's
> just matter of changing suite on the buildd page, but I find direct link
> quite useful.
If this gets implemented then we should only display that link when
the package is actuall
701 - 800 of 940 matches
Mail list logo