From ad5e266b0e10252c3f7ba08dd81b79a322d2d1a6 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 30 Aug 2017 01:31:31 +0200 Subject: u/fuel: Bump & rebase for seedng arg order fix JIRA: FUEL-282 Change-Id: Ica3133c967c906b3c2ab3a8e0ecc49aff11cdb10 Signed-off-by: Alexandru Avadanii --- patches/opnfv-fuel/0017-seedng-module-Add-AArch64-repo.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches/opnfv-fuel') diff --git a/patches/opnfv-fuel/0017-seedng-module-Add-AArch64-repo.patch b/patches/opnfv-fuel/0017-seedng-module-Add-AArch64-repo.patch index 6b3aed08..24789a07 100644 --- a/patches/opnfv-fuel/0017-seedng-module-Add-AArch64-repo.patch +++ b/patches/opnfv-fuel/0017-seedng-module-Add-AArch64-repo.patch @@ -22,7 +22,7 @@ Signed-off-by: Alexandru Avadanii diff --git a/mcp/patches/0105-seedng-module-Add-AArch64-repo.patch b/mcp/patches/0105-seedng-module-Add-AArch64-repo.patch new file mode 100644 -index 0000000..67c1ea1 +index 0000000..d40e63b --- /dev/null +++ b/mcp/patches/0105-seedng-module-Add-AArch64-repo.patch @@ -0,0 +1,22 @@ @@ -46,7 +46,7 @@ index 0000000..67c1ea1 ++ arg = '-R linux.enea.com/saltstack ' if os.uname()[-1] == 'aarch64' else '' ++ arg += 'stable {0}'.format('.'.join(salt.version.__version__.split('.')[:2])) + cmd = 'if type salt-minion; then exit 0; ' -+ cmd += 'else sh {0} {1} -c /tmp; fi'.format( ++ cmd += 'else sh {0} -c /tmp {1}; fi'.format( + os.path.join(tmppath, 'bootstrap-salt.sh'), arg) diff --git a/mcp/patches/patches.list b/mcp/patches/patches.list index f6504ab..1faa164 100644 -- cgit 1.2.3-korg