common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 11 Feb 2010 14:20:59 +0000
changeset 893 f4d702959f07
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 1661: Simplified the sequence of pulls/clones via the cache, so the changes simply go from source -> cache -> destination. Made use of --uncompressed flag to speed things up. Including setting the flag when we create a cache entry.

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal