Re: Tags: on package page link points at nonexistent server

2020-10-19 Thread Holger Wansing
Hi,

наб  wrote:
> Hi!
> 
> On Wed, Oct 14, 2020 at 12:12:14AM +0200, Holger Wansing wrote:
> > I have pushed this now.
> > Let's see how it goes.
> 
> It's been a few days, enough, I'd think, for the change to have
> propagated; however both grub-pc and a fresh package, such as
>   https://packages.debian.org/sid/gnuradio
> which is at version 3.8.2.0-4 (Thu, 15 Oct 2020 00:20:23 -0400),
> uploaded on Mon, 19 Oct 2020 03:04:05 +:
>   https://tracker.debian.org/news/1184204
> has the Tags: link pointing at
>   https://debtags.alioth.debian.org/edit.html?pkg=gnuradio

Yes, you are right.
As it seems, a manual action on picconi.debian.org is required to get
the changes propagated to the webpage:
a 'git pull' seems to be required there in /srv/packages.debian.org/

However, I noticed just this monday morning that I cannot get the needed 
permissions to do this, so maybe someone from the webmaster team can do 
this?
Thanks


Holger



-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Re: Tags: on package page link points at nonexistent server

2020-10-19 Thread наб
Hi!

On Wed, Oct 14, 2020 at 12:12:14AM +0200, Holger Wansing wrote:
> I have pushed this now.
> Let's see how it goes.

It's been a few days, enough, I'd think, for the change to have
propagated; however both grub-pc and a fresh package, such as
  https://packages.debian.org/sid/gnuradio
which is at version 3.8.2.0-4 (Thu, 15 Oct 2020 00:20:23 -0400),
uploaded on Mon, 19 Oct 2020 03:04:05 +:
  https://tracker.debian.org/news/1184204
has the Tags: link pointing at
  https://debtags.alioth.debian.org/edit.html?pkg=gnuradio

Best,
наб

Please keep me in CC, as I'm not subscribed


signature.asc
Description: PGP signature


Re: Tags: on package page link points at nonexistent server

2020-10-13 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> Hi,
> 
> наб  wrote:
> > All the links in the list (System Boot, C) point at packages.debian.org
> > and work, but the link on Tags points at
> >   https://debtags.alioth.debian.org/edit.html?pkg=grub-pc
> > which doesn't even resolve.
> 
> A patch is attached to (hopefully) replace the old alioth search URL
>   https://debtags.alioth.debian.org/edit.html?pkg=
> by the new one at debtags.d.o
>   https://debtags.debian.org/search/?wl===default

I have pushed this now.
Let's see how it goes.

Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Re: Tags: on package page link points at nonexistent server

2020-09-27 Thread Holger Wansing
Hi,

наб  wrote:
> All the links in the list (System Boot, C) point at packages.debian.org
> and work, but the link on Tags points at
>   https://debtags.alioth.debian.org/edit.html?pkg=grub-pc
> which doesn't even resolve.

A patch is attached to (hopefully) replace the old alioth search URL
https://debtags.alioth.debian.org/edit.html?pkg=
by the new one at debtags.d.o
https://debtags.debian.org/search/?wl===default


Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index a586f8c..8e2401a 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -204,7 +204,7 @@
 [% FOREACH tag IN tags %]
   [% IF loop.first -%]
 
-[% g('Tags') %]:
+[% g('Tags') %]:
   [%- END %]
   [% facet = tag.0; lfacet = "$facet-$po_lang"; 
  facet_name = debtags_voc.$lfacet;