Re: [Git][debian-edu/debian-edu-config][master] 032-edu-pkgs: merge those ten apt-get purge calls into one.

2019-01-29 Thread Wolfgang Schweer
On Mon, Jan 28, 2019 at 08:03:43AM +0100, Petter Reinholdtsen wrote: > Trying to purge non-installed packages is not a bug in the ISO, it is a > feature, to ensure some packages are removed no matter which profile is > selected. While purging non-installed packages doesn't harm if only a single

Re: [Git][debian-edu/debian-edu-config][master] 032-edu-pkgs: merge those ten apt-get purge calls into one.

2019-01-27 Thread Petter Reinholdtsen
[Holger Levsen] > that's why it ends with || true now. Using '|| true' is not fixing the installation. Some packages will be missing on some profiles, and this will stop any purging from happen. Just try 'apt purge bash fdsfsa' yourself and notice how bash is not purged. The effect that the

Re: [Git][debian-edu/debian-edu-config][master] 032-edu-pkgs: merge those ten apt-get purge calls into one.

2019-01-27 Thread Holger Levsen
On Sun, Jan 27, 2019 at 10:37:09PM +0100, Petter Reinholdtsen wrote: > [Holger Levsen] > > 13b6dab8 by Holger Levsen at 2019-01-27T16:57:58Z > > 032-edu-pkgs: merge those ten apt-get purge calls into one. > This is a very bad idea. The calls was written like that to "fail" > individually, in case

Re: [Git][debian-edu/debian-edu-config][master] 032-edu-pkgs: merge those ten apt-get purge calls into one.

2019-01-27 Thread Petter Reinholdtsen
[Holger Levsen] > 13b6dab8 by Holger Levsen at 2019-01-27T16:57:58Z > 032-edu-pkgs: merge those ten apt-get purge calls into one. This is a very bad idea. The calls was written like that to "fail" individually, in case some packages were missing in the chroot. By joining them together, any