forked from fnoble/piksi_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0. Documentation clarifications. 1. Add support for Ubuntu 13.04 LTS. 2. Fix a regression on the ARM setup, remove Ansible pretty printer, which occasionally throws uncaught exceptions.
- Loading branch information
Showing
7 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
[defaults] | ||
|
||
force_color = True | ||
host_key_checking = False | ||
host_key_checking = False | ||
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s | ||
callback_plugins = ~/.ansible/callback_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,8 +163,8 @@ function run_all_platforms () { | |
log_error "This script does not support this platform. Please contact [email protected]." | ||
exit 1 | ||
fi | ||
setup_ansible_plugins | ||
ansible-playbook -v --ask-sudo-pass -i setup/ansible/inventory.ini \ | ||
#setup_ansible_plugins | ||
ansible-playbook --ask-sudo-pass -i setup/ansible/inventory.ini \ | ||
setup/ansible/provision.yml --connection=local | ||
build | ||
log_info "Done!" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters