From 9eac636f2ff0a07cec974b7a175f74f9f22e8064c3da8e05fd6d103d2d7236c8 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 30 Sep 2020 16:26:31 +0000 Subject: [PATCH] Accepting request 838805 from home:kukuk:container - Remove config.sh, busybox does not support rpm anymore (not able to read our current RPMs), so no need to create links OBS-URL: https://build.opensuse.org/request/show/838805 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/tumbleweed-busybox-image?expand=0&rev=32 --- config.sh | 18 ------------------ tumbleweed-busybox-image.changes | 6 ++++++ 2 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 config.sh diff --git a/config.sh b/config.sh deleted file mode 100644 index f44a7a5..0000000 --- a/config.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/busybox sh - -#====================================== -# Functions... -#-------------------------------------- -# don't source .kconfig, works only with bash -#test -f /.kconfig && . /.kconfig -test -f /.profile && . /.profile - -#====================================== -# Greeting... -#-------------------------------------- -echo "Configure image: [$kiwi_iname]..." - -/usr/bin/busybox ln -sf busybox /usr/bin/rpm -/usr/bin/busybox ln -sf busybox /usr/bin/rpm2cpio - -exit 0 diff --git a/tumbleweed-busybox-image.changes b/tumbleweed-busybox-image.changes index e148f8d..98159fc 100644 --- a/tumbleweed-busybox-image.changes +++ b/tumbleweed-busybox-image.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 30 14:36:10 UTC 2020 - Thorsten Kukuk + +- Remove config.sh, busybox does not support rpm anymore (not + able to read our current RPMs), so no need to create links + ------------------------------------------------------------------- Wed Aug 12 14:59:39 UTC 2020 - Thorsten Kukuk