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
| gcr http POST undefined/api/v1/runners/register.json | |
| gcr ERR! [register] Error: Invalid protocol | |
| gcr ERR! [register] at Request.self._buildRequest (/usr/local/lib/node_modules/gcr/node_modules/request/request.js:336:53) | |
| gcr ERR! [register] at Request.init (/usr/local/lib/node_modules/gcr/node_modules/request/request.js:503:10) | |
| gcr ERR! [register] at new Request (/usr/local/lib/node_modules/gcr/node_modules/request/request.js:97:8) | |
| gcr ERR! [register] at request (/usr/local/lib/node_modules/gcr/node_modules/request/index.js:50:11) | |
| gcr ERR! [register] at Function.request.post (/usr/local/lib/node_modules/gcr/node_modules/request/index.js:116:27) | |
| gcr ERR! [register] at Client.registerRunner (/usr/local/lib/node_modules/gcr/lib/client.js:55:11) | |
| gcr ERR! [register] at /usr/local/lib/node_modules/gcr/bin/cmd.js:63:18 | |
| gcr ERR! [register] at fs.js:266:14 |
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
| drwxr-x---+ 8 ayufan staff 272 Nov 14 15:50 .config | |
| 0: group:everyone deny add_file,delete,add_subdirectory,delete_child,writeattr,writeextattr,chown |
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
| ayufan@Kamils-MacBook-Air ~/.config> cat gcr.json | |
| { | |
| "buildDir": "/tmp/builds", | |
| "git": "/usr/bin/git" | |
| } | |
| [?] Please enter your GitLab CI url: https://*** | |
| [?] Please enter your GitLab CI Registration Token: *** | |
| gcr http POST undefined/api/v1/runners/register.json | |
| gcr ERR! [register] Error: Invalid protocol |
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 | |
| cd /Volumes/android/ | |
| source java.sh | |
| source build/envsetup.sh | |
| set -xe | |
| adb shell stop | |
| mmm frameworks/base/policy/ |
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 -eo pipefail | |
| VMID=200 | |
| cpu_tasks() { | |
| expect <<EOF | sed -n 's/^.* CPU .*thread_id=\(.*\)$/\1/p' | tr -d '\r' || true | |
| spawn qm monitor $VMID | |
| expect ">" |
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 b77c71cf504ac9bb5b105a1974e5230df09d7e97 Mon Sep 17 00:00:00 2001 | |
| From: Kamil Trzcinski <ayufan@ayufan.eu> | |
| Date: Thu, 6 Nov 2014 17:49:22 +0100 | |
| Subject: [PATCH] Added multi-dex option to Android Dex Compiler | |
| Change-Id: Ic9c0331371a779a6ed1a8594e0c5fbd482e5eaf6 | |
| --- | |
| .../src/org/jetbrains/jps/android/AndroidDexBuilder.java | 4 ++++ | |
| .../jps/android/builder/AndroidDexBuildTarget.java | 1 + | |
| .../model/JpsAndroidDexCompilerConfiguration.java | 4 ++++ |
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 -eo pipefail | |
| VMID=200 | |
| cpu_tasks() { | |
| expect <<EOF | sed -n 's/^.* CPU .*thread_id=\(.*\)$/\1/p' | tr -d '\r' || true | |
| spawn qm monitor $VMID | |
| expect ">" |
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 0de3204138bc48e57f6b7255651f185e1c64e941 Mon Sep 17 00:00:00 2001 | |
| From: Kamil Trzcinski <ayufan@ayufan.eu> | |
| Date: Sat, 17 Jan 2015 13:32:32 +0100 | |
| Subject: [PATCH] Support additional e1000 variants for VM machines | |
| It is required for OS X on qemu | |
| Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> | |
| --- | |
| PVE/QemuServer.pm | 5 +++-- |
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 | |
| # (c) 2016 Kamil Trzciński <ayufan@ayufan.eu> | |
| # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php | |
| stderr() { | |
| echo "$@" 1>&2 | |
| } | |
| if [[ $# -ne 1 ]] && [[ $# -ne 2 ]]; then |
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
| # begin build properties | |
| # autogenerated by buildinfo.sh | |
| ro.build.id=MHC19J | |
| ro.build.display.id=once-user 6.0.1 MHC19J 540 | |
| ro.build.version.incremental=540 | |
| ro.build.version.sdk=23 | |
| ro.build.version.preview_sdk=0 | |
| ro.build.version.codename=REL | |
| ro.build.version.all_codenames=REL | |
| ro.build.version.release=6.0.1 |
OlderNewer