1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

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>
This commit is contained in:
Andrew Bartlett 2022-10-27 11:39:02 +13:00 committed by Stefan Metzmacher
parent f738842adb
commit 3dbe8fd66c
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt # Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render # 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 # We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184. # it matches what we have on sn-devel-184.

View File

@ -126,7 +126,7 @@ PKGS = [
('apt-utils', 'yum-utils'), ('apt-utils', 'yum-utils'),
('pkg-config', 'pkgconfig'), ('pkg-config', 'pkgconfig'),
('procps', 'procps-ng'), # required for the free cmd in tests ('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 ('', 'rpcgen'), # required for test
# refer: https://fedoraproject.org/wiki/Changes/SunRPCRemoval # refer: https://fedoraproject.org/wiki/Changes/SunRPCRemoval
('', 'libtirpc-devel'), # for <rpc/rpc.h> header on fedora ('', 'libtirpc-devel'), # for <rpc/rpc.h> header on fedora

View File

@ -1 +1 @@
e3639b136a9b626936e849fb2976ebeed7e4fd3b 9750e28fd7d913d3f1dd9a9cc0b49b712735b713