Bug#545262: packages.debian.org: "Debian Patch Tracking" links broken

View: New views
5 Messages — Rating Filter:   Alert me  

Bug#545262: packages.debian.org: "Debian Patch Tracking" links broken

by Paul Wise-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Package: www.debian.org
Severity: normal

patch-tracking.debian.net has moved to patch-tracker.debian.org:

http://www.seanius.net/blog/2009/09/patch-tracker/

Please update the URLs in the "Debian Patch Tracking" links.

Also, I suggest changing the text to "Patch tracker".

--
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc (204 bytes) Download Attachment

Bug#545262: packages.debian.org: "Debian Patch Tracking" links broken

by Simon Paillard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

tags 545262 +patch
thanks

On Sun, Sep 06, 2009 at 12:17:11PM +0800, Paul Wise wrote:
> Package: www.debian.org
> Severity: normal
>
> patch-tracking.debian.net has moved to patch-tracker.debian.org:
> http://www.seanius.net/blog/2009/09/patch-tracker/

Sean, would it be possible to configure HTTP permanent redirections from
patch-tracking.debian.net to patch-tracker.debian.org ?

"Redirect permanent / http://patch-tracker.debian.org" with apache.

> Please update the URLs in the "Debian Patch Tracking" links.
>
> Also, I suggest changing the text to "Patch tracker".

Patch attached and commited.

(then need Frank to update the prod copy)

--
Simon Paillard


diff --git a/po/templates.pot b/po/templates.pot
index d0a3851..cfb51bd 100644
--- a/po/templates.pot
+++ b/po/templates.pot
@@ -811,7 +811,7 @@ msgstr ""
 
 #: templates/html/show.tmpl:96
 #: templates/html/show.tmpl:102
-msgid "%s Patch Tracking"
+msgid "%s Patch Tracker"
 msgstr ""
 
 #: templates/html/show.tmpl:110
diff --git a/templates/config.tmpl b/templates/config.tmpl
index 1792ac5..85c52f7 100644
--- a/templates/config.tmpl
+++ b/templates/config.tmpl
@@ -22,7 +22,7 @@
    changelogs_url = 'http://packages.debian.org/changelogs/'
    policy_url = 'http://www.debian.org/doc/debian-policy/'
    cn_help_url = project_homepage _ 'intro/cn'
-   patch_tracking_url = 'http://patch-tracking.debian.net/package'
+   patch_tracking_url = 'http://patch-tracker.debian.org/package'
    logo = {
  url => project_homepage,
         src => '/Pics/openlogo-nd-25.png',
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index 936d3b4..37ea4bf 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -93,13 +93,13 @@
 [% IF patch_tracking_url && src %]
   [% FOREACH src.downloads %]
     [% IF name.match('\.diff\.(gz|bz2|lzma)$') %]
-    <li><a href="[% "$patch_tracking_url/$src.pkg/$src.version" %]">[% g("%s Patch Tracking", organisation) %]</a></li>
+    <li><a href="[% "$patch_tracking_url/$src.pkg/$src.version" %]">[% g("%s Patch Tracker", organisation) %]</a></li>
     [% END -%]
   [% END -%]
 [% ELSIF patch_tracking_url && is_source %]
   [% FOREACH srcfiles %]
     [% IF filename.match('\.diff\.(gz|bz2|lzma)$') %]
-    <li><a href="[% "$patch_tracking_url/$pkg/$version" %]">[% g("%s Patch Tracking", organisation) %]</a></li>
+    <li><a href="[% "$patch_tracking_url/$pkg/$version" %]">[% g("%s Patch Tracker", organisation) %]</a></li>
     [% END -%]
   [% END -%]
 [% END -%]


Processed: Re: Bug#545262: packages.debian.org: "Debian Patch Tracking" links broken

by Debian Bug Tracking System :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Processing commands for control@...:

> tags 545262 +patch
Bug #545262 [www.debian.org] packages.debian.org: "Debian Patch Tracking" links broken
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


--
To UNSUBSCRIBE, email to debian-www-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Bug#545262: packages.debian.org: "Debian Patch Tracking" links broken

by sean finney :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi guys,

On Sun, Sep 06, 2009 at 08:10:31AM +0200, Simon Paillard wrote:
> > patch-tracking.debian.net has moved to patch-tracker.debian.org:
> > http://www.seanius.net/blog/2009/09/patch-tracker/
>
> Sean, would it be possible to configure HTTP permanent redirections from
> patch-tracking.debian.net to patch-tracker.debian.org ?

actually i had set that up yesterday with a permanent redirection from
p-t.d.n -> p-t.d.o, but it looks like someone did us the favor of updating
the DNS record directly so that p-t.d.n points at the same ip as the
new host, so i've now added a ServerAlias for the old host on p-t.d.o
as a stopgap.

when i'm a little more awake (yes i'm aware that it's noon) i'll swap that
out with a rewrite rule that will issues permanent redirects.


        sean

--


signature.asc (196 bytes) Download Attachment

Bug#545262: marked as done (packages.debian.org: "Debian Patch Tracking" links broken)

by Debian Bug Tracking System :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Your message dated Sun, 1 Nov 2009 21:48:56 +0100
with message-id <20091101204856.GO2606@...>
and subject line Re: Bug#545262: packages.debian.org: "Debian Patch Tracking" links broken
has caused the Debian Bug report #545262,
regarding packages.debian.org: "Debian Patch Tracking" links broken
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@...
immediately.)


--
545262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545262
Debian Bug Tracking System
Contact owner@... with problems

Package: www.debian.org
Severity: normal

patch-tracking.debian.net has moved to patch-tracker.debian.org:

http://www.seanius.net/blog/2009/09/patch-tracker/

Please update the URLs in the "Debian Patch Tracking" links.

Also, I suggest changing the text to "Patch tracker".

--
bye,
pabs

http://wiki.debian.org/PaulWise


On Sun, Sep 06, 2009 at 08:10:31AM +0200, Simon Paillard wrote:
> On Sun, Sep 06, 2009 at 12:17:11PM +0800, Paul Wise wrote:
> > patch-tracking.debian.net has moved to patch-tracker.debian.org:
> > http://www.seanius.net/blog/2009/09/patch-tracker/
> [..]
> Patch attached and commited.
>
> (then need Frank to update the prod copy)

It is now on live http://packages.debian.org/
Example http://packages.debian.org/en/sid/apt-spy

--
Simon Paillard


signature.asc (204 bytes) Download Attachment