From a572b59a785591c3a7219ea76cbc852d0c543ffa Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 5 Sep 2019 13:34:28 +0200 Subject: [PATCH] Remove dib/build.sh It was needed before we had the ironic-python-agent-builder helper script. Now it's redundant. Change-Id: Iec765d182206e0300a9f8b7e0ee842505d3c3b63 --- dib/build.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 dib/build.sh diff --git a/dib/build.sh b/dib/build.sh deleted file mode 100755 index 58f4842..0000000 --- a/dib/build.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -#The path for location of ironic-python-agent-ramdisk in ironic-python-image-builder -#is set using environment variable. -export ELEMENTS_PATH=${ELEMENTS_PATH:-.} - -#The command to build image using disk-image-builder. -#Run the command to build the image giving the argument(OS name) -#For example: ./build.sh ubuntu -disk-image-create -o ironic-python-agent ironic-python-agent-ramdisk $@