2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Incorporate common copy of apiclient into build

This commit is contained in:
Jarrod Johnson 2020-06-26 16:23:51 -04:00
parent 3733057852
commit b4e8daaebe
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ for os in rhvh4 el8 suse15 ubuntu20.04; do
cd ${os}out
cp -a ../opt .
cp -a ../${os}/initramfs/* .
cp -a ../common/* .
find . | cpio -H newc -o > ../addons.cpio
mv ../addons.cpio .
cd ..
@ -38,6 +39,7 @@ mkdir esxi7out
cd esxi7out
cp -a ../opt .
cp -a ../esxi7/initramfs/* .
cp -a ../common/* .
chmod +x bin/* opt/confluent/bin/*
tar zcvf ../addons.tgz *
mv ../addons.tgz .