diff --git a/scripts/sync_os-autoinst-distri-rocky.sh b/scripts/sync_os-autoinst-distri-rocky.sh new file mode 100644 index 00000000..5f06e0b5 --- /dev/null +++ b/scripts/sync_os-autoinst-distri-rocky.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +LOG=/tmp/sync_os-autoinst-distri-rocky.sh.log +date -Isec > "${LOG}" + +(cd /var/lib/openqa/tests/rocky && git checkout main && git fetch -p && git pull) >> "${LOG}" 2>&1 +(cd /var/lib/openqa/tests/rocky && ./fifloader.py -u -l templates.fif.json templates-updates.fif.json) >> "${LOG}" 2>&1