• Bug#756397: Link to the new tracker: new patch

    From Paul Wise@21:1/5 to Muri Nicanor on Wed Jul 19 04:00:02 2017
    XPost: linux.debian.bugs.dist

    On Wed, Jul 19, 2017 at 6:21 AM, Muri Nicanor wrote:

    attached a new patch which is based on sylvestre's patch from three
    years ago, but replaces the old links.

    The wording change is a bit suboptimal, I would suggest sticking with "Developer Information".

    If pts_url is no longer used, it should be removed also.

    --
    bye,
    pabs

    https://wiki.debian.org/PaulWise

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul Wise@21:1/5 to Muri Nicanor on Thu Jul 20 04:40:02 2017
    XPost: linux.debian.bugs.dist

    On Wed, 2017-07-19 at 15:12 +0200, Muri Nicanor wrote:

    Not sure about "Developer Information" though, the tracker gives
    information about packages, not about developers, imo

    The phrase is supposed to indicate information for developers rather
    than information about developers, AFAICT.

    --
    bye,
    pabs

    https://wiki.debian.org/PaulWise

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCAAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAllwCVMACgkQMRa6Xp/6 aaN4WBAAi6A4aREM8yDHr67sZkRhJzEqOR/7xmDDuQTPMybzGaITlaJRXJ6Cugfv Tnc4bwXGmTs+3+c+G00PN+jYOdHBrIgedOh7Suub/l/BFpfYnNAhAG+LHRc/eosh xnLJJvVotHbuL/W572k6eyQUyXZ97IlVgkm+lISOelyYMHvjOqPZHWTCbAi7B9el +sIcX6gCP7w0JKNhhfs1VSTxpqYF5KKVSm45k2d37tvYFMGNi22Wg9vnjwH69Sy1 1GM2KLzySSs9vRl/FCqAZYWIrISv2DvVn/QIcepn2l+fsnmeF+y2oRZTjW481HtT uqkS7WdwSJIOWxXRxG/GZqDoYJ6mE8ZJOEEOUD8ZioqLC5PqOKqF0EweSRbVDa3/ bqQEXtzNIPB+Q5swsSb0C5sUIzwA/Y7i+diDfbWhJ02NvYRNXqXGR3yEJDjChfUT 44BZedPnPJdCO2gvusfgTsgzgtHuCqH71grEQo1t7oMsioNlBXyp1XrHtwusyEGx Skpg2gmPcLYnnxwQ1wEzV6pN7WgaoV7XtJnBOfGCThRNadAWk2nYrC/a19Q2bjW2 u9UNuxsHPAzHqtVxz3o/X3KKsy6WIeaiNxM1Ti0cOGdkDQQTACjxnbnMb49yHU5b /0y+WUigAeDevR0gfvBbqttC4BpMxMKnGgISu9W41nMmy4G22tE=
    =vnnz
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Muri Nicanor@21:1/5 to Paul Wise on Wed Jul 19 16:30:03 2017
    XPost: linux.debian.bugs.dist
    To: 756397@bugs.debian.org

    This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Iigu83bXcVpWPxHMD29gNhE8qRne2lPhk
    Content-Type: multipart/mixed;
    boundary="------------4EA20509BA020B7C3473C5BA"

    This is a multi-part message in MIME format. --------------4EA20509BA020B7C3473C5BA
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: quoted-printable



    On 07/19/2017 02:54 AM, Paul Wise wrote:
    On Wed, Jul 19, 2017 at 6:21 AM, Muri Nicanor wrote:

    attached a new patch which is based on sylvestre's patch from three
    years ago, but replaces the old links.

    The wording change is a bit suboptimal, I would suggest sticking with "Developer Information".

    If pts_url is no longer used, it should be removed also.

    Done, updated patch is attached. Not sure about "Developer Information"
    though, the tracker gives information about packages, not about
    developers, imo

    cheers,
    muri


    --------------4EA20509BA020B7C3473C5BA
    Content-Type: text/x-patch;
    name="0001-Replace-the-link-to-the-old-PTS-with-a-link-to-the-n.patch" Content-Transfer-Encoding: quoted-printable
    Content-Disposition: attachment;
    filename*0="0001-Replace-the-link-to-the-old-PTS-with-a-link-to-the-n.pa";
    filename*1="tch"

    From 067fae3263596d4b2384bce310f9058ff78cbe05 Mon Sep 17 00:00:00 2001
    From: Muri Nicanor <muri@immerda.ch>
    Date: Wed, 19 Jul 2017 15:03:02 +0200
    Subject: [PATCH] Replace the link to the old PTS with a link to the new
    tracker on tracker.debian.org.

    ---
    templates/config.tmpl | 2 +-
    templates/html/show.tmpl | 4 ++--
    2 files changed, 3 insertions(+), 3 deletions(-)

    diff --git a/templates/config.tmpl b/templates/config.tmpl
    index 3f64edf..b28642a 100644
    --- a/templates/config.tmpl
    +++ b/templates/config.tmpl
    @@ -12,7 +12,7 @@
    search_url = '/search'
    tags_url = 'http://debtags.alioth.debian.org/'
    bugs_url = 'https://bugs.debian.org/'
    - pts_url = 'https://packages.qa.debian.org/'
    + tracker_url = 'https://tracker.debian.org/'
    ddpo_url = 'https://qa.debian.org/developer.php?login='
    src_bugs_url = bugs_url _ 'src:'
    mirror_url = 'http://ftp.debian.org/'
    diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
    index 31cfce8..f27efbe 100644
    --- a/templates/html/show.tmpl
    +++ b/templates/html/show.tmpl
    @@ -73,9 +73,9 @@
    <li><a href="[% (is_source ? src_bugs_url : bugs_url) _ pkg %]">[% g('Bug Reports') %]</a></li>

    [% IF src.pkg -%]
    -<li><a href="[% pts_url _ src.pkg %]">[% g('Developer Informati