mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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:
parent
f738842adb
commit
3dbe8fd66c
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
e3639b136a9b626936e849fb2976ebeed7e4fd3b
|
||||
9750e28fd7d913d3f1dd9a9cc0b49b712735b713
|
||||
|
Loading…
Reference in New Issue
Block a user