commit kiwi-images-wsl for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi-images-wsl for openSUSE:Factory checked in at 2020-10-10 00:29:48 Comparing /work/SRC/openSUSE:Factory/kiwi-images-wsl (Old) and /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.4249 (New) Package is "kiwi-images-wsl" Sat Oct 10 00:29:48 2020 rev:6 rq:840415 version:15.2 Changes: --- /work/SRC/openSUSE:Factory/kiwi-images-wsl/kiwi-images-wsl.changes 2020-06-25 15:08:00.337474013 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.4249/kiwi-images-wsl.changes 2020-10-10 00:29:49.213166958 +0200 @@ -1,0 +2,6 @@ +Thu Oct 8 13:01:29 UTC 2020 - Lubos Kocman + +- Add system-user-nobody bsc#1176401 + Part of patterns-base-base but not in minimal_base + +--- Other differences: -- ++ kiwi-images-wsl.kiwi ++ --- /var/tmp/diff_new_pack.MWtpcD/_old 2020-10-10 00:29:49.781167239 +0200 +++ /var/tmp/diff_new_pack.MWtpcD/_new 2020-10-10 00:29:49.785167241 +0200 @@ -35,6 +35,8 @@ + +
commit kiwi-images-wsl for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi-images-wsl for openSUSE:Factory checked in at 2020-06-25 15:06:59 Comparing /work/SRC/openSUSE:Factory/kiwi-images-wsl (Old) and /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.3060 (New) Package is "kiwi-images-wsl" Thu Jun 25 15:06:59 2020 rev:5 rq:816837 version:15.2 Changes: --- /work/SRC/openSUSE:Factory/kiwi-images-wsl/kiwi-images-wsl.changes 2020-02-07 15:55:33.199547877 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.3060/kiwi-images-wsl.changes 2020-06-25 15:08:00.337474013 +0200 @@ -1,0 +2,6 @@ +Wed Jun 24 11:13:02 UTC 2020 - Lubos Kocman + +- add lsof to the package list + Our openqa uses `zypper ps` that fails on lsof not being present + +--- Other differences: -- ++ kiwi-images-wsl.kiwi ++ --- /var/tmp/diff_new_pack.om6bRs/_old 2020-06-25 15:08:01.477477589 +0200 +++ /var/tmp/diff_new_pack.om6bRs/_new 2020-06-25 15:08:01.477477589 +0200 @@ -41,6 +41,7 @@ +
commit kiwi-images-wsl for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi-images-wsl for openSUSE:Factory checked in at 2020-02-07 15:54:08 Comparing /work/SRC/openSUSE:Factory/kiwi-images-wsl (Old) and /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092 (New) Package is "kiwi-images-wsl" Fri Feb 7 15:54:08 2020 rev:4 rq:770909 version:15.2 Changes: --- /work/SRC/openSUSE:Factory/kiwi-images-wsl/kiwi-images-wsl.changes 2020-01-23 15:54:59.979097692 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092/kiwi-images-wsl.changes 2020-02-07 15:55:33.199547877 +0100 @@ -1,0 +2,8 @@ +Thu Jan 30 09:11:06 UTC 2020 - Ludwig Nussel + +- don't install the special apache config anymore as we don't know what it's + good for. +- mount /var/tmp as tmpfs as workaround for the broken wslfs implementation on + Windows side (boo#1159195) + +--- Other differences: -- ++ config.sh ++ --- /var/tmp/diff_new_pack.d4k6KA/_old 2020-02-07 15:55:33.647548105 +0100 +++ /var/tmp/diff_new_pack.d4k6KA/_new 2020-02-07 15:55:33.647548105 +0100 @@ -1,6 +1,7 @@ #!/bin/bash # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019,2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -59,7 +60,11 @@ # WSL specific tweaks # XXX: not sure what this is for. Was found in root.tar.bz2. Needs to be confirmed -mkdir -p etc/apache2/conf.d -echo AcceptFilter http none > etc/apache2/conf.d/wsl.conf +#mkdir -p etc/apache2/conf.d +#echo AcceptFilter http none > etc/apache2/conf.d/wsl.conf + +# workaround for broken wslfs (boo#1159195). Note that as of 2020-02-06 kiwi +# resets /etc/fstab: https://github.com/OSInside/kiwi/issues/1329 +echo "tmpfs /var/tmp tmpfs defaults 0 0" >> /etc/fstab exit 0
commit kiwi-images-wsl for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi-images-wsl for openSUSE:Factory checked in at 2020-01-23 15:54:48 Comparing /work/SRC/openSUSE:Factory/kiwi-images-wsl (Old) and /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092 (New) Package is "kiwi-images-wsl" Thu Jan 23 15:54:48 2020 rev:3 rq:766511 version:15.2 Changes: --- /work/SRC/openSUSE:Factory/kiwi-images-wsl/kiwi-images-wsl.changes 2020-01-20 22:55:14.523338837 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092/kiwi-images-wsl.changes 2020-01-23 15:54:59.979097692 +0100 @@ -1,0 +2,5 @@ +Thu Jan 23 08:55:00 UTC 2020 - Guillaume GARDET + +- Increase disk space as build requires a bit more than 4G + +--- Other differences: -- ++ _constraints ++ --- /var/tmp/diff_new_pack.NWT9ua/_old 2020-01-23 15:55:00.799098134 +0100 +++ /var/tmp/diff_new_pack.NWT9ua/_new 2020-01-23 15:55:00.799098134 +0100 @@ -4,7 +4,7 @@ 2 - 4 + 5
commit kiwi-images-wsl for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi-images-wsl for openSUSE:Factory checked in at 2020-01-20 22:55:00 Comparing /work/SRC/openSUSE:Factory/kiwi-images-wsl (Old) and /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092 (New) Package is "kiwi-images-wsl" Mon Jan 20 22:55:00 2020 rev:2 rq:765727 version:15.2 Changes: --- /work/SRC/openSUSE:Factory/kiwi-images-wsl/kiwi-images-wsl.changes 2020-01-14 21:12:18.966902647 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092/kiwi-images-wsl.changes 2020-01-20 22:55:14.523338837 +0100 @@ -1,0 +2,5 @@ +Mon Jan 20 09:25:58 UTC 2020 - Guillaume GARDET + +- Add _constraints to avoid disk full error seen in Tumbleweed aarch64 + +--- New: _constraints Other differences: -- ++ _constraints ++ 2 4