[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#556398: marked as done (release-notes: Lenny publish target causes all files to be installed again and again)



Your message dated Tue, 17 Nov 2009 10:45:03 +0100
with message-id <20091117094503.GE2343@dedibox.ebzao.info>
and subject line Re: Bug#556398: release-notes: Lenny publish target causes all files to be installed again and again
has caused the Debian Bug report #556398,
regarding release-notes: Lenny publish target causes all files to be installed again and again
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@bugs.debian.org
immediately.)


-- 
556398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556398
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release-notes

While only necessary builds are triggered, the publish target in lenny
release-notes causes all files to be overwritten again in the target
dir.

As a consequence, it causes all related files to be transfered again and
again by all webmirrors every 6 hours.

find /srv/www.debian.org/release-notes/lenny -mtime -1 | du -sch
878M    total

-- 
Simon Paillard



--- End Message ---
--- Begin Message ---
On Sun, Nov 15, 2009 at 07:45:22PM +0100, Simon Paillard wrote:
> Package: release-notes
> 
> While only necessary builds are triggered, the publish target in lenny
> release-notes causes all files to be overwritten again in the target
> dir.
> 
> As a consequence, it causes all related files to be transfered again and
> again by all webmirrors every 6 hours.
> 
> find /srv/www.debian.org/release-notes/lenny -mtime -1 | du -sch
> 878M    total

Setting OFFICIALWEBBUILD=true actually fix the problem, by preserving
timestamps of the original files :
find /srv/www.debian.org/release-notes/lenny -mtime -1 | du -sch
148K    total

Sorry for the noise.

-- 
Simon Paillard


--- End Message ---

Reply to: