From: Alexandru Avadanii Date: Tue, 29 Aug 2017 23:31:31 +0000 (+0200) Subject: u/fuel: Bump & rebase for seedng arg order fix X-Git-Tag: opnfv-5.0.RC1~48 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ad5e266b0e10252c3f7ba08dd81b79a322d2d1a6;p=armband.git u/fuel: Bump & rebase for seedng arg order fix JIRA: FUEL-282 Change-Id: Ica3133c967c906b3c2ab3a8e0ecc49aff11cdb10 Signed-off-by: Alexandru Avadanii --- 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 diff --git a/upstream/fuel b/upstream/fuel index fbc1062a..d8c77e4e 160000 --- a/upstream/fuel +++ b/upstream/fuel @@ -1 +1 @@ -Subproject commit fbc1062a9d0b5c364e52a89eb736a998193f32e8 +Subproject commit d8c77e4e5453a27a66387d7deb23dba06d1e3ae7