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
|
||||
|
||||
echo $REMOTE
|
||||
URL_CACHE=$( ( cat .repo_cache; echo $REMOTE;) | sort | uniq )
|
||||
echo $URL_CACHE > .repo_cache
|
||||
URL_CACHE=$( ( cat .repo_cache; echo $REMOTE;) )
|
||||
for LINE in $URL_CACHE; do echo $LINE; done | sort | uniq > .repo_cache
|
||||
|
||||
if [ -e repo ]; then
|
||||
(cd repo; git pull)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue