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
~/w/f/fhcap ❯❯❯ vagrant provision master ⬆ ✱ ◼ | |
Using :: role = dev : environment = development : ip = 192.168.33.10 | |
Mounting NFS share :: src /Users/corinne/src/fheng => /mnt/src | |
==> single: Running provisioner: shell... | |
single: Running: inline script | |
==> single: Running provisioner: shell... | |
single: Running: /var/folders/cl/80xt717d7d1_xbm129m6t6c00000gn/T/vagrant-shell20160929-2184-1elgbul.sh | |
==> single: Reading package lists... | |
==> single: Building dependency tree... | |
==> single: Reading state information... |
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
grunt art:local_ios --hybrid ⏎ master ✱ | |
Running "art:local_ios" (art) task | |
Running "_before:local_ios" (_before) task | |
Running "jshint:all" (jshint) task | |
>> 11 files lint free. | |
Running "clean:0" (clean) task | |
>> 1 path cleaned. |
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
❯❯❯ fhcap cluster provision --name client2 --git-ref FH-v3.14.0 | |
Cluster::Provision: name = client2, strategy = chef | |
Repo::Checkout: repo = fhcap, git-ref = FH-v3.14.0, remote = origin | |
run git checkout -B deploy --quiet from "./fhcap/repos/fhcap" | |
run git fetch origin FH-v3.14.0 --quiet from "./fhcap/repos/fhcap" | |
run git reset --hard FETCH_HEAD --quiet from "./fhcap/repos/fhcap" | |
run librarian-chef install from "/Users/corinne/fhcap/repos/fhcap" | |
Repo::Checkout: repo = fhcap-dev, git-ref = FH-v3.14.0, remote = origin | |
run git checkout -B deploy --quiet from "./fhcap/repos/fhcap-dev" | |
run git fetch origin FH-v3.14.0 --quiet from "./fhcap/repos/fhcap-dev" |
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
❯❯❯ grunt art:meh1_ios --hybrid master | |
Running "art:meh1_ios" (art) task | |
Running "_before:meh1_ios" (_before) task | |
Running "jshint:all" (jshint) task | |
>> 11 files lint free. | |
Running "clean:0" (clean) task | |
>> 1 path cleaned. |
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
using System; | |
using JSIL; | |
using JSIL.Meta; | |
public static class Program { | |
public static int x = 10; | |
public static int y = 20; | |
public static void Main () { | |
dynamic document = Builtins.Global["document"]; |
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
~/w/f/digger-art ❯❯❯ keytool -list -v -keystore ./fixtures/android_keystore/sign.keystore -alias developer_identity -storepass password -keypass password master | |
Alias name: developer_identity | |
Creation date: Aug 29, 2016 | |
Entry type: PrivateKeyEntry | |
Certificate chain length: 1 | |
Certificate[1]: | |
Owner: CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown | |
Issuer: CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown | |
Serial number: 468e71dc | |
Valid from: Mon Aug 29 15:06:32 CEST 2016 until: Fri Jan 15 14:06:32 CET 2044 |
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
~/w/f/digger-art git:add-android-release ❯❯❯ grunt art:qed1 --platform android --native | |
Running "art:qed1" (art) task | |
Running "_before:qed1" (_before) task | |
Running "jshint:all" (jshint) task | |
>> 11 files lint free. | |
Running "clean:0" (clean) task | |
>> 1 path cleaned. |
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
~/w/f/digger-art git:add-android-release ❯❯❯ grunt art:qed1 --platform android --native | |
Running "art:qed1" (art) task | |
Running "_before:qed1" (_before) task | |
Running "jshint:all" (jshint) task | |
>> 11 files lint free. | |
Running "clean:0" (clean) task | |
>> 1 path cleaned. |
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
~/w/f/digger-art git:master ❯❯❯ grunt art:qed1 --platform android --native true | |
Running "art:qed1" (art) task | |
Running "_before:qed1" (_before) task | |
Running "jshint:all" (jshint) task | |
>> 11 files lint free. | |
Running "clean:0" (clean) task | |
>> 1 path cleaned. |
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
~/w/f/digger-art git:master ❯❯❯ grunt art:meh1_ios --native | |
Running "art:meh1_ios" (art) task | |
Running "_before:meh1_ios" (_before) task | |
Running "jshint:all" (jshint) task | |
>> 11 files lint free. | |
Running "clean:0" (clean) task | |
>> 1 path cleaned. |