You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
addon-context-linux/generate-all.sh

12 lines
261 B

TARGETS='el6 el6_ec2 el7 el7_ec2 deb deb_ec2'
set -e
for TARGET in $TARGETS; do
TARGET="${TARGET}" ./generate.sh
done
echo
echo "The packages are here:"
echo "--------------------------------------------------------------------------------"
find out -type f