From 4feb2309ef717d18ead98e8e9be96fac1cdc4c7b Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 18 Aug 2017 01:18:59 +0200 Subject: Update git submodules * Update docs/submodules/armband from branch 'master' - salt.sh: Add "arm64" to bootstrap arch condition Upstream commit [1] broke Salt bootstrap on AArch64, by introducing an architecture condition that is too strict to allow Debian package installation (even if we provide our own repo). Add "arm64" to the list of supported architectures. This needs to be done on the fly, as the bootstrap script is fetched using `curl` from , which is also fetched dynamically using `svn export`. [1] https://github.com/saltstack/salt-bootstrap/commit/caa6d7d Change-Id: I2ff5d56e4d3072a1afe31ab0a400b0b83e2b34a8 Signed-off-by: Alexandru Avadanii --- docs/submodules/armband | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/armband') diff --git a/docs/submodules/armband b/docs/submodules/armband index 3cfd144d0..412d4a7e4 160000 --- a/docs/submodules/armband +++ b/docs/submodules/armband @@ -1 +1 @@ -Subproject commit 3cfd144d08f78870cce11e89e7faf4a4da0fe376 +Subproject commit 412d4a7e440c4c8765b50608ad67e8d05c719b56 -- cgit 1.2.3-korg