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
| windows.vm.synced_folder synced_folder, "/cygdrive/c/vagrant_sync", type: "rsync", | |
| rsync__exclude: [ ".git/", "sunflower-*/", "delta-packs/", "*.box" ], | |
| rsync__args: ["--verbose", "--archive", "--delete", "-z", "--copy-links", "--progress"] |
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
| windows.vm.provision "artifactory-dns", type: "shell", inline: <<-SHELL | |
| echo 128.18.9.167 artifactory.sri.com >> C:\\Windows\\System32\\drivers\\etc\\hosts | |
| SHELL |
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 | |
| pushd `dirname $0` | |
| current_dir=$(pwd) | |
| MYSQL_ROOT_PASSWORD=password | |
| MYSQL_DATA_DIR=${current_dir}/var/lib/mysql | |
| echo "MYSQL_DATA_DIR: ${MYSQL_DATA_DIR}" |
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
| Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.19496 | |
| + umask 022 | |
| + cd /workspace/rpmbuild/BUILD | |
| + LANG=C | |
| + export LANG | |
| + unset DISPLAY | |
| + cd /workspace/rpmbuild/BUILD | |
| + rm -rf jzmq-2.2.2 | |
| + /usr/bin/gzip -dc /workspace/code/thirdparty/jzmq-2.2.2.tar.gz | |
| + tar -xf - |
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 | |
| echo START ENVIRONMENT | |
| set | |
| echo END ENVIRONMENT |
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 | |
| echo START ENVIRONMENT | |
| set | |
| echo END ENVIRONMENT |
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
| run-script: | |
| cmd.script: | |
| - name: ./echoenv.sh | |
| - source: salt://junk/echoenv.sh | |
| - env: | |
| JUNK1: 'myjunk1' | |
| JUNK2: 'myjunk2' |
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
| run-script: | |
| cmd.script: | |
| - name: ./echoenv.sh | |
| - source: salt://junk/echoenv.sh | |
| - env: | |
| JUNK1: 'myjunk1' | |
| JUNK2: 'myjunk2' |
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
| /root/.ssh/test_repo_deploy_key: | |
| file.managed: | |
| - mode: 600 | |
| - contents: | | |
| fake_private_key | |
| multi line | |
| awesome sauce | |
| wow doge |
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
| package com.sri.sunflower.fxquery; | |
| import java.net.URL; | |
| import java.util.ResourceBundle; | |
| import javafx.fxml.FXML; | |
| import javafx.scene.control.ListView; | |