diff 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
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