summaryrefslogtreecommitdiff
path: root/round-robin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin.sh')
-rw-r--r--round-robin.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 5ba5bab4..e1fa13e7 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -347,19 +347,20 @@ build_abe ()
local custom_abe_src_opt=""
local git_dir="$project"
if [ x"$component" != x"linux" ]; then
+ git_dir="$git_dir.git"
+ custom_abe_src_opt="$project=http://git.l.o/$git_dir~master --disable update"
+
if ! $check; then
clone_repo $project
# Don't use ABE's repo clone functions and setup abe/snapshots/
# directory to have the right entries.
local git_path
- git_dir="$git_dir.git"
git_path="abe/snapshots/$git_dir"
rm -rf $git_path $git_path~master
ln -s "$(pwd)/$project" $git_path
ln -s "$(pwd)/$project" $git_path~master
fi
- custom_abe_src_opt="$project=http://git.l.o/$git_dir~master --disable update"
fi
cd abe