[packages/crossnacl-gcc] - no hardcode
draenog
draenog at pld-linux.org
Sat Jul 7 11:13:59 CEST 2012
commit d81818b2cea400364ae97fcb827ad0fdd118bdd8
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Fri Jul 6 22:42:23 2012 +0000
- no hardcode
Changed files:
get-source.sh -> 1.2
get-source.sh | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/get-source.sh b/get-source.sh
index 8519b09..51460c6 100644
--- a/get-source.sh
+++ b/get-source.sh
@@ -25,9 +25,6 @@ chrome_branch=$(IFS=.; set -- $chrome_version; echo $3)
test -e DEPS.py || svn cat http://src.chromium.org/chrome/branches/$chrome_branch/src/DEPS@$chrome_revision > DEPS.py
nacl_revision=$(awk -F'"' '/nacl_revision.:/{print $4}' DEPS.py)
-# nacl_revision taken from src/DEPS of chrome 20.0.1132.47
-nacl_revision=8118
-
export GIT_DIR=$package/.git
if [ ! -d $package ]; then
More information about the test
mailing list