Skip to content

Instantly share code, notes, and snippets.

View FireLord's full-sized avatar
🦾
Building Apps

Aman Kumar FireLord

🦾
Building Apps
View GitHub Profile
{
"logs": [
"1. blah",
"2. blah",
"3. blah"
]
}
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
***
#!/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
(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-\*