-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync in O3 agama repo and have the iso under the ftp folder in s390x
- Loading branch information
1 parent
ccd25a0
commit d865bbf
Showing
13 changed files
with
79 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso |
33 changes: 33 additions & 0 deletions
33
t/obs/systemsmanagement:Agama:Devel/base/print_openqa.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=86_64 \ | ||
ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=aarch64 \ | ||
ASSET_256=agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=ppc64le \ | ||
ASSET_256=agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
ISO=agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
6 changes: 6 additions & 0 deletions
6
t/obs/systemsmanagement:Agama:Devel/base/print_rsync_iso.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso.sha256 | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//images/*/agama-installer:openSUSE//*agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso.sha256 |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
agama-installer.aarch64-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.ppc64le-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso | ||
agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso |
17 changes: 17 additions & 0 deletions
17
t/obs/systemsmanagement:Agama:Devel/s390x/print_openqa.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/usr/bin/openqa-cli api -X post isos?async=1 \ | ||
ARCH=s390x \ | ||
ASSET_256=agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 \ | ||
BUILD=17.9 \ | ||
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \ | ||
DISTRI=opensuse \ | ||
FLAVOR=agama-installer \ | ||
FULLURL=1 \ | ||
ISO=agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso \ | ||
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \ | ||
REPO_0=agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 \ | ||
VERSION=agama-9.0 \ | ||
_OBSOLETE=1 | ||
|
6 changes: 6 additions & 0 deletions
6
t/obs/systemsmanagement:Agama:Devel/s390x/print_rsync_iso.before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//iso/images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso | ||
rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement:Agama:Devel//iso/images/*/agama-installer:openSUSE//*agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 /var/lib/openqa/factory/other/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso.sha256 | ||
[ -d /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 ] || { | ||
mkdir /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 | ||
bsdtar xf /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso -C /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9 | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters