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
| { | |
| "logs": [ | |
| "1. blah", | |
| "2. blah", | |
| "3. blah" | |
| ] | |
| } |
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 secure store: com.google.gerrit.server.securestore.DefaultSecureStore | |
| [2016-05-04 18:38:32,750] [main] INFO com.google.gerrit.server.config.GerritServerConfigProvider : No /home/gerrit/./etc/gerrit.config; assuming defaults | |
| *** Gerrit Code Review 2.12.2 | |
| *** | |
| *** Git Repositories | |
| *** |
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 | |
| # java | |
| export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 | |
| export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx6g" | |
| # ccache | |
| export USE_CCACHE=1 | |
| export CCACHE_DIR=/home/firelord/.ccache/ | |
| prebuilts/misc/linux-x86/ccache/ccache -M 50G |
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
| (Ubuntu 14.xx) | |
| # Files to download | |
| sudo apt-get install git-core gnupg flex bison gperf build-essential \ | |
| zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \ | |
| lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \ | |
| libgl1-mesa-dev libxml2-utils xsltproc unzip | |
| # Java (java 6) | |
| sudo apt-get purge openjdk-\* icedtea-\* icedtea6-\* |
NewerOlder