mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 17:26:06 +00:00
comment the svn update and svn status calls...
...since they are not needed and too expensive on the new host
This commit is contained in:
parent
795787c6f6
commit
205621e688
@ -35,9 +35,9 @@ if [ -d $SITE/$VERSION ]; then
|
||||
echo "$SITE/$VERSION already exists."
|
||||
exit 1
|
||||
fi
|
||||
echo 'svn update...'
|
||||
svn update
|
||||
svn status
|
||||
#echo 'svn update...'
|
||||
#svn update
|
||||
#svn status
|
||||
cd data/tools/unit_tree/ || exit 1
|
||||
if [ "$VERSION" != "trunk" ]; then
|
||||
# insert a link for the new version
|
||||
|
Loading…
x
Reference in New Issue
Block a user