Bug#843727: fix inside

2016-12-18 Thread Holger Levsen
On Sun, Dec 18, 2016 at 01:58:42PM +0100, Yves-Alexis Perez wrote: > > Even incomplete, I consider having it in to be better than having the > > totally wrong jessie artwork in stretch for these two reasons: > I understand that, it's just not my opinion (as expressed earlier). > > I won't oppose a

Bug#843727: fix inside

2016-12-18 Thread Yves-Alexis Perez
On Sun, 2016-12-18 at 12:38 +, Holger Levsen wrote: > Even incomplete, I consider having it in to be better than having the > totally wrong jessie artwork in stretch for these two reasons: I understand that, it's just not my opinion (as expressed earlier). I won't oppose an upload, I was just

Bug#843727: fix inside

2016-12-18 Thread Holger Levsen
On Sun, Dec 18, 2016 at 01:22:10PM +0100, Yves-Alexis Perez wrote: > On Sun, 2016-12-18 at 12:17 +, Holger Levsen wrote: > > justification: testing should always be in a releasable state, and even more > > so now the freeze is getting closer… > > Well, that won't really change with an upload r

Bug#843727: fix inside

2016-12-18 Thread Yves-Alexis Perez
On Sun, 2016-12-18 at 12:17 +, Holger Levsen wrote: > justification: testing should always be in a releasable state, and even more > so now the freeze is getting closer… Well, that won't really change with an upload right now, depending on what you consider “releasable state“: - the current p

Bug#843727: fix inside

2016-12-18 Thread Holger Levsen
On Sun, Dec 18, 2016 at 01:09:25PM +0100, Yves-Alexis Perez wrote: > On Sun, 2016-12-18 at 12:33 +0100, Holger Levsen wrote: > > what's stalling the uploads? (either to experimental or unstable even…) > See <1481014791.20278.9.ca...@debian.org> but nothing is really preventing an > upload, just tim

Bug#843727: fix inside

2016-12-18 Thread Yves-Alexis Perez
On Sun, 2016-12-18 at 12:33 +0100, Holger Levsen wrote: > what's stalling the uploads? (either to experimental or unstable even…) See <1481014791.20278.9.ca...@debian.org> but nothing is really preventing an upload, just time. > > can I help? I should be able to push an upload to experimental la

Bug#843727: fix inside

2016-12-18 Thread Holger Levsen
On Thu, Nov 10, 2016 at 10:27:26AM +0100, Eric Valette wrote: > While you are at it, maybe it is time to replace update-grub2 by update-grub > because the move is complete even for jessie... this has happened in svn r391 on 2016-11-10. today svn is at r409, but there hasn't been any upload since

Bug#843727: fix inside

2016-11-10 Thread Eric Valette
On 11/09/2016 10:53 PM, Aurélien COUDERC wrote: control: tags -1 pending Le mercredi 9 novembre 2016, 22:45:32 CET Eric Valette a écrit : the wrong code is calling "which update-initramfs" outside of if because then the set -e catch an error and there is no way the test on $? can work correct

Processed: Re: Bug#843727: fix inside

2016-11-09 Thread Debian Bug Tracking System
Processing control commands: > tags -1 pending Bug #843727 [desktop-base] desktop-base: experimental version does not install Added tag(s) pending. -- 843727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843727 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#843727: fix inside

2016-11-09 Thread Aurélien COUDERC
control: tags -1 pending Le mercredi 9 novembre 2016, 22:45:32 CET Eric Valette a écrit : > the wrong code is calling "which update-initramfs" outside of if > because then the set -e catch an error and there is no way the > test on $? can work > > correct code is: > > if which update-initra

Bug#843727: fix inside

2016-11-09 Thread Eric Valette
the wrong code is calling "which update-initramfs" outside of if because then the set -e catch an error and there is no way the test on $? can work correct code is: if which update-initramfs > /dev/null; then update-initramfs -u fi -- eric