url cache
This commit is contained in:
parent
7d7b46ba21
commit
5a010aec09
1 changed files with 2 additions and 1 deletions
3
unbox.sh
3
unbox.sh
|
@ -24,7 +24,8 @@ function unbox_outer_stage(){
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $REMOTE
|
echo $REMOTE
|
||||||
echo $REMOTE >> .repo_cache
|
URL_CACHE=$( ( cat .repo_cache; echo $REMOTE;) | sort | uniq )
|
||||||
|
echo $URL_CACHE > .repo_cache
|
||||||
|
|
||||||
if [ -e repo ]; then
|
if [ -e repo ]; then
|
||||||
(cd repo; git pull)
|
(cd repo; git pull)
|
||||||
|
|
Loading…
Reference in a new issue