You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 20260129 switch get_object to sync instead of cp, add variable for rom retry and make it longer and more frequent, add cert upgrade when in upgrade mode
281
+
# 20260129 catch rpm return code when trying to redeploy same rpm so we still try to do rest of upgrade (like certificates)
281
282
282
-
VERSION="20260129c"
283
+
VERSION="20260129e"
283
284
284
285
# dont break script on error as we rely on tests for this
285
286
set +e
@@ -379,8 +380,13 @@ get_object () {
379
380
gsutil -q cp $orig$dest
380
381
else
381
382
# try to sync not cp in order to optimize
382
-
aws s3 sync $orig$dest --quiet
383
+
echo""before $dest"
384
+
ls -l $dest
385
+
#aws s3 sync $orig$dest --quiet
386
+
aws s3 sync $orig$dest
383
387
#aws s3 cp $orig$dest --quiet
388
+
echo ""after $dest"
389
+
ls -l $dest
384
390
fi
385
391
else
386
392
echo"number of arguments passed to get_object is incorrect ($# instead of 2)\n"
@@ -1923,6 +1929,7 @@ if [ "$MODE" != "upgrade" ]; then
0 commit comments