Skip to content

Commit 405e378

Browse files
committed
revert
Signed-off-by: RoyShravani <[email protected]>
1 parent bc14007 commit 405e378

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.expeditor/automate_build.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "--- :key: Generating fake origin key"
3232
hab license accept
3333
hab origin key generate
3434
export HAB_BLDR_CHANNEL=LTS-2024
35-
export HAB_REFRESH_CHANNEL=refreshForLTS_20250927
35+
export HAB_REFRESH_CHANNEL=LTS-2024
3636
for pkg_name in `echo "bookshelf chef-server-ctl oc-id oc_bifrost oc_erchef openresty-noroot"`
3737
do
3838
echo "generating package for $pkg_name"
@@ -43,7 +43,7 @@ done
4343

4444
echo "generating package for nginx"
4545
openresty_hart=$(ls -1t results/*openresty*.hart | head -1)
46-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $openresty_hart; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build src/nginx"
46+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=LTS-2024 hab studio run -D "set -e; hab pkg install $openresty_hart; export HAB_REFRESH_CHANNEL=LTS-2024; hab pkg build src/nginx"
4747

4848
if [ -z "$AUTOMATE_REPO" ];
4949
then
@@ -76,15 +76,15 @@ bifrost_hart=$(ls -1t results/chef-oc_bifrost*.hart | head -1)
7676
erchef_hart=$(ls -1t results/chef-oc_erchef*.hart | head -1)
7777

7878
#No releases of chef/automate-scaffolding exist in the 'LTS-2024' channel== this is for bookshelf.
79-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $bookshelf_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-bookshelf"
79+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=LTS-2024 hab studio run -D "set -e; hab pkg install $bookshelf_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=LTS-2024; hab pkg build components/automate-cs-bookshelf"
8080

81-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $bifrost_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-oc-bifrost"
81+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=LTS-2024 hab studio run -D "set -e; hab pkg install $bifrost_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=LTS-2024; hab pkg build components/automate-cs-oc-bifrost"
8282

83-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $erchef_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-oc-erchef"
83+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=LTS-2024 hab studio run -D "set -e; hab pkg install $erchef_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=LTS-2024; hab pkg build components/automate-cs-oc-erchef"
8484

85-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $oc_id; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-ocid"
85+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=LTS-2024 hab studio run -D "set -e; hab pkg install $oc_id; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=LTS-2024; hab pkg build components/automate-cs-ocid"
8686

87-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $nginx; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-nginx"
87+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=LTS-2024 hab studio run -D "set -e; hab pkg install $nginx; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=LTS-2024; hab pkg build components/automate-cs-nginx"
8888

8989
.expeditor/create-manifest.rb
9090
mv manifest.json results/build.json

0 commit comments

Comments
 (0)