comparison bin/syn.sh @ 845:70ae14b6be51

[sync] ~/k0s is no longer in PATH as it corrupts PYTHONPATH
author Jeff Hammel <k0scist@gmail.com>
date Thu, 17 Aug 2017 09:48:49 -0700
parents 6fd2b3b4fb01
children a5eae2810f23
comparison
equal deleted inserted replaced
844:d18c46e3a89d 845:70ae14b6be51
2 2
3 set -e 3 set -e
4 4
5 cd 5 cd
6 6
7 silvermirror 7 ~/k0s/bin/silvermirror
8 hg pull 8 hg pull
9 9
10 set +e 10 set +e
11 hg push # will exit 1 on no changes found 11 hg push # will exit 1 on no changes found
12 set -e 12 set -e
13 13
14 ubuntu_updated.sh 14 ubuntu_updated.sh
15 mirror-hg http://k0s.org/hg 15 ~/k0s/bin/mirror-hg http://k0s.org/hg
16 16