Replace the links to the new repository on forge.fedoraproject.org
The original Pagure repository has been migrated to the Fedora's new git forge and files should be downloaded from there. This PR fixes the URL links pointing to the new repository.
This commit is contained in:
parent
9a97fdcaf1
commit
243831d99e
2 changed files with 3 additions and 3 deletions
|
|
@ -2268,7 +2268,7 @@
|
|||
"settings": {
|
||||
"BOOTFROM": "c",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"GNOME_SCHEMA": "https://pagure.io/fedora-qa/openqa_testdata/raw/thetree/f/configuration/99_openqa.gschema.override",
|
||||
"GNOME_SCHEMA": "https://forge.fedoraproject.org/quality/openqa-testdata/raw/branch/thetree/configuration/99_openqa.gschema.override",
|
||||
"NICTYPE": "tap",
|
||||
"POSTINSTALL": "remote_desktop_server",
|
||||
"POST_STATIC": "172.16.2.116 kaermorhen.test.openqa.fedoraproject.org",
|
||||
|
|
@ -2284,7 +2284,7 @@
|
|||
"settings": {
|
||||
"BOOTFROM": "c",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"GNOME_SCHEMA": "https://pagure.io/fedora-qa/openqa_testdata/raw/thetree/f/configuration/99_openqa.gschema.override",
|
||||
"GNOME_SCHEMA": "https://forge.fedoraproject.org/quality/openqa-testdata/raw/branch/thetree/configuration/99_openqa.gschema.override",
|
||||
"NICTYPE": "tap",
|
||||
"POSTINSTALL": "remote_desktop_client",
|
||||
"PARALLEL_WITH": "remote_desktop_server",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
WORK_DIR=$(mktemp -d)
|
||||
pushd ${WORK_DIR}
|
||||
git clone https://pagure.io/fedora-qa/openqa_testdata.git
|
||||
git clone https://forge.fedoraproject.org/quality/openqa-testdata.git
|
||||
tar --exclude='.git' -czvf testdata.tar.gz openqa_testdata
|
||||
popd
|
||||
here=$(dirname ${0})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue