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
--- chromebook-setup.sh 2014-10-22 06:17:31.000000000 -0400 | |
+++ ../tried/mali_chromebook-setup_002/chromebook-setup.sh 2014-11-16 21:11:27.229687137 -0500 | |
@@ -11,7 +11,7 @@ | |
VBOOT_URL="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/" | |
ROOTFS_DIR="$PWD/rootfs" | |
MALI_DEFAULT="r4p1-00rel0" | |
-ROOT_DEFAULT="/dev/mmcblk1p2" | |
+ROOT_DEFAULT="/dev/mmcblk0p2" | |
print_usage_exit() |
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
# SSL self signed localhost for rails start to finish, no red warnings. | |
# 1) Create your private key (any password will do, we remove it below) | |
$ openssl genrsa -des3 -out server.orig.key 2048 | |
# 2) Remove the password | |
$ openssl rsa -in server.orig.key -out server.key |
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
group :test do | |
gem 'rspec-rails' | |
gem 'capybara' | |
gem 'pdf-reader' | |
end |
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
diff --git a/examples/volumes/nfs/nfs-pv.yaml b/examples/volumes/nfs/nfs-pv.yaml | |
index 258f4d4c9d..c219f3aa39 100644 | |
--- a/examples/volumes/nfs/nfs-pv.yaml | |
+++ b/examples/volumes/nfs/nfs-pv.yaml | |
@@ -2,12 +2,15 @@ apiVersion: v1 | |
kind: PersistentVolume | |
metadata: | |
name: nfs | |
+ labels: | |
+ id: my-nfs-volume |
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
[debug] Created tunnel using local port: '58829' | |
[debug] SERVER: "localhost:58829" | |
REVISION: 7 | |
RELEASED: Thu Aug 24 14:54:57 2017 | |
CHART: workflow-v2.17.0 | |
USER-SUPPLIED VALUES: | |
{} |
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
diff --git a/charts/builder/templates/builder-deployment.yaml b/charts/builder/templates/builder-deployment.yaml | |
index d5ea4a0..35ab6bb 100755 | |
--- a/charts/builder/templates/builder-deployment.yaml | |
+++ b/charts/builder/templates/builder-deployment.yaml | |
@@ -42,6 +42,10 @@ spec: | |
{{- end}} | |
{{- end}} | |
env: | |
+ - name: DEIS_MINIO_SERVICE_HOST | |
+ value: "172.17.12.108" |
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
local-hostname: cloudimg |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#!/usr/bin/env bash | |
git clone https://github.com/kingdonb/empfin-docker.git | |
cd empfin-docker | |
for i in docker-slave docker-jnlp-slave jnlp-slave-ruby docker-jnlp-slave-ruby-runtime | |
do | |
git clone https://github.com/kingdonb/${i}.git | |
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
{ | |
"name": "hello", | |
"version": "1.0.0", | |
"lockfileVersion": 1, | |
"requires": true, | |
"dependencies": { | |
"ajv": { | |
"version": "5.5.2", | |
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", | |
"integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", |
OlderNewer