Mercurial > hg > config
annotate bin/syn.sh @ 929:7c4be71a560b default tip
remove old aliases
| author | Jeff Hammel <k0scist@gmail.com> | 
|---|---|
| date | Mon, 20 Oct 2025 15:22:19 -0700 | 
| parents | a5eae2810f23 | 
| children | 
| rev | line source | 
|---|---|
| 822 | 1 #!/bin/bash | 
| 2 | |
| 851 | 3 set -ex | 
| 822 | 4 | 
| 5 cd | |
| 6 | |
| 
845
 
70ae14b6be51
[sync] ~/k0s is no longer in PATH as it corrupts PYTHONPATH
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
834 
diff
changeset
 | 
7 ~/k0s/bin/silvermirror | 
| 
824
 
16200adbd4f0
work around exit code for no changes
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
822 
diff
changeset
 | 
8 hg pull | 
| 
 
16200adbd4f0
work around exit code for no changes
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
822 
diff
changeset
 | 
9 | 
| 
 
16200adbd4f0
work around exit code for no changes
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
822 
diff
changeset
 | 
10 set +e | 
| 
 
16200adbd4f0
work around exit code for no changes
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
822 
diff
changeset
 | 
11 hg push # will exit 1 on no changes found | 
| 
 
16200adbd4f0
work around exit code for no changes
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
822 
diff
changeset
 | 
12 set -e | 
| 
 
16200adbd4f0
work around exit code for no changes
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
822 
diff
changeset
 | 
13 | 
| 822 | 14 ubuntu_updated.sh | 
| 
845
 
70ae14b6be51
[sync] ~/k0s is no longer in PATH as it corrupts PYTHONPATH
 
Jeff Hammel <k0scist@gmail.com> 
parents: 
834 
diff
changeset
 | 
15 ~/k0s/bin/mirror-hg http://k0s.org/hg | 
| 822 | 16 | 
