Mercurial > hg > config
annotate bin/syn.sh @ 928:84543f2cda0d
restore my real email that companies keep making me change
| author | Jeff Hammel <k0scist@gmail.com> | 
|---|---|
| date | Tue, 14 Oct 2025 14:20:55 -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: 
834diff
changeset | 7 ~/k0s/bin/silvermirror | 
| 824 
16200adbd4f0
work around exit code for no changes
 Jeff Hammel <k0scist@gmail.com> parents: 
822diff
changeset | 8 hg pull | 
| 
16200adbd4f0
work around exit code for no changes
 Jeff Hammel <k0scist@gmail.com> parents: 
822diff
changeset | 9 | 
| 
16200adbd4f0
work around exit code for no changes
 Jeff Hammel <k0scist@gmail.com> parents: 
822diff
changeset | 10 set +e | 
| 
16200adbd4f0
work around exit code for no changes
 Jeff Hammel <k0scist@gmail.com> parents: 
822diff
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: 
822diff
changeset | 12 set -e | 
| 
16200adbd4f0
work around exit code for no changes
 Jeff Hammel <k0scist@gmail.com> parents: 
822diff
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: 
834diff
changeset | 15 ~/k0s/bin/mirror-hg http://k0s.org/hg | 
| 822 | 16 | 
