mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-15 17:51:27 +00:00
add os-autoinst-distri-rocky repo sync script
This commit is contained in:
parent
04106b0e90
commit
864c896327
7
scripts/sync_os-autoinst-distri-rocky.sh
Normal file
7
scripts/sync_os-autoinst-distri-rocky.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user