-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses curl to fetch mlabconfig.py from the m-lab/siteinfo repo (#131)
* Uses curl to fetch mlabconfig.py from the m-lab/siteinfo repo (mlabconfig.py moved from the operator repo to the siteinfo repo). * Adds a TODO to replace the curl commands with native go-get commands once mlabconfig.py is rewritten in Go. * Redirects the output of curl to a file. I forgot that curl doesn't behave like wget. * Invokes mlabconfig.py with bash, since the file downloaded by curl doesn't have execute permissions. * Invokes mlabconfig.py with python\!, not bash. :/ * Fixes the path to mlabconfig.py, it should be ./mlabconfig.py not .mlabconfig.py
- Loading branch information
Showing
3 changed files
with
30 additions
and
31 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