summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2022-10-27 11:39:02 +1300
committerStefan Metzmacher <metze@samba.org>2022-11-24 11:01:37 +0000
commit3dbe8fd66ca7d98fd05f5ff9ed9e414b9dd1915b (patch)
treeb63dee3a0abe954b33c1f7e399b20ef6970d6d74
parentf738842adba3a50a6019ff6d0360763e7540659d (diff)
downloadsamba-3dbe8fd66ca7d98fd05f5ff9ed9e414b9dd1915b.tar.gz
bootstrap: Spelling fix in bootstrap from Michael Tokarev
This could not previously be included as all changes require a full image rebuild as they change the SHA1 hash. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--.gitlab-ci-main.yml2
-rw-r--r--bootstrap/config.py2
-rw-r--r--bootstrap/sha1sum.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index f1f9908dc55..40a1ce08795 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -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: e3639b136a9b626936e849fb2976ebeed7e4fd3b
+ SAMBA_CI_CONTAINER_TAG: 9750e28fd7d913d3f1dd9a9cc0b49b712735b713
#
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 048f256ef2e..7f29670f091 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -126,7 +126,7 @@ PKGS = [
('apt-utils', 'yum-utils'),
('pkg-config', 'pkgconfig'),
('procps', 'procps-ng'), # required for the free cmd in tests
- ('lsb-release', 'lsb-release'), # we need lsb_relase to show info
+ ('lsb-release', 'lsb-release'), # we need lsb_release to show info
('', 'rpcgen'), # required for test
# refer: https://fedoraproject.org/wiki/Changes/SunRPCRemoval
('', 'libtirpc-devel'), # for <rpc/rpc.h> header on fedora
diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt
index 9d2e589a876..fb988930857 100644
--- a/bootstrap/sha1sum.txt
+++ b/bootstrap/sha1sum.txt
@@ -1 +1 @@
-e3639b136a9b626936e849fb2976ebeed7e4fd3b
+9750e28fd7d913d3f1dd9a9cc0b49b712735b713