fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Could someone force the rebuild of securing-debian-howto on master? - Debian

This is a discussion on Could someone force the rebuild of securing-debian-howto on master? - Debian ; I'm not sure who has access to master, but it seems that it's unable to regenerate the HTML files for the "Securing Debian Manual". Reviewing the publish logs [1] it just tries to install the HTML files without regenerating them ...


Fix Unix > Linux > Debian > Could someone force the rebuild of securing-debian-howto on master?

Reply
 
LinkBack Tools
  #1  
Old 10-06-2007, 05:19 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Could someone force the rebuild of securing-debian-howto on master?

I'm not sure who has access to master, but it seems that it's unable to
regenerate the HTML files for the "Securing Debian Manual". Reviewing the
publish logs [1] it just tries to install the HTML files without
regenerating them even though the publised html files hold a date of back
December.

I'm not sure if this is a time-skew problem, or a problem on my side, but I
would appreciate if someone could force the 'securing-debian-howto'
directory to be rebuilt in master. Anyone?

Regards

Javier

PS: I'm trying several quirks to force this by modyfing the Makefile, but
they don't seem to work out.


[1] http://www-master.debian.org/build-logs/ddp/make.log


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB65Fgi4sehJTrj0oRAvx1AJ40NQu7JARdV6iAtLWaZU 4YTZwD9gCgoKI/
I4CUH+qhFfuWXG1n2B0mvA8=
=+M3a
-----END PGP SIGNATURE-----

Reply With Quote
  #2  
Old 10-06-2007, 05:19 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Could someone force the rebuild of securing-debian-howto on master?

On Mon, Jan 17, 2005 at 11:20:16AM +0100, Javier Fernández-Sanguino Peña wrote:
> I'm not sure who has access to master, but it seems that it's unable to
> regenerate the HTML files for the "Securing Debian Manual". Reviewing the
> publish logs [1] it just tries to install the HTML files without
> regenerating them even though the publised html files hold a date of back
> December.
>
> I'm not sure if this is a time-skew problem, or a problem on my side, but I
> would appreciate if someone could force the 'securing-debian-howto'
> directory to be rebuilt in master. Anyone?


This seems to be a bug in your Makefile:
$(MANUAL).%.html.stamp: $(MANUAL).%.sgml $(MANUAL).%.ent $(wildcard %/*.sgml)

This doesn't match the English version because the file is called
$(MANUAL).sgml and not $(MANUAL).en.sgml. All other versions seem to
be up-to-date (AFAICT from the stamp files).

Gruesse,
--
Frank Lichtenheld
www: http://www.djpig.de/


--
To UNSUBSCRIBE, email to debian-doc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply With Quote
  #3  
Old 10-06-2007, 05:19 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Could someone force the rebuild of securing-debian-howto on master?

On Mon, Jan 17, 2005 at 11:57:59AM +0100, Frank Lichtenheld wrote:
> On Mon, Jan 17, 2005 at 11:20:16AM +0100, Javier Fernández-Sanguino Peña wrote:
> > I'm not sure who has access to master, but it seems that it's unable to
> > regenerate the HTML files for the "Securing Debian Manual". Reviewing the
> > publish logs [1] it just tries to install the HTML files without
> > regenerating them even though the publised html files hold a date of back
> > December.
> >
> > I'm not sure if this is a time-skew problem, or a problem on my side, but I
> > would appreciate if someone could force the 'securing-debian-howto'
> > directory to be rebuilt in master. Anyone?

>
> This seems to be a bug in your Makefile:
> $(MANUAL).%.html.stamp: $(MANUAL).%.sgml $(MANUAL).%.ent $(wildcard %/*.sgml)
>
> This doesn't match the English version because the file is called
> $(MANUAL).sgml and not $(MANUAL).en.sgml. All other versions seem to
> be up-to-date (AFAICT from the stamp files).


The english version should actually be $(MANUAL).en.sgml (it's part of
SGMLSRCS since 'en' is part of LANGS). Notice that this should create it:
(and indeed it does it for me):

$(MANUAL).%.sgml: $(MANUAL0).sgml
sed -e "s/@@LANGS@@/$*/g" \
-e "s/@@DIRS@@/$*/g" \
-e "s/@@NAME@@/$(MANUAL)/g" \
$< > $(MANUAL).$*.sgml

I've actually removed those files from CVS (all the .XX.sgml files where in
CVS to keep the history, but I have decided to keep them out since they are
generated automatically), let's see if that works out..

Regards

Javier

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB66kDi4sehJTrj0oRAutfAKDdU2xrjS3WWtelvCCt7P rsEWT7SwCePxQu
dFj8SzLtfJpH5/JTjy943CE=
=iUPD
-----END PGP SIGNATURE-----

Reply With Quote
  #4  
Old 10-06-2007, 05:19 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Could someone force the rebuild of securing-debian-howto on master?


Seems everythin is ok now, maybe some of the tweaks I tested worked out.

Regards

Javier

PS: I actually have no way to know since master only holds the last cvs and
webwml run..
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
debian.org/doc/manuals/securing-debian-howto/ unix Debian 3 07-19-2008 09:30 PM
Suggestions for Securing-debian-howto, section 4.2.1 unix Debian 1 10-06-2007 05:56 PM
Re: Could someone force the rebuild of securing-debian-howto on master? unix Debian 0 10-06-2007 05:19 PM
[csmall@enc.com.au: securing debian howto is broken] unix Debian 5 10-06-2007 05:10 PM
Force a catalog to rebuild unix Veritas Backup Exec 0 02-21-2001 03:46 AM


All times are GMT. The time now is 10:29 AM.