default, download-unpacked: improve multiarch support
Showing
-
Owner
May not be the best idea. This commit does improve things but I realize it may be even better to patch buildout so that the multiarch is available in the expression of conditional sections. For example, '[packer]' in slapos.git/component/packer/buildout.cfg would become:
[packer] recipe = slapos.recipe.build:download-unpacked version = 0.7.5 url = https://releases.hashicorp.com/packer/${:version}/packer_${:version}${:_url}.zip [packer:multiarch()=='i386-linux-gnu'] _url = linux_386 md5sum = a545108a0ccfde7c1e74de6c4e6fdded [packer:multiarch()=='x86_64-linux-gnu'] _url = linux_amd64 md5sum = f343d709b84db494e8d6ec38259aa4a6
Please register or sign in to comment