repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check that initial lock is a directory.
[AROS.git]
/
scripts
/
nightly
/
update
blob
78372feba98ec80488ebd278ecff302fc1abca0b
1
source $SP/setup
2
setl update.log
3
4
printi "Updating sources..."
5
6
printi "Updating AROS sources..."
7
cd $SOURCE_AROS
8
execute svn update
9
10
printi "Updating contrib sources..."
11
cd $SOURCE_CONTRIB
12
execute svn update
13
14
printi "Updating documentation sources..."
15
cd $SOURCE_DOCS
16
execute svn update
17
18
cd $ROOT
19
resetl