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.
|
TARGETS='el6 el6_ec2 el7 el7_ec2 suse 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
|