This file contains hidden or 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
| #!/bin/bash | |
| set -e | |
| SECRETFILE=~/.digitalocean | |
| if [[ -z $DIGOCEAN_ID ]] || [[ -z $DIGOCEAN_KEY ]]; then | |
| if [ -e $SECRETFILE ]; then | |
| . $SECRETFILE | |
| fi | |
| fi |
This file contains hidden or 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
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
This file contains hidden or 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
| from __future__ import print_function | |
| import urllib | |
| import urllib2 | |
| import xml.etree.ElementTree | |
| import logging | |
| #enable basic logging to CloudWatch Logs | |
| logger = logging.getLogger() | |
| logger.setLevel(logging.INFO) |
This file contains hidden or 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
| Build started 7/15/2015 10:31:24 AM. | |
| Project "C:\Program Files\Jenkins\workspace\Vesta PMM\VestaPMMInstaller\VestaPMMInstaller.wixproj" on node 1 (default targets). | |
| C:\Program Files\MSBuild\Microsoft\WiX\v3.x\wix2010.targets(1236,5): warning : Solution properties are only available during IDE builds or when building the solution file from the command line. To turn off this warning set <DefineSolutionProperties>false</DefineSolutionProperties> in your .wixproj file. [C:\Program Files\Jenkins\workspace\Vesta PMM\VestaPMMInstaller\VestaPMMInstaller.wixproj] | |
| Compile: | |
| Skipping target "Compile" because all output files are up-to-date with respect to the input files. | |
| Link: | |
| Skipping target "Link" because all output files are up-to-date with respect to the input files. | |
| Done Building Project "C:\Program Files\Jenkins\workspace\Vesta PMM\VestaPMMInstaller\VestaPMMInstaller.wixproj" (default targets). | |
| Build succeeded. |