bootstrap: Install codespell
authorAndreas Schneider <asn@samba.org>
Wed, 22 Mar 2023 09:17:13 +0000 (10:17 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 04:40:03 +0000 (04:40 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Aug 14 04:40:03 UTC 2023 on atb-devel-224

.gitlab-ci-main.yml
bootstrap/config.py
bootstrap/generated-dists/fedora38/bootstrap.sh
bootstrap/generated-dists/fedora38/packages.yml
bootstrap/generated-dists/opensuse155/bootstrap.sh
bootstrap/generated-dists/opensuse155/packages.yml
bootstrap/sha1sum.txt

index ca240ae1feef4f5a87465429526e5b5aa390f6de..51327e7dee8d066fc7da9603ce41255d6dad605e 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: 2671a34d464cd0e799d736535fccadc570433f51
+  SAMBA_CI_CONTAINER_TAG: 21a93787675107f010836bbfa5e8542c272bc4b0
   #
   # We use the ubuntu2204 image as default as
   # it matches what we have on atb-devel-224
index d3dfc4d61f3680184646254776b339b14a02662a..d531dfc0e63f9b27dd945eb18e40fb1f7d8a95fe 100644 (file)
@@ -137,6 +137,7 @@ PKGS = [
     ('', 'ShellCheck'),
     ('', 'shfmt'),
     ('', 'crypto-policies-scripts'),
+    ('', 'codespell'),
 
     ('python3', 'python3'),
     ('python3-cryptography', 'python3-cryptography'), # for krb5 tests
@@ -514,6 +515,7 @@ RPM_DISTS = {
             'mold': '',
             'ShellCheck': '',
             'shfmt': '',
+            'codespell': '',
         }
     },
     'centos8s': {
@@ -531,6 +533,7 @@ RPM_DISTS = {
             'mold': '',
             'ShellCheck': '',
             'shfmt': '',
+            'codespell': '',
         }
     },
     'fedora38': {
index 08290dcf624ab6929e6780cf154cf063f3293710..e3b36468ca597822c1479761b3e831d053fb3f03 100755 (executable)
@@ -22,6 +22,7 @@ dnf install -y \
     bison \
     ccache \
     chrpath \
+    codespell \
     crypto-policies-scripts \
     cups-devel \
     curl \
index 095aa28948e607c5b203c57afe2d67e391976579..1fbe3988e078332ef4f8d055fa404f97d10467df 100644 (file)
@@ -11,6 +11,7 @@ packages:
   - bison
   - ccache
   - chrpath
+  - codespell
   - crypto-policies-scripts
   - cups-devel
   - curl
index 878ac7fb482d005ad1e8383d9f44f911e21bf387..45d11ef6c4bd5de5980a6b91331b36275e58cd3a 100755 (executable)
@@ -22,6 +22,7 @@ zypper --non-interactive install \
     bison \
     ccache \
     chrpath \
+    codespell \
     crypto-policies-scripts \
     cups-devel \
     curl \
index 679683996f98b5a4212b3ccc27b5696d08a83505..519b62c33a9f36a0e904a39cc0954814b5f40987 100644 (file)
@@ -10,6 +10,7 @@ packages:
   - bison
   - ccache
   - chrpath
+  - codespell
   - crypto-policies-scripts
   - cups-devel
   - curl
index 76226ccefaf1ac4404af71a1da96f18d6ddc1085..786d4e7ebb57a8474e6849d2062fa55e358a37b3 100644 (file)
@@ -1 +1 @@
-2671a34d464cd0e799d736535fccadc570433f51
+21a93787675107f010836bbfa5e8542c272bc4b0