Skip to content

Instantly share code, notes, and snippets.

@breskeby
breskeby / gist:8828472a3096f81b3195
Created November 5, 2015 22:03
disable refresh of dynamicversions in gradle
configurations.all { resolutionStrategy.cacheDynamicVersionsFor Integer.MAX_VALUE, 'days' }
ase:
# A Linux server that hosts the build server and other dev services. Doesn't run any builds.
# (dev1 config references this)
'roles:build-server':
- match: pillar
- salt-minion
- common.base
- common.limits
- common.network
- common.packages
git:
pkg:
- installed
github.com:
ssh_known_hosts:
- present
- hash_hostname: False
- fingerprint: 12:25:ab:a6:66:28:2b:36:63:1b:56:4d:eb:df:a6:48
ubuntu4.buildfarm.gradle.org:
----------
git:
----------
__env__:
base
__sls__:
common.git
pkg:
- installed
ubuntu4.buildfarm.gradle.org:
----------
base:
- common.packages.base
- common.packages.java
- common.base
- salt-minion
- common.monitoring
- build-vm-linux
- common.build-agents
[WARNING ] Although 'dmidecode' was found in path, the current user cannot execute it. Grains output might not be accurate.
ubuntu4.buildfarm.gradle.org:
----------
ID: zsh
Function: pkg.installed
Result: True
Comment: Package zsh is already installed.
Started: 09:05:10.379487
Duration: 573.376 ms
Changes:
Total states run: 2
ubuntu4.buildfarm.gradle.org:
----------
ID: git
Function: pkg.installed
Result: True
Comment: Package git is already installed.
Started: 09:03:12.464223
Duration: 691.049 ms
Changes:
base:
'roles:build-vm-linux':
- match: pillar
- salt-minion
- common.limits
- common.base
- common.git
- common.network.hosts
- common.packages.base
- common.packages.java

Keybase proof

I hereby claim:

  • I am breskeby on github.
  • I am breskeby (https://keybase.io/breskeby) on keybase.
  • I have a public key whose fingerprint is 6084 0C7C A23E 60CA 0C36 5FF9 74F9 F315 13E6 6B3F

To claim this, I am signing this object:

@breskeby
breskeby / windows1
Last active August 29, 2015 14:07
windows1 vs windows2
Using built-in specs.
COLLECT_GCC=C:\MinGW\bin\g++.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
Thread model: win32
gcc version 4.8.1 (GCC)
COMPILER_PATH=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/;c:/mingw/bin/../libexec/gcc/;c:/mingw/bin/../lib/gcc/mingw32/4.8.1/..