gecko/browser/config
Ehsan Akhgari 67d91c0840 Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee
This is the source for the new setup.sh:

#!/bin/sh

rm -rf sccache
tar -xjf sccache.tar.bz2

if test -d LLVM; then
  rm -rf LLVM
fi
if test -f LLVM-*-win32.zip; then
  unzip LLVM-*-win32.zip
  mv LLVM-*-win32 LLVM
fi
2014-10-31 10:40:56 -04:00
..
mozconfigs Bug 1084163 - Remove 'make check' from automation/build; r=glandium 2014-10-23 11:30:17 -04:00
tooltool-manifests Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee 2014-10-31 10:40:56 -04:00
mozconfig
version.txt Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-10-13 13:39:31 -04:00