jambonz / jambonz-infrastructure

packer and cloudformation templates for creating EC2-based jambonz deployments
23 stars 29 forks source link

touch user configs #30

Open asarubbo opened 1 year ago

asarubbo commented 1 year ago

Hello Dave,

I noticed that https://github.com/jambonz/jambonz-infrastructure/blob/main/packer/jambonz-mini/scripts/install_freeswitch.sh#L30 does:

git config --global pull.rebase true

In general, builds are not supposed to touch/edit user's preference or config, would be better find the git option to do the same thing without touching the .gitconfig file

Thanks