changeset 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 89a9c9a80669
children 982484a78b75
files hg-octave-dist.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hg-octave-dist.mk	Wed Mar 28 16:08:06 2018 -0700
+++ b/hg-octave-dist.mk	Thu Apr 05 16:40:33 2018 -0400
@@ -48,7 +48,7 @@
 	  cd octave-hg-repo \
 	    && hg pull && hg update $(hg-octave-branch); \
 	else \
-	  hg clone http://octave.org/hg/octave octave-hg-repo \
+	  hg clone https://hg.savannah.gnu.org/hgweb/octave octave-hg-repo \
 	    && cd octave-hg-repo \
 	    && hg pull && hg update $(hg-octave-branch); \
 	fi