All strings are localised in wpeditor.c
[cake.git] / scripts / nightly / update
blob2ca37a3bf99ff966718ccc11e8add1726fce2d72
1 source  $SP/setup
2 setl    update.log
4 printi  "Updating sources..."
6 printi  "Updating AROS sources..."
7 cd      $SOURCE_AROS
8 execute svn update
10 printi  "Updating contrib sources..."
11 cd      $SOURCE_CONTRIB
12 execute svn update
14 printi  "Updating necessary module sources..."
15 cd      $SOURCE_NECESSARY/necessary
16 execute svn update
18 #OLD
19 #cd      $SOURCE_AROS
20 #execute svn checkout necessary
21 #delete  $SOURCE_NECESSARY
22 #move    contrib $SOURCE_NECESSARY
24 printi  "Updating documentation sources..."
25 cd      $SOURCE_DOCS
26 execute svn update 
28 cd      $ROOT
29 resetl