This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
4.14.4
This version adds support to use contextualization in EC2. It creates an specific version for EC2. Here are the commands to create all the flavours:
PACKAGE_TYPE=rpm ./generate.sh
PACKAGE_TYPE=deb ./generate.sh
PACKAGE_TYPE=rpm ENVIRONMENT=ec2 ./generate.sh
PACKAGE_TYPE=deb ENVIRONMENT=ec2 ./generate.sh
More information about the new directory hierarchy in commit dff9317:
Move scripts for non ec2 machines to dir.one
generate.sh is also modified so it copies the files from these
directories by default or use dir.$ENVIRONMENT if specified. For
example, use ENVIRONMENT=ec2 to copy the directories that end in .ec2:
ENVIRONMENT=ec2 ./generate.sh
base
base.ec2
base_deb
base_deb.ec2
- gh-24: get context.sh in EC2 instances