comparison hg-octave-dist.mk @ 4647:7eebfda7daa1

modify for new octave mercurial location (Bug #53555) * hg-octave-dist.mk: change repo location
author John Donoghue
date Thu, 05 Apr 2018 16:40:33 -0400
parents 2a8b5cf2085c
children 00a24f9b9cae
comparison
equal deleted inserted replaced
4646:89a9c9a80669 4647:7eebfda7daa1
46 update-hg-octave-repo: 46 update-hg-octave-repo:
47 if [ -d octave-hg-repo ]; then \ 47 if [ -d octave-hg-repo ]; then \
48 cd octave-hg-repo \ 48 cd octave-hg-repo \
49 && hg pull && hg update $(hg-octave-branch); \ 49 && hg pull && hg update $(hg-octave-branch); \
50 else \ 50 else \
51 hg clone http://octave.org/hg/octave octave-hg-repo \ 51 hg clone https://hg.savannah.gnu.org/hgweb/octave octave-hg-repo \
52 && cd octave-hg-repo \ 52 && cd octave-hg-repo \
53 && hg pull && hg update $(hg-octave-branch); \ 53 && hg pull && hg update $(hg-octave-branch); \
54 fi 54 fi