Bug#569136: marked as done (outdated pages on Chinese (zh-*): missing automatic rebuild)

2020-12-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Dec 2020 23:33:43 +0100
with message-id <24557.71.838326.843...@cs.uni-koeln.de>
and subject line closing
has caused the Debian Bug report #569136,
regarding outdated pages on Chinese (zh-*): missing automatic rebuild
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 ow...@bugs.debian.org
immediately.)


-- 
569136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569136
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: important

The complicated makefiles specific to chinese locales break automatic
rebuild of indexes, especially security announces.

-- 
Simon Paillard
--- Begin Message ---
Hi all,

I noticed the part of "Security Advisories" on Chinese index page
(i.e. http://www.debian.org/index.zh-tw.html)
 is outdated for a few days.

Perhaps this is a bug, as the situation of
http://lists.debian.org/debian-www/2009/10/msg00028.html .

Need helps for that, maybe force rebuild it.

Thanks.


Regards,

lancetw

-- 
lancetw (Hsin-lin Cheng)
lanc...@gmail.com | lanc...@ymail.com | lanc...@csie.us
http://lancetw.twgg.org
http://www.anobii.com/people/lancetw/


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

--- End Message ---
--- End Message ---
--- Begin Message ---
Closing this bug, since the patch is applied and the chinese versions
of /security are up-to-date.
-- 
regards Thomas--- End Message ---


Bug#880161: www.debian.org: Get rid of the "tidy validation errors" forcing a rebuild of certain files

2017-10-30 Thread Paul Wise
On Mon, Oct 30, 2017 at 4:09 PM, Paul Wise wrote:

> I'm running it now.

All done. I've also run the tidy scripts and all the errors you
mentioned are gone now, the remaining ones are unrelated to link
attributes.

https://www-master.debian.org/build-logs/tidy/

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#880161: marked as done (www.debian.org: Get rid of the "tidy validation errors" forcing a rebuild of certain files)

2017-10-30 Thread Debian Bug Tracking System
Your message dated Mon, 30 Oct 2017 16:35:21 +0800
with message-id 
<caktje6foj+rz09uvxbgjw+pmgjsz_yldbapmnnr7yatg_si...@mail.gmail.com>
and subject line Re: Bug#880161: www.debian.org: Get rid of the "tidy 
validation errors" forcing a rebuild of certain files
has caused the Debian Bug report #880161,
regarding www.debian.org: Get rid of the "tidy validation errors" forcing a 
rebuild of certain files
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 ow...@bugs.debian.org
immediately.)


-- 
880161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: normal
Tags: l10n

With the migration of the website build server from jessie to stretch, we are
using a new version of the "tidy" tool, and now we are getting "Tidy validation
errors" for some webpages containing  tag without .

We have updated the template file that was causing these errors:

https://anonscm.debian.org/viewvc/webwml/webwml/english/template/debian/basic.wml?view=log

but many files still need to be rebuilt to use the updated template.

This is an easy task and do-able for anybody with commit permissions in the
website repo. It's just that there are many files to touch.

How can you help?

Go to the tidy logs
https://www-master.debian.org/build-logs/tidy/

and open a language file having a log file with more than 0 KB.
If you see errors like:

*** /srv/www.debian.org/www/path/to/file.cc.html
line 6 column 3 - Warning:  lacks "rel" attribute

Then the file language/path/to/file.wml needs to be touch:

touch language/path/to/file.wml
cvs commit language/path/to/file.wml

wait for the next tidy check (with the lessoften build) and the next tidy log
should not show that error for that page.

Thanks for your help!

Best regards

Laura Arjona Reina
https://wiki.debian.org/LauraArjona



-- System Information:
Debian Release: 8.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
On Mon, Oct 30, 2017 at 4:09 PM, Paul Wise wrote:

> I'm running it now.

All done. I've also run the tidy scripts and all the errors you
mentioned are gone now, the remaining ones are unrelated to link
attributes.

https://www-master.debian.org/build-logs/tidy/

-- 
bye,
pabs

https://wiki.debian.org/PaulWise--- End Message ---


Bug#880161: www.debian.org: Get rid of the "tidy validation errors" forcing a rebuild of certain files

2017-10-30 Thread Paul Wise
On Mon, Oct 30, 2017 at 3:41 PM, Laura Arjona Reina wrote:

> but many files still need to be rebuilt to use the updated template.

I don't think we need to rebuild the whole website, this script will do:

find -type f -iname '*.html' -print0 |
xargs -0 grep -lZF 'mailto:webmas...@debian.org;' |
xargs -0 echo sed -i 's|mailto:webmas...@debian.org;|mailto:webmas...@debian.org;|g'

I'm running it now.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#880161: www.debian.org: Get rid of the "tidy validation errors" forcing a rebuild of certain files

2017-10-30 Thread Laura Arjona Reina
Package: www.debian.org
Severity: normal
Tags: l10n

With the migration of the website build server from jessie to stretch, we are
using a new version of the "tidy" tool, and now we are getting "Tidy validation
errors" for some webpages containing  tag without .

We have updated the template file that was causing these errors:

https://anonscm.debian.org/viewvc/webwml/webwml/english/template/debian/basic.wml?view=log

but many files still need to be rebuilt to use the updated template.

This is an easy task and do-able for anybody with commit permissions in the
website repo. It's just that there are many files to touch.

How can you help?

Go to the tidy logs
https://www-master.debian.org/build-logs/tidy/

and open a language file having a log file with more than 0 KB.
If you see errors like:

*** /srv/www.debian.org/www/path/to/file.cc.html
line 6 column 3 - Warning:  lacks "rel" attribute

Then the file language/path/to/file.wml needs to be touch:

touch language/path/to/file.wml
cvs commit language/path/to/file.wml

wait for the next tidy check (with the lessoften build) and the next tidy log
should not show that error for that page.

Thanks for your help!

Best regards

Laura Arjona Reina
https://wiki.debian.org/LauraArjona



-- System Information:
Debian Release: 8.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#569136: marked as done (outdated pages on Chinese (zh-*): missing automatic rebuild)

2017-08-16 Thread Debian Bug Tracking System
Your message dated Thu, 17 Aug 2017 09:16:43 +0800
with message-id <45546199.vvyApP7eND@hosiet-tp>
and subject line Re: Bug#569136: Fwd: [I18N-BUG] zh_TW homepage download link 
does not work
has caused the Debian Bug report #569136,
regarding outdated pages on Chinese (zh-*): missing automatic rebuild
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 ow...@bugs.debian.org
immediately.)


-- 
569136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569136
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: important

The complicated makefiles specific to chinese locales break automatic
rebuild of indexes, especially security announces.

-- 
Simon Paillard
--- Begin Message ---
Hi all,

I noticed the part of "Security Advisories" on Chinese index page
(i.e. http://www.debian.org/index.zh-tw.html)
 is outdated for a few days.

Perhaps this is a bug, as the situation of
http://lists.debian.org/debian-www/2009/10/msg00028.html .

Need helps for that, maybe force rebuild it.

Thanks.


Regards,

lancetw

-- 
lancetw (Hsin-lin Cheng)
lanc...@gmail.com | lanc...@ymail.com | lanc...@csie.us
http://lancetw.twgg.org
http://www.anobii.com/people/lancetw/


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

--- End Message ---
--- End Message ---
--- Begin Message ---
在 2017年8月16日星期三 CST 上午7:28:07,Boyuan Yang 写道:
> X-Debbugs-CC: debian-l10n-chin...@lists.debian.org
> 
> 在 2017年8月15日星期二 CST 下午11:13:04,Anthony Wong 写道:
> 
> > Can't find outdated pages or broken links as mentioned in previous
> > comments
> > of this bug.
> > 
> > Boyuan, what are the problematic pages you found?
> > 
> > Thanks,
> > Anthony
> 
> The problem mentioned in
>  https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=569136;msg=5
> appeared again. Check https://www.debian.org/index.zh-tw.html and you will
> find DSA stopped updating since 2017-08-10. It might be due to recent
> commits to chinese pages, but I'm not 100% sure.
> 
> I will try to rebuild webpages locally (since I don't have access to webpage
> server) and fix bugs (if any). Any help would be welcome.
> 
> Regards,
> Boyuan Yang

DSA information is now up to date. Closing this bug.

Regards,
Boyuan Yang--- End Message ---


Re: Please trigger website full rebuild (bugs.debian.org: https://www.debian.org/Bugs/server-control does not document "newcomer" tag)

2016-04-01 Thread Holger Wansing
Hi Laura,

Laura Arjona Reina <larj...@larjona.net> wrote:
> Hi
> 
> El 31/03/16 a las 23:04, Holger Wansing escribió:
> I've had a look at https://www.debian.org/Bugs/index and in that file
> the newcomer tag is present, but not in server-control

Hmm, this statement is correct for localized pages, yes. But not for
english. The english pages are all fine, newcomer tag is there everywhere.
I did not saw that yesterday.

So this boils down (again) to the (old) problem, that localized pages are
not rebuild, if only the value of a tag has changed.
See
https://lists.debian.org/debian-boot/2015/11/msg00418.html

> I've had a look at the Makefile and I don't understand it very well, but
> it seems that index is built based on the pckgreport-opts.inc file:
> 
> index.$(LANGUAGE).html: $(TEMPLDIR)/template.wml
> $(ENGLISHDIR)/Bugs/footer.inc \
>   $(ENGLISHDIR)/Bugs/pkgreport-opts.inc
> 
> and server control not:
> 
> server-control.$(LANGUAGE).html: $(TEMPLDIR)/template.wml otherpages.inc
> $(ENGLISHDIR)/Bugs/footer.inc
> 
> Could this be the reason?

I am not sure, since that Makefile seems to work fine for English.

Maybe it is more the Makefiles in the directories of other languages, to
look into...

> I cannot trigger a complete rebuild, but I think that a complete rebuild
> is done at least once a day?

Hmm, somehow I had the view, that some sort of "complete rebuild" can only 
be done manually. But maybe I'm wrong...
 
> > Holger Wansing <li...@wansing-online.de> wrote:
> >>
> >> I have committed the fix yesterday, but it is still not visible on the
> >> website.
> >> Could someone trigger a full rebuild of the website, please?
> >> This seems to be needed, to get the fix onto the webpages.


Greetings
Holger


-- 

Created with Sylpheed 3.5.0 under
D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/




Re: Please trigger website full rebuild (bugs.debian.org: https://www.debian.org/Bugs/server-control does not document "newcomer" tag)

2016-03-31 Thread Laura Arjona Reina
Hi

El 31/03/16 a las 23:04, Holger Wansing escribió:
> Ping ?
> 

I've had a look at https://www.debian.org/Bugs/index and in that file
the newcomer tag is present, but not in server-control

I've had a look at the Makefile and I don't understand it very well, but
it seems that index is built based on the pckgreport-opts.inc file:

index.$(LANGUAGE).html: $(TEMPLDIR)/template.wml
$(ENGLISHDIR)/Bugs/footer.inc \
  $(ENGLISHDIR)/Bugs/pkgreport-opts.inc

and server control not:

server-control.$(LANGUAGE).html: $(TEMPLDIR)/template.wml otherpages.inc
$(ENGLISHDIR)/Bugs/footer.inc

Could this be the reason?

I cannot trigger a complete rebuild, but I think that a complete rebuild
is done at least once a day?

I hope that other www friends can help better than me...

Best regards

> 
> 
> Holger Wansing <li...@wansing-online.de> wrote:
>>
>> I have committed the fix yesterday, but it is still not visible on the
>> website.
>> Could someone trigger a full rebuild of the website, please?
>> This seems to be needed, to get the fix onto the webpages.
> 
> 
> 
> 


-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona



Please trigger website full rebuild (bugs.debian.org: https://www.debian.org/Bugs/server-control does not document "newcomer" tag)

2016-03-31 Thread Holger Wansing
Ping ?



Holger Wansing <li...@wansing-online.de> wrote:
> 
> I have committed the fix yesterday, but it is still not visible on the
> website.
> Could someone trigger a full rebuild of the website, please?
> This seems to be needed, to get the fix onto the webpages.




-- 

Created with Sylpheed 3.5.0 under
D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/




template change for www.debian.org - full rebuild in progress

2015-12-30 Thread Martin Zobel-Helas
Hi,

just a short heads-up: due to my recent changes on debhome.css, Pics/
and templates/debian/navbar.wml there is currently a full rebuild of the
website in progress.

The changes have been decided by Rhonda and me on IRC. They may be
reverted, but should stay for a while.

For Debian Webmasters,
zobel
-- 
 Martin Zobel-Helas <zo...@debian.org>Debian System Administrator
 Debian & GNU/Linux Developer   Debian Listmaster
 http://about.me/zobel   Debian Webmaster
 GPG Fingerprint:  6B18 5642 8E41 EC89 3D5D  BDBB 53B1 AC6D B11B 627B 



Bug#569136: outdated pages on Chinese (zh-*): missing automatic rebuild

2015-06-09 Thread Laura Arjona Reina
Hi everybody
I can confirm that this is still happening in:

http://www.debian.org/index.zh-hk.html
http://www.debian.org/index.zh-tw.html
http://www.debian.org/index.zh-cn.html

They don't show latest news, nor latest security advisories, and the
download button still shows 8.0 (for other languages it shows 8.1).

Regards

-- 
Laura Arjona
https://wiki.debian.org/LauraArjona



signature.asc
Description: OpenPGP digital signature


release-notes rebuild needed every 4h?

2015-02-04 Thread Martin Zobel-Helas
Hiho,

i was looking into build times of cron.often of our website today (due
to the sad news that we needed to spread today) and found out, that we
are currently building the release-notes every 4h. This takes a huge
time of the build process.

462 different versions. that sounds a bit crazy.
(14 languages, 11 archs, 3 versions: txt, pdf, html)

While i agree that a rebuild every 4h is needed like 3 days before the
release, I object that this is need the rest of the time.

Can we change that rebuild to once or twice a week, please? Changes to
the release-notes are not that often.

Cheers,
Martin

-- 
 Martin Zobel-Helas zo...@debian.orgDebian System Administrator
 Debian  GNU/Linux Developer   Debian Listmaster
 http://about.me/zobel   Debian Webmaster
 GPG Fingerprint:  6B18 5642 8E41 EC89 3D5D  BDBB 53B1 AC6D B11B 627B 


signature.asc
Description: Digital signature


Re: release-notes rebuild needed every 4h?

2015-02-04 Thread W. Martin Borgert
On 2015-02-04 20:45, Martin Zobel-Helas wrote:
 Can we change that rebuild to once or twice a week, please? Changes to
 the release-notes are not that often.

Just curious: Is the rebuild done, when there are no changes?


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150204210402.GA29120@fama



Partial website rebuild?

2015-01-25 Thread Cyril Brulebois
Hi people,

any chance somebody's going to be available in the upcoming (6) hours to
trigger a partial rebuild of the website (devel/debian-installer)? Just
so that I know which filename to pick (includes a date, so either today
or tomorrow).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Partial website rebuild?

2015-01-25 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (2015-01-25):
 any chance somebody's going to be available in the upcoming (6) hours to
 trigger a partial rebuild of the website (devel/debian-installer)? Just
 so that I know which filename to pick (includes a date, so either today
 or tomorrow).

Nevermind, I've decided to go for tomorrow and committed accordingly.

Mraw,
KiBi.


signature.asc
Description: Digital signature


do a rebuild of all chinese pages

2012-07-10 Thread Emfox Zhou
Hi webmaster.

Since we installed opencc to translate between different variants of
Chinese, all
Chinese page should be rebuilt. I did find . -name '*.wml' -exec
touch '{}' \; in
chinese directory of my local cvs repos, but I do not know how to do
it via cvs,
so please give me a hand.

-- 
Emfox Zhou

GnuPG Public Key: 0xF7142EC2


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAFZbbGDdmDa38vnwGH6k8eNS+yJNAB-1FdsGf=idf7bmye8...@mail.gmail.com



Re: do a rebuild of all chinese pages

2012-07-10 Thread David Prévot
Hi Emfox,

Le 10/07/2012 05:37, Emfox Zhou a écrit :

 Since we installed opencc to translate between different variants of
 Chinese, all Chinese page should be rebuilt.

Thanks a lot for investigating the issue, and finding a solution.

 I did find . -name '*.wml' -exec touch '{}' \; in
 chinese directory of my local cvs repos,

Simply touching .wmlrc usually do the trick, but indeed not for Chinese.
I just touched all PO files (po/*.po), so everything will be rebuilt and
online after the next run.

Cheers

David




signature.asc
Description: OpenPGP digital signature


Rebuild?

2010-10-03 Thread The7up
Hi,

Rhonda fixed Makefile in hungarian translation on yesterday, but still not
rebuilded. Is this normal?

Szabolcs Siebenhofer


Re: Rebuild?

2010-10-03 Thread Simon Paillard
On Sun, Oct 03, 2010 at 10:08:58AM +0200, The7up wrote:
 Rhonda fixed Makefile in hungarian translation on yesterday, but still not
 rebuilded. Is this normal?

Seems ok now ?
http://debian.org/CD/artwork/index.hu.html

-- 
Simon Paillard


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101003150018.gb31...@dedibox.ebzao.info



Re: Rebuild?

2010-10-03 Thread The7up
Fine!

On Sun, Oct 3, 2010 at 5:00 PM, Simon Paillard spaill...@debian.org wrote:

 On Sun, Oct 03, 2010 at 10:08:58AM +0200, The7up wrote:
  Rhonda fixed Makefile in hungarian translation on yesterday, but still
 not
  rebuilded. Is this normal?

 Seems ok now ?
 http://debian.org/CD/artwork/index.hu.html

 --
 Simon Paillard



Bug#544214: www.debian.org: Broken Japanese News and Security pages need to be rebuild (wrong encoding)

2009-08-29 Thread Osamu Aoki
Package: www.debian.org
Severity: important

security and News directories needs to be rebuild after erasing all
index.ja.html.

This is caused by UTF-8 transition of translated pages.

In clean checkout of webwml, it build OK.  But current web pages are
broken. So I need someone with account to run command. 

See http://www.debian.org/News/2005/ as example.

Can someone run make clean in Japanese japanese/security and
japanese/News directories?

More detailed description of problem is:

 http://lists.debian.org/debian-www/2009/08/msg00158.html

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544214: www.debian.org: Broken Japanese News and Security pages need to be rebuild (wrong encoding)

2009-08-29 Thread Matt Kraai
On Sun, Aug 30, 2009 at 02:09:16AM +0900, Osamu Aoki wrote:
 security and News directories needs to be rebuild after erasing all
 index.ja.html.
 
 This is caused by UTF-8 transition of translated pages.
 
 In clean checkout of webwml, it build OK.  But current web pages are
 broken. So I need someone with account to run command. 
 
 See http://www.debian.org/News/2005/ as example.
 
 Can someone run make clean in Japanese japanese/security and
 japanese/News directories?

Thanks for reporting this.  I've run make clean in those
directories.  Would you please check that the pages have been rebuilt
correctly after the next website build and, if so, close this bug?

-- 
Matt Kraai   http://ftbfs.org/



-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544214: marked as done (www.debian.org: Broken Japanese News and Security pages need to be rebuild (wrong encoding))

2009-08-29 Thread Debian Bug Tracking System
Your message dated Sun, 30 Aug 2009 08:10:41 +0900
with message-id 20090829231041.ga5...@osamu.debian.net
and subject line Thanks  (Bug#544214: www.debian.org: Broken Japanese News and 
Security pages ...)
has caused the Debian Bug report #544214,
regarding www.debian.org: Broken Japanese News and Security pages need to be 
rebuild (wrong encoding)
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 ow...@bugs.debian.org
immediately.)


-- 
544214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544214
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: www.debian.org
Severity: important

security and News directories needs to be rebuild after erasing all
index.ja.html.

This is caused by UTF-8 transition of translated pages.

In clean checkout of webwml, it build OK.  But current web pages are
broken. So I need someone with account to run command. 

See http://www.debian.org/News/2005/ as example.

Can someone run make clean in Japanese japanese/security and
japanese/News directories?

More detailed description of problem is:

 http://lists.debian.org/debian-www/2009/08/msg00158.html

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Hi,

Thank you for your qick action.

On Sat, Aug 29, 2009 at 10:28:10AM -0700, Matt Kraai wrote:
 Thanks for reporting this.  I've run make clean in those
 directories.  Would you please check that the pages have been rebuilt
 correctly after the next website build and, if so, close this bug?

Both News and security looks good.

Osamu

---End Message---


Processed: Re: Bug#522427: release-notes: Please rebuild the pdf-version for language nb.

2009-04-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 522427 www.debian.org
Bug#522427: dblatex missing on www-master
Bug reassigned from package `release-notes' to `www.debian.org'.

 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-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Rebuild of _etch_ release notes?

2008-11-16 Thread Frans Pop
Hi,

I just noticed a rebuild has taken place of the release Notes for Etch, 
apparently from a CVS update. However, if I look on cvs.d.o, I do not see 
any commits.

Anyone know what's going on here?

Cheers,
FJP


signature.asc
Description: This is a digitally signed message part.


Re: Rebuild of _etch_ release notes?

2008-11-16 Thread Matt Kraai
On Sun, Nov 16, 2008 at 06:47:32PM +0100, Frans Pop wrote:
 I just noticed a rebuild has taken place of the release Notes for Etch, 
 apparently from a CVS update. However, if I look on cvs.d.o, I do not see 
 any commits.
 
 Anyone know what's going on here?

There were some modified SGML files in the checkout on www-master.
I've replaced them with the latest version from CVS, which will
hopefully fix the problem.

-- 
Matt http://ftbfs.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Trigger force rebuild - broken pages uk, sv and tr

2006-03-16 Thread Jutta Wrage

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

How can we trigger a force rebuild for ukrainian, swedish and turkish?
There are broken html pages. Any knowledge about a problem on the  
build machine?


See:

http://people.debian.org/~alfie/validate/

It must have happened about two days ago, I think. But as the source  
files did not change the broken pages will not be rebuild automatically.


greetings

Jutta

- -- 
http://www.witch.westfalen.de

http://witch.muensterland.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iEYEARECAAYFAkQZKv8ACgkQOgZ5N97kHkcZpACffCFhmlLX/djw5etRsIDVBXiV
ChoAn15asXKPjlabXfX5ckoM4sb9oFIg
=u/pv
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Trigger force rebuild - broken pages uk, sv and tr

2006-03-16 Thread Matt Kraai
On Thu, Mar 16, 2006 at 10:08:15AM +0100, Jutta Wrage wrote:
 How can we trigger a force rebuild for ukrainian, swedish and turkish?

By asking the webmasters to manually rebuild the pages.  I've added
this to my todo list.

-- 
Matt


signature.asc
Description: Digital signature


Re: rebuild web site after each commit

2001-12-12 Thread Craig Small
On Tue, Dec 11, 2001 at 05:36:33PM -0800, Matt Kraai wrote:
 Would it be possible to add a hook so that the web site is rebuilt
 after each commit, or would this overload klecker?

Technically yes I know this is possible because I have something
happening with each commit on a cvs'ed website at work.
But I would probably overload klecker or you'd get wierdness if, say, 
you and I cvs commited within a minute of each other.

 - Craig
-- 
Craig Small VK2XLZ  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.eye-net.com.au/[EMAIL PROTECTED]
MIEEE [EMAIL PROTECTED] Debian developer [EMAIL PROTECTED]



Re: rebuild web site after each commit

2001-12-12 Thread Josip Rodin
On Tue, Dec 11, 2001 at 05:36:33PM -0800, Matt Kraai wrote:
 Would it be possible to add a hook so that the web site is rebuilt
 after each commit, or would this overload klecker?

Maybe it wouldn't _overload_ it, but it sure wouldn't make life easy on it.

And BTW if someone touches the core templates several times within 4-6
hours, you know what happens...

-- 
 2. That which causes joy or happiness.



rebuild web site after each commit

2001-12-11 Thread Matt Kraai
Howdy,

Would it be possible to add a hook so that the web site is rebuilt
after each commit, or would this overload klecker?

Matt



Re: rebuild web site after each commit

2001-12-11 Thread James A. Treacy
On Tue, Dec 11, 2001 at 05:36:33PM -0800, Matt Kraai wrote:
 Howdy,
 
 Would it be possible to add a hook so that the web site is rebuilt
 after each commit, or would this overload klecker?
 
Isn't every 6 hours good enough for you? Even the security folks said
that would be good enough for them (we even offered to update the
security pages more frequently - after all, it's just one line in a
crontab).

-- 
James (Jay) Treacy
[EMAIL PROTECTED]



rebuild of HTMLs in progress

2001-10-28 Thread Josip Rodin
Hi,

After seeing how many 404s the error.log gets on lists.debian.org, due to
broken links to our images, I've made some evil^W adjustments to
scripts/updatemail and made it work forcibly, as in have a mode where it
removes the HTMLs and rebuilds them from the mboxes.

It's happily churning as we speak :)

-- 
 2. That which causes joy or happiness.



Sitemap not rebuild

2001-06-02 Thread Tommi Vainikainen
Currently sitemap is last built at 26 of May in finnish, and in other
languages such as swedish and norwegian too.  And of course there is
nothing wrong with that but depencies such as mklist.tags is updated
after that, and still sitemap is not rebuilt.  That wouldn't be too
bad but at least with these three languages page still includes
subscription_title and so there is an empty link.  So can someone
check why these files are not rebuilt?  Is there somewhere publicly
available cron's built log?

BTW sitemap shows in This page is also available in following
languages all languages, shouldn't it remove current language from
that list, at least other pages do that.

-- 
Tommi Vainikainen



Re: Sitemap not rebuild

2001-06-02 Thread Josip Rodin
On Sat, Jun 02, 2001 at 11:53:19PM +0300, Tommi Vainikainen wrote:
 Currently sitemap is last built at 26 of May in finnish, and in other
 languages such as swedish and norwegian too.  And of course there is
 nothing wrong with that but depencies such as mklist.tags is updated
 after that, and still sitemap is not rebuilt.  That wouldn't be too
 bad but at least with these three languages page still includes
 subscription_title and so there is an empty link.  So can someone
 check why these files are not rebuilt?

Because the dependencies aren't quite working for the sitemap WRT files with
changed titles. Feel free to suggest an improvement.

 Is there somewhere publicly available cron's built log?

ISTR I had it symlinked somewhere... ah, yes,
http://www.debian.org/devel/website/wml_run.log

 BTW sitemap shows in This page is also available in following
 languages all languages, shouldn't it remove current language from
 that list, at least other pages do that.

Yes, it should, I missed this. I'll go fix it, if Matt Kraai doesn't beat me
to it. :)

-- 
Digital Electronic Being Intended for Assassination and Nullification



sitemap rebuild

2001-05-29 Thread Aurelian Melinte

hello,

would that be acceptable to have sitemap forced rebuild every day? I ask 
because the last Romanian one is from 26 May and it does not reflect the 
subsequent changes


A.

--
  ame00(at@)altern(dot.)org
  ame01(at@)gmx(dot.)net



Re: sitemap rebuild

2001-05-29 Thread Josip Rodin
On Tue, May 29, 2001 at 03:25:25PM -0400, Aurelian Melinte wrote:
 would that be acceptable to have sitemap forced rebuild every day? I ask 
 because the last Romanian one is from 26 May and it does not reflect the 
 subsequent changes

Every day would be a lot, esp. considering it's a longer time to build and
titles almost never change. I agree the dependency mechanism is quite
lacking in this case, but forcing rebuilds all the time would be extreme.

Just drop a note to -www if you need it rebuilt. (I'll do it now.)

-- 
Digital Electronic Being Intended for Assassination and Nullification



Bug#77785: Please rebuild debian-simplified-chinese also

2000-11-22 Thread Yu Guanghui
hi
   Sorry I forget this list, it also need rebuild.
Thanks.
Yu Guanghui



Re: full rebuild time

2000-11-16 Thread Denis Barbier
On Thu, Nov 16, 2000 at 02:04:58AM +0100, Josip Rodin wrote:
 Hey people,
 
 Thought you may want to know:
 
 % time 3webwml
 Updating web source from CVS
 Running make install - wml
 
 real71m48.615s
 user52m6.900s
 sys 5m19.910s
 
 3webwml  3127.65s user 320.80s system 78% cpu 1:13:25.81 total
 
 That's after I changed most of the templates -- probably each and every file
 got rebuilt.

Hi Josip,

it would be nice to invoke `time wml' on each files so that i can check
if i could improve generation of most time-consuming files.

Denis



Re: full rebuild time

2000-11-16 Thread Josip Rodin
On Thu, Nov 16, 2000 at 10:27:21AM +0100, Denis Barbier wrote:
  Thought you may want to know:
  
  % time 3webwml
  Updating web source from CVS
  Running make install - wml
  
  real71m48.615s
  user52m6.900s
  sys 5m19.910s
  
  3webwml  3127.65s user 320.80s system 78% cpu 1:13:25.81 total
  
  That's after I changed most of the templates -- probably each and every file
  got rebuilt.
 
 it would be nice to invoke `time wml' on each files so that i can check
 if i could improve generation of most time-consuming files.

Login to klecker.d.o, make a checkout of the /cvs/webwml/english tree in
your home directory, and modify Makefile.common file to use time, and then
run make install  logfile, in a screen session. Come back after some time,
and examine the logfile :)

-- 
Digital Electronic Being Intended for Assassination and Nullification



Re: full rebuild time

2000-11-16 Thread Denis Barbier
On Thu, Nov 16, 2000 at 08:50:17PM +0100, Josip Rodin wrote:
[...]
 Login to klecker.d.o, make a checkout of the /cvs/webwml/english tree in
 your home directory, and modify Makefile.common file to use time, and then
 run make install  logfile, in a screen session. Come back after some time,
 and examine the logfile :)

Hey, using Debian machines is a great idea, i am stupid ;)
Thanks, i will check DMUP again and perform this test.

Denis



Re: full rebuild time

2000-11-16 Thread Craig Small
On Thu, Nov 16, 2000 at 10:27:21AM +0100, Denis Barbier wrote:
 
 it would be nice to invoke `time wml' on each files so that i can check
 if i could improve generation of most time-consuming files.

That would have to be my monster vendor page.
distrib/vendors.en.html

-- 
Craig Small VK2XLZ  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.eye-net.com.au/[EMAIL PROTECTED]
MIEEE [EMAIL PROTECTED] Debian developer [EMAIL PROTECTED]



Re: full rebuild time

2000-11-16 Thread Denis Barbier
On Thu, Nov 16, 2000 at 08:50:17PM +0100, Josip Rodin wrote:
[...]
 Login to klecker.d.o, make a checkout of the /cvs/webwml/english tree in
 your home directory, and modify Makefile.common file to use time, and then
 run make install  logfile, in a screen session. Come back after some time,
 and examine the logfile :)

Checkout don't work, who shall i ask to belong to the webwml (or
whatever relevant) group?

Denis



full rebuild time

2000-11-15 Thread Josip Rodin
Hey people,

Thought you may want to know:

% time 3webwml
Updating web source from CVS
Running make install - wml

real71m48.615s
user52m6.900s
sys 5m19.910s

3webwml  3127.65s user 320.80s system 78% cpu 1:13:25.81 total

That's after I changed most of the templates -- probably each and every file
got rebuilt.

-- 
Digital Electronic Being Intended for Assassination and Nullification



website tri-daily rebuild time

2000-09-12 Thread Josip Rodin
Hi ppl,

I haven't seen this exact change on -www list: treacy crontab on master
reads:

24 7,15,23 *  *  *  /org/www.debian.org/cron/daily

...meaning the web site gets rebuilt and mirrored every 8 instead of 24
hours. Go JT! :)

I'll update READMEs and the crontab entry for lists.d.o rebuild to that
time.

-- 
Digital Electronic Being Intended for Assassination and Nullification



listarchives rebuild time

2000-08-27 Thread Josip Rodin

I've changed the crontab to rebuild lists archives at 16:22 (three hours
after the previous), because the lists get mirrored with the rest of the
site after 17:30, so there's not much point in having the 3hr offset.
Although updating the archive usually takes a couple of minutes (IME),
having an hour of extra time just in case won't hurt.

It should be timed again when we make the web pages get rebuilt/mirrored
more often... Jay, when will that be done?

-- 
Digital Electronic Being Intended for Assassination and Nullification



Re: Please rebuild *.ja.txt under releases/slink on web (Re: `boot-floppies' documentation naming conventions? )

2000-03-23 Thread Taketoshi Sano
Hi, thank you for your reply !

In [EMAIL PROTECTED],
 at Wed, 22 Mar 2000 11:00:31 -0500,
 with Re: Please rebuild *.ja.txt under releases/slink on web (Re: 
`boot-floppies' documentation naming conventions? ) ,
  Adam Di Carlo [EMAIL PROTECTED] writes:

adam Adam, can you rebuild *.ja.txt under releases/slink on www.debian.org
adam with the recent potato version of debiandoc-sgml ?
adam 
adam # if I can do, I will happily do it.
adam 
adam If you have an account on master, you can just replace the file, I
adam think.  I'm not sure.  Why don't you try and let me know.  If you
adam can't, I'll replace it.  

OK, I'll try, and report the result to you. Thanks !

-- 
  Taketoshi Sano: [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]



Please rebuild *.ja.txt under releases/slink on web (Re: `boot-floppies' documentation naming conventions? )

2000-03-22 Thread Taketoshi Sano
Adam, can you rebuild *.ja.txt under releases/slink on www.debian.org
with the recent potato version of debiandoc-sgml ?

# if I can do, I will happily do it.

From Debian Bug report logs - #60354 
(http://www.debian.org/Bugs/db/60/60354.html)

  | Subject: Re: Bug#60354: www.debian.org:  
http://www.debian.org/releases/slink/
  | i386/dselect-beginner.ja.txt is broken
  | Message-ID: [EMAIL PROTECTED]
  | References: [EMAIL PROTECTED] 23161806.DA
  | [EMAIL PROTECTED]
  | Mime-Version: 1.0
  | Content-Type: text/plain; charset=us-ascii
  | User-Agent: Mutt/1.0pre2i
  | In-Reply-To: [EMAIL PROTECTED]
  | 
  | On Fri, Mar 17, 2000 at 03:06:24AM +0900, Yoshizumi Endo wrote:
  |   /releases/slink/i386/dselect-beginner.ja.txt is broken because
  |   debiandoc2text is (was?) not support folding for Japanese language
  |   correctly.  I heard that potato version debiandoc-sgml is work fine.
  | 
  |  All *.ja.txt files under the directory /releases/slink/ have same
  |  problem.  Please regenerate these *.ja.txt files with potato version
  |  debiandoc-sgml.
  | 
  |  It seems that debiandoc-sgml (version 1.1.40) works fine on my
  |  machine.
  | 
  | BTW, I got that latest version of debiandoc-sgml installed on va.d.o the
  | other day (thanks, James :), so a simple rebuild should do.
  | 
  | --
  | enJoy -*/\*- don't even try to pronounce my first name

The documentation for potato will be good, but some users may use
slink after potato released for some months until they can get their CDs,
so I think the problem with the documentation for slink should be fixed.

Thanks.

-- 
  Taketoshi Sano: [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]