wip
This commit is contained in:
parent
5a010aec09
commit
deb2c57e5a
1 changed files with 82 additions and 82 deletions
4
unbox.sh
4
unbox.sh
|
|
@ -24,8 +24,8 @@ function unbox_outer_stage(){
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $REMOTE
|
echo $REMOTE
|
||||||
URL_CACHE=$( ( cat .repo_cache; echo $REMOTE;) | sort | uniq )
|
URL_CACHE=$( ( cat .repo_cache; echo $REMOTE;) )
|
||||||
echo $URL_CACHE > .repo_cache
|
for LINE in $URL_CACHE; do echo $LINE; done | sort | uniq > .repo_cache
|
||||||
|
|
||||||
if [ -e repo ]; then
|
if [ -e repo ]; then
|
||||||
(cd repo; git pull)
|
(cd repo; git pull)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue