0
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
#!/bin/sh |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
set -x |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
|
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
mkdir -p ./data |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
|
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
HGURL='http://selenic.com/hg' |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
TESTURL='http://selenic.com/hg' |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
|
3
3:fcad8f89072b
.sh: old-style variable export for compatibility
Anton Shestakov <engored@ya.ru>
previous changes: 0:3ddb9df55b5d
line |
diff
|
HGPLAIN=1 |
3:fcad8f89072b
.sh: old-style variable export for compatibility
Anton Shestakov <engored@ya.ru>
previous changes: 0:3ddb9df55b5d
line |
diff
|
export HGPLAIN |
3:fcad8f89072b
.sh: old-style variable export for compatibility
Anton Shestakov <engored@ya.ru>
previous changes: 0:3ddb9df55b5d
line |
diff
|
|
0
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
hg clone "$HGURL" ./data/testhg |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
hg archive -R ./data/testhg ./data/newesthg |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
make --directory ./data/newesthg local |
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
|
0:3ddb9df55b5d
update and deployment scripts
Anton Shestakov <engored@ya.ru>
previous changes:
line |
diff
|
hg clone "$TESTURL" -r 3.3.3 ./data/testrepo |