From 311789e258504126349b72eaaae7c204e53fb617 Mon Sep 17 00:00:00 2001 From: talktovikas Date: Wed, 25 Sep 2024 14:59:44 +0530 Subject: [PATCH] adding openresty-noroot to build in cs and automate Signed-off-by: talktovikas --- .expeditor/automate_build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index 4f534b9e02..150dcd4b46 100755 --- a/.expeditor/automate_build.sh +++ b/.expeditor/automate_build.sh @@ -16,8 +16,8 @@ HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" echo "--- :key: Generating fake origin key" hab license accept hab origin key generate cheftest - -for PACKAGE_NAME in bookshelf oc_bifrost oc_erchef oc-id nginx ; do +#bookshelf oc_bifrost oc_erchef oc-id +for PACKAGE_NAME in openresty-noroot nginx ; do echo "generating package for $PACKAGE_NAME" HAB_FEAT_IGNORE_LOCAL=true HAB_ORIGIN=cheftest HAB_CACHE_KEY_PATH=$HAB_CACHE_KEY_PATH DO_CHECK=true hab studio run -D "hab pkg build src/$PACKAGE_NAME" # HAB_FEAT_IGNORE_LOCAL=true HAB_ORIGIN=cheftest HAB_CACHE_KEY_PATH=$HAB_CACHE_KEY_PATH DO_CHECK=true hab studio run -D "hab pkg build src/$PACKAGE_NAME" @@ -56,8 +56,8 @@ name_resolver() { echo $(find components -name "*$package_name*") } - -for PACKAGE_NAME in bookshelf bifrost erchef id openresty-noroot nginx ; do +#bookshelf bifrost erchef id +for PACKAGE_NAME in nginx ; do hart_file=$(ls results/*$PACKAGE_NAME*.hart) output_string_file=$(echo "$hart_file" | sed 's|results/||') echo "hab pkg install $hart_file"