Changeset 9909:f2516dcc869b in orange
- Timestamp:
- 02/07/12 12:07:06 (16 months ago)
- Branch:
- default
- Location:
- install-scripts
- Files:
-
- 2 edited
-
createSnapshot.btm (modified) (1 diff)
-
updateAndCall.btm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
install-scripts/createSnapshot.btm
r9730 r9909 12 12 rem # update source(s) to revision HEAD 13 13 cdd %TMPDIR 14 15 hg pull --update16 14 17 15 rem # build core -
install-scripts/updateAndCall.btm
r9730 r9909 9 9 REM hg clone https://bitbucket.org/biolab/orange snapshot 10 10 cdd snapshot 11 hg pull --update 11 hg pull 12 hg update 13 12 14 13 15 REM hg clone https://bitbucket.org/biolab/orange-addon-bioinformatics Bioinformatics 14 16 cdd Bioinformatics 15 hg pull --update 17 hg pull 18 hg update 16 19 17 20 cdd e:\orange\scripts\snapshot … … 19 22 REM hg clone https://bitbucket.org/biolab/orange-addon-text Text 20 23 cdd Text 21 hg pull --update 24 hg pull 25 hg update 22 26 23 27 cdd e:\orange\scripts 24 28 25 copy / rsnapshot\install-scripts\* .29 copy /q snapshot\install-scripts\* . 26 30 27 #svn update -N28 #svn export http://orange.biolab.si/svn/orange/trunk/orange/doc/LICENSES license.txt29 #svn30 31 31 call callCreateSnapshot.btm 32 32 shutdown -s
Note: See TracChangeset
for help on using the changeset viewer.
