Re: Installation guide link possibly incorrect

2018-06-18 Thread Holger Wansing
Hi,

Cyril Brulebois  wrote:
> Hi folks,
> 
> Holger Wansing  (2018-06-08):
> > We had the same situation in 2016 with jessie/stretch manual.
> > I have already adapted the lessoften cron script in
> > https://salsa.debian.org/webmaster-team/cron/commit/f02a61c6d43c3b2f141ad64a837c33fbd0f56fb8
> > 
> > Today I found the relevant mailinglist entries, here:
> > https://lists.debian.org/debian-boot/2016/03/msg00200.html
> > where I read that some more action is needed.
> > 
> > Laura: could you help us again with this?
> > In above mailinglist entry you have posted the commands needed back
> > in 2016...
> 
> I'm wondering whether we shouldn't be trying to look at specific
> versions of installation-guide based on the target suite, rather than
> hoping for the best with ls -t|head -1.
> 
> For stretch, it can be obtained with:
> | kibi@wolkenstein:~$ rmadison installation-guide -s stretch | awk '{print 
> $3}'
> | 20170614
> 
> For buster, there's currently no version available in testing, so we
> could try to use whatever is in testing, and fall back to unstable if
> there's no such version?
> 
> (If we implement checking several suites with a fallback, we could even
> check stretch-proposed-updates in addition to stretch, which would let
> us merge things in advance when a point release is being prepared.)
> 
> 
> What do you (-boot & -www) think?

Similar solutions have already been proposed, but sadly noone implemented
some.

For me, that sounds like a very good way.


Holger


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

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




Re: Installation guide link possibly incorrect

2018-06-18 Thread Laura Arjona Reina
Hello -www and -boot

El 18/06/18 a las 00:59, Cyril Brulebois escribió:
> Hi folks,
> 
> Holger Wansing  (2018-06-08):
>> We had the same situation in 2016 with jessie/stretch manual.
>> I have already adapted the lessoften cron script in
>> https://salsa.debian.org/webmaster-team/cron/commit/f02a61c6d43c3b2f141ad64a837c33fbd0f56fb8
>>
>> Today I found the relevant mailinglist entries, here:
>> https://lists.debian.org/debian-boot/2016/03/msg00200.html
>> where I read that some more action is needed.
>>
>> Laura: could you help us again with this?
>> In above mailinglist entry you have posted the commands needed back
>> in 2016...
> 
> I'm wondering whether we shouldn't be trying to look at specific
> versions of installation-guide based on the target suite, rather than
> hoping for the best with ls -t|head -1.
> 
> For stretch, it can be obtained with:
> | kibi@wolkenstein:~$ rmadison installation-guide -s stretch | awk '{print 
> $3}'
> | 20170614
> 
> For buster, there's currently no version available in testing, so we
> could try to use whatever is in testing, and fall back to unstable if
> there's no such version?

I think it is a good idea.
> 
> (If we implement checking several suites with a fallback, we could even
> check stretch-proposed-updates in addition to stretch, which would let
> us merge things in advance when a point release is being prepared.)
> 

This I don't know, I've run rmadison with no -s parameter in
www-master.d.o and it shows:

installation-guide | 20130503| oldoldstable   | source
installation-guide | 20150423| oldstable-kfreebsd | source
installation-guide | 20150423+deb8u3 | oldstable  | source
installation-guide | 20170614| stable | source
installation-guide | 20180603| unstable   | source

> What do you (-boot & -www) think?
>
I think it's a good idea and the script could benefit with this
improvement, and also it may make other improvements easier too
(unhardcode release names, build installation manual for testing and
also for stable).

Shall I create a bug report about "general improvements in the
installation manual script"? (I don't feel I can put time on writing the
patches in the following weeks, but I could try to review, test and/or
deploy if other people contribute them and need/want a second pair of eyes).

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



Re: Installation guide link possibly incorrect

2018-06-17 Thread Cyril Brulebois
Hi folks,

Holger Wansing  (2018-06-08):
> We had the same situation in 2016 with jessie/stretch manual.
> I have already adapted the lessoften cron script in
> https://salsa.debian.org/webmaster-team/cron/commit/f02a61c6d43c3b2f141ad64a837c33fbd0f56fb8
> 
> Today I found the relevant mailinglist entries, here:
> https://lists.debian.org/debian-boot/2016/03/msg00200.html
> where I read that some more action is needed.
> 
> Laura: could you help us again with this?
> In above mailinglist entry you have posted the commands needed back
> in 2016...

I'm wondering whether we shouldn't be trying to look at specific
versions of installation-guide based on the target suite, rather than
hoping for the best with ls -t|head -1.

For stretch, it can be obtained with:
| kibi@wolkenstein:~$ rmadison installation-guide -s stretch | awk '{print $3}'
| 20170614

For buster, there's currently no version available in testing, so we
could try to use whatever is in testing, and fall back to unstable if
there's no such version?

(If we implement checking several suites with a fallback, we could even
check stretch-proposed-updates in addition to stretch, which would let
us merge things in advance when a point release is being prepared.)


What do you (-boot & -www) think?


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


[SOLVED] Re: Installation guide link possibly incorrect

2018-06-10 Thread Laura Arjona Reina
Hello again

El 09/06/18 a las 23:49, Laura Arjona Reina escribió:
> Hello again
>
> El 09/06/18 a las 18:29, Laura Arjona Reina escribió:
>
>>
>> ls -t1 /srv/www.debian.org/cron/ftpfiles/pool/installation-guide_*.dsc |
>> head -1
>>
>
> grr, this command tells me the last version of installation-guide, which
> is for buster, not stretch.
> Unfortunately I only noticed after finishing the build.
>
> I'm running the commands again with the last version available for
stretch:
>
> sudo -u debwww dpkg-source -sn -x
> /srv/www.debian.org/cron/ftpfiles/pool/installation-guide_20170614.dsc
>
> cd installation-guide-20170614/build && sudo -u debwww
> manual_release=stretch
> destination=/srv/www.debian.org/installmanual/stretch/ ./buildweb.sh >
> /srv/www.debian.org/installmanual/stretch.log 2>&1
>
> sudo -u debwww cp -a /srv/www.debian.org/installmanual/stretch/*
> /srv/www.debian.org/www/releases/stretch/
>
I also had to remove the old html files showing the guide of buster.
It's solved and everything should be shown correct in
www.debian.org/releases/stretch

Please let me know if you find any issue.

Thanks for your patience!

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



Re: [SOLVED] Re: Installation guide link possibly incorrect

2018-06-10 Thread Holger Wansing
Hi,

Am Sonntag, 10. Juni 2018 schrieb Laura Arjona Reina:
> >
> I also had to remove the old html files showing the guide of buster.
> It's solved and everything should be shown correct in
> www.debian.org/releases/stretch
> 
> Please let me know if you find any issue.

Looks fine.
Many thanks, Laura

Holger

-- 
Sent from my Jolla phone
http://www.jolla.com/

Re: Installation guide link possibly incorrect

2018-06-09 Thread Laura Arjona Reina
Hello again

El 09/06/18 a las 18:29, Laura Arjona Reina escribió:

> 
> ls -t1 /srv/www.debian.org/cron/ftpfiles/pool/installation-guide_*.dsc |
> head -1
> 

grr, this command tells me the last version of installation-guide, which
is for buster, not stretch.
Unfortunately I only noticed after finishing the build.

I'm running the commands again with the last version available for stretch:

sudo -u debwww dpkg-source -sn -x
/srv/www.debian.org/cron/ftpfiles/pool/installation-guide_20170614.dsc

cd installation-guide-20170614/build && sudo -u debwww
manual_release=stretch
destination=/srv/www.debian.org/installmanual/stretch/ ./buildweb.sh >
/srv/www.debian.org/installmanual/stretch.log 2>&1

sudo -u debwww cp -a /srv/www.debian.org/installmanual/stretch/*
/srv/www.debian.org/www/releases/stretch/


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



Re: Installation guide link possibly incorrect

2018-06-09 Thread Laura Arjona Reina
Hello all

El 08/06/18 a las 23:21, Holger Wansing escribió:
> Hi,
> 
> Holger Wansing  wrote:
>> Am Freitag, 8. Juni 2018 schrieb Marta Binaghi:
>>> Dear *,
>>>
>>> I wanted to get the installation guide for stretch, but from the page 
>>> https://www.debian.org/releases/stable/installmanual
>>> clicking on the 64-bit PC architecture I get to a guide which says:
>>>"This document contains installation instructions for the Debian 
>>> GNU/Linux 10 system (codename “buster”)"
>>>
>>> Am I missing something or is the link not correct?
>>
>> You are right.
>> We (installer team) already noticed this and are working 
>> on it.
> 
> We had the same situation in 2016 with jessie/stretch manual.
> I have already adapted the lessoften cron script in
> https://salsa.debian.org/webmaster-team/cron/commit/f02a61c6d43c3b2f141ad64a837c33fbd0f56fb8
> 
> Today I found the relevant mailinglist entries, here:
> https://lists.debian.org/debian-boot/2016/03/msg00200.html
> where I read that some more action is needed.
> 
> Laura: could you help us again with this?
> In above mailinglist entry you have posted the commands needed back
> in 2016...
> 
I'm running the commands now in www-master.debian.org in order to
retrieve the Stretch installation guide again. It's taking a while
because of the number of architectures, languages and formats, but I
hope it will be online in the next hours.

For reference, this is what I've run:

ls -t1 /srv/www.debian.org/cron/ftpfiles/pool/installation-guide_*.dsc |
head -1

sudo -u debwww dpkg-source -sn -x
/srv/www.debian.org/cron/ftpfiles/pool/installation-guide_20180603.dsc

Now running:

cd installation-guide-20180603/build && sudo -u debwww
manual_release=stretch
destination=/srv/www.debian.org/installmanual/stretch/ ./buildweb.sh >
/srv/www.debian.org/installmanual/stretch.log 2>&1


and when it finishes I'll run:

sudo -u debwww cp -a /srv/www.debian.org/installmanual/stretch/*
/srv/www.debian.org/www/releases/stretch/


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



Re: Installation guide link possibly incorrect

2018-06-08 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> Am Freitag, 8. Juni 2018 schrieb Marta Binaghi:
> > Dear *,
> > 
> > I wanted to get the installation guide for stretch, but from the page 
> > https://www.debian.org/releases/stable/installmanual
> > clicking on the 64-bit PC architecture I get to a guide which says:
> >"This document contains installation instructions for the Debian 
> > GNU/Linux 10 system (codename “buster”)"
> > 
> > Am I missing something or is the link not correct?
> 
> You are right.
> We (installer team) already noticed this and are working 
> on it.

We had the same situation in 2016 with jessie/stretch manual.
I have already adapted the lessoften cron script in
https://salsa.debian.org/webmaster-team/cron/commit/f02a61c6d43c3b2f141ad64a837c33fbd0f56fb8

Today I found the relevant mailinglist entries, here:
https://lists.debian.org/debian-boot/2016/03/msg00200.html
where I read that some more action is needed.

Laura: could you help us again with this?
In above mailinglist entry you have posted the commands needed back
in 2016...


Many thanks!
Holger



-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

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