mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Use 'main' branch for ostree-parse-pungi.py checkout
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e45473103f
commit
c2fb8fa83b
@ -61,8 +61,8 @@ sub run {
|
|||||||
assert_script_run 'git clone https://pagure.io/pungi-fedora.git';
|
assert_script_run 'git clone https://pagure.io/pungi-fedora.git';
|
||||||
assert_script_run 'cd pungi-fedora/';
|
assert_script_run 'cd pungi-fedora/';
|
||||||
assert_script_run "git checkout ${branch}";
|
assert_script_run "git checkout ${branch}";
|
||||||
# FIXME FIXME change 'ostree' to 'main' on/after merge
|
# change 'ostree' to 'main' on/after merge
|
||||||
assert_script_run 'wget https://pagure.io/fedora-qa/os-autoinst-distri-fedora/raw/ostree/f/ostree-parse-pungi.py', timeout => 120;
|
assert_script_run 'wget https://pagure.io/fedora-qa/os-autoinst-distri-fedora/raw/main/f/ostree-parse-pungi.py', timeout => 120;
|
||||||
my $loraxargs = script_output "python3 ostree-parse-pungi.py $lcsubv $arch";
|
my $loraxargs = script_output "python3 ostree-parse-pungi.py $lcsubv $arch";
|
||||||
|
|
||||||
# this 'temporary file cleanup' thing can actually wipe bits of
|
# this 'temporary file cleanup' thing can actually wipe bits of
|
||||||
|
Loading…
Reference in New Issue
Block a user