]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gitlab-ci: Update Fedora to version 39
authorAndreas Schneider <asn@samba.org>
Wed, 8 Nov 2023 12:12:21 +0000 (13:12 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 20 Nov 2023 16:38:20 +0000 (16:38 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Nov 20 16:38:20 UTC 2023 on atb-devel-224

.gitlab-ci-main.yml
bootstrap/.gitlab-ci.yml
bootstrap/config.py
bootstrap/generated-dists/Vagrantfile
bootstrap/generated-dists/fedora39/Dockerfile [moved from bootstrap/generated-dists/fedora38/Dockerfile with 97% similarity]
bootstrap/generated-dists/fedora39/bootstrap.sh [moved from bootstrap/generated-dists/fedora38/bootstrap.sh with 100% similarity]
bootstrap/generated-dists/fedora39/locale.sh [moved from bootstrap/generated-dists/fedora38/locale.sh with 100% similarity]
bootstrap/generated-dists/fedora39/packages.yml [moved from bootstrap/generated-dists/fedora38/packages.yml with 100% similarity]
bootstrap/sha1sum.txt

index 6614ef74e648a216ac046c1f7b7086425a33bec0..add5f323ec427030780591e28944acbf5af59692 100644 (file)
@@ -47,7 +47,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: 07a822597b5bce4af9e8e2987856b27eb20bd1b7
+  SAMBA_CI_CONTAINER_TAG: 9a406973474a7903fe7fd6215226660911ed73c0
   #
   # We use the ubuntu2204 image as default as
   # it matches what we have on atb-devel-224
@@ -64,7 +64,7 @@ variables:
   SAMBA_CI_CONTAINER_IMAGE_debian11_32bit: debian11-32bit
   SAMBA_CI_CONTAINER_IMAGE_debian12: debian12
   SAMBA_CI_CONTAINER_IMAGE_opensuse155: opensuse155
-  SAMBA_CI_CONTAINER_IMAGE_fedora38: fedora38
+  SAMBA_CI_CONTAINER_IMAGE_fedora39: fedora39
   SAMBA_CI_CONTAINER_IMAGE_centos7: centos7
   SAMBA_CI_CONTAINER_IMAGE_centos8s: centos8s
 
@@ -262,13 +262,13 @@ samba-def-build:
 samba-mit-build:
   extends: .shared_template_build_only
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora38}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora39}
   stage: build_first
 
 .needs_samba-mit-build:
   extends: .shared_template_test_only
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora38}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora39}
   needs:
     - job: samba-mit-build
       artifacts: true
@@ -316,7 +316,7 @@ samba:
 samba-mitkrb5:
   extends: .shared_template
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora38}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora39}
 
 samba-minimal-smbd:
   extends: .shared_template
@@ -386,7 +386,7 @@ samba-addc-mit-4b:
 samba-fips:
   extends: .shared_template
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora38}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora39}
 
 samba-codecheck:
   extends: .shared_template
@@ -671,10 +671,10 @@ centos8s-samba-o3:
   variables:
     SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_centos8s}
 
-fedora38-samba-o3:
+fedora39-samba-o3:
   extends: .samba-o3-template
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora38}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora39}
 
 #
 # Keep the samba-o3 sections at the end ...
index 71c68d9ee14a8beab7e3b1fee66d40da39b6db3f..ba82cdc1251b4720eb81c0cf28f82ff57cf218a1 100644 (file)
@@ -100,7 +100,7 @@ debian11:
 debian12:
   extends: .build_image_template
 
-fedora38:
+fedora39:
   extends: .build_image_template
 
 debian11-32bit:
index cfee5e049cecc18c8e0b72805a4932ce7e693ef3..11d8314aefcb9c584c5256786aefcb7a91be1abe 100644 (file)
@@ -541,9 +541,9 @@ RPM_DISTS = {
             'codespell': '',
         }
     },
-    'fedora38': {
-        'docker_image': 'quay.io/fedora/fedora:38',
-        'vagrant_box': 'fedora/38-cloud-base',
+    'fedora39': {
+        'docker_image': 'quay.io/fedora/fedora:39',
+        'vagrant_box': 'fedora/39-cloud-base',
         'bootstrap': DNF_BOOTSTRAP,
         'replace': {
             'lsb-release': 'redhat-lsb',
index e13256955848e5783b2a5c2ee705cdac8a50fce4..2c6468d768beed806d0fec693810925b1dbda87f 100644 (file)
@@ -52,11 +52,11 @@ Vagrant.configure("2") do |config|
         v.vm.provision :shell, path: "debian12-32bit/locale.sh"
     end
 
-    config.vm.define "fedora38" do |v|
-        v.vm.box = "fedora/38-cloud-base"
-        v.vm.hostname = "fedora38"
-        v.vm.provision :shell, path: "fedora38/bootstrap.sh"
-        v.vm.provision :shell, path: "fedora38/locale.sh"
+    config.vm.define "fedora39" do |v|
+        v.vm.box = "fedora/39-cloud-base"
+        v.vm.hostname = "fedora39"
+        v.vm.provision :shell, path: "fedora39/bootstrap.sh"
+        v.vm.provision :shell, path: "fedora39/locale.sh"
     end
 
     config.vm.define "opensuse155" do |v|
similarity index 97%
rename from bootstrap/generated-dists/fedora38/Dockerfile
rename to bootstrap/generated-dists/fedora39/Dockerfile
index 56426229c2b7add6101f1a3bc6341148638737c6..144dc8e71c2a4439575208a5c8c53025c2d6fbf8 100644 (file)
@@ -3,7 +3,7 @@
 # See also bootstrap/config.py
 #
 
-FROM quay.io/fedora/fedora:38
+FROM quay.io/fedora/fedora:39
 
 # pass in with --build-arg while build
 ARG SHA1SUM
index 9d2acc49de9144436c3eb38fc6183a5d6c436a43..61ecaf0ccf6087bb56ba486859fdce1a93e7039e 100644 (file)
@@ -1 +1 @@
-07a822597b5bce4af9e8e2987856b27eb20bd1b7
+9a406973474a7903fe7fd6215226660911ed73c0