From d6d81c1105b61b6f17d06d8c90d6ce057d8a9d02 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Thu, 15 Dec 2022 08:53:36 +0100 Subject: [PATCH] Add VM image build configuration for fedora 36 --- .idea/.gitignore | 0 .../inspectionProfiles/profiles_settings.xml | 6 +++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 +++++++ .idea/ogr.iml | 15 ++++++++++++ .idea/vcs.xml | 6 +++++ .packit.yaml | 23 +++++++++++++++++++ 7 files changed, 62 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/ogr.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..105ce2da --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..091b73e3 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..162b7b57 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/ogr.iml b/.idea/ogr.iml new file mode 100644 index 00000000..7634a9bd --- /dev/null +++ b/.idea/ogr.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.packit.yaml b/.packit.yaml index c39e3e92..519d95b6 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -103,3 +103,26 @@ jobs: - fedora-latest # branched version, rawhide updates are created automatically - fedora-stable - epel-9 + + # vm image build + - job: copr_build + trigger: pull_request + targets: + - fedora-36-x86_64 + - fedora-37-x86_64 + project: vm-image-ogr-demo + + - job: vm_image_build + trigger: pull_request + copr_chroot: fedora-36-x86_64 + owner: packit + project: vm-image-ogr-demo + image_customizations: + packages: [python3-ogr] + image_distribution: fedora-36 + image_request: + architecture: x86_64 + image_type: aws + upload_request: + type: aws + options: {}