[openSUSE/obs-build] 152c59: Avoid calling rm X just before cp A X
Branch: refs/heads/master Home: https://github.com/openSUSE/obs-build Commit: 152c591dac163ce02202aa3d462e54adbdaa7fbe https://github.com/openSUSE/obs-build/commit/152c591dac163ce02202aa3d462e54a... Author: Dirk Müller <dirk@dmllr.de> Date: 2021-12-20 (Mon, 20 Dec 2021) Changed paths: M build-pkg-deb M build-recipe-kiwi M build-vm M build-vm-zvm M init_buildsystem Log Message: ----------- Avoid calling rm X just before cp A X cp(1) has a --remove-destination which does that implicitely, which avoids calling rm and thereby reducing overhead of execution Commit: ab1ecd30cfa954ba50cf59d902a388884a7116cc https://github.com/openSUSE/obs-build/commit/ab1ecd30cfa954ba50cf59d902a3888... Author: Adrian Schröter <adrian@suse.de> Date: 2021-12-20 (Mon, 20 Dec 2021) Changed paths: M build-pkg-deb M build-recipe-kiwi M build-vm M build-vm-zvm M init_buildsystem Log Message: ----------- Merge pull request #747 from dirkmueller/no_rm_with_cp Avoid calling rm X just before cp A X Compare: https://github.com/openSUSE/obs-build/compare/88afac295b5b...ab1ecd30cfa9
participants (1)
-
Adrian Schröter