don't bind to artlog toolbox
Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
18
init.sh
18
init.sh
@@ -1,18 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
setup()
|
||||
{
|
||||
artlog_toolbox_path=../artlog_toolbox
|
||||
if [[ ! -d $artlog_toolbox_path ]]
|
||||
then
|
||||
git clone $artlog_toolbox_remote_origin_url $artlog_toolbox_path
|
||||
pushd $artlog_toolbox_path
|
||||
git checkout
|
||||
popd
|
||||
fi
|
||||
$artlog_toolbox_path/deploy.sh
|
||||
}
|
||||
|
||||
# parses project.gitref
|
||||
project=
|
||||
gitref=project.gitref
|
||||
@@ -33,9 +20,6 @@ do
|
||||
artloglaby)
|
||||
artloglaby_remote_origin_url=$remote_origin_url
|
||||
;;
|
||||
artlog_toolbox)
|
||||
artlog_toolbox_remote_origin_url=$remote_origin_url
|
||||
;;
|
||||
*)
|
||||
echo "ERROR unrecognized project='$project' line='$line'"
|
||||
;;
|
||||
@@ -43,4 +27,4 @@ do
|
||||
fi
|
||||
done <$gitref
|
||||
|
||||
setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user