Bug#720185: [Piuparts-devel] Bug#720185: More information

2013-08-19 Thread Holger Levsen
control: severity -1 normal signature.asc Description: This is a digitally signed message part.

Bug#720185: More information

2013-08-19 Thread Bastien ROUCARIES
On Mon, Aug 19, 2013 at 4:48 PM, Bastien ROUCARIES wrote: > On Mon, Aug 19, 2013 at 4:37 PM, Andreas Beckmann wrote: >> On 2013-08-19 15:38, Bastien ROUCARIES wrote: >>> You advice to >>> test -L symlink; then >>>rm -f symlink; >>> fi >>> >>> It is really a bad piece of advice because: >>> -

Bug#720185: More information

2013-08-19 Thread Bastien ROUCARIES
On Mon, Aug 19, 2013 at 4:37 PM, Andreas Beckmann wrote: > On 2013-08-19 15:38, Bastien ROUCARIES wrote: >> You advice to >> test -L symlink; then >>rm -f symlink; >> fi >> >> It is really a bad piece of advice because: >> - it remove custumised by admin symlink and thus is a policy violation

Bug#720185: More information

2013-08-19 Thread Andreas Beckmann
On 2013-08-19 15:38, Bastien ROUCARIES wrote: > You advice to > test -L symlink; then >rm -f symlink; > fi > > It is really a bad piece of advice because: > - it remove custumised by admin symlink and thus is a policy violation > - it does not handle partial upgrade/failled install > - it does

Bug#720185: More information

2013-08-19 Thread Bastien ROUCARIES
control: severity 720185 normal Some context: You advice to test -L symlink; then rm -f symlink; fi It is really a bad piece of advice because: - it remove custumised by admin symlink and thus is a policy violation - it does not handle partial upgrade/failled install - it does not handle down

Bug#720185: More information

2013-08-19 Thread Bastien ROUCARIES
The advice you give is a policy violation. If the symlink was personnalised by the admin and point to another location you remove this manually set symlink, that is a policy violation and thus a serious bug in the package implementing this solution. Thus the severity of this bug is serious. Feel