[cig-commits] commit: Fixed the config source for the experiemental toolboxes.

Mercurial hg at geodynamics.org
Mon Feb 1 15:29:52 PST 2010


changeset:   201:ab849a7faa4c
user:        JericoRevote
date:        Fri Dec 04 16:57:46 2009 +1100
files:       bittenObtain.py
description:
Fixed the config source for the experiemental toolboxes.


diff -r 8cee166ac9b9 -r ab849a7faa4c bittenObtain.py
--- a/bittenObtain.py	Thu Dec 03 16:22:54 2009 +1100
+++ b/bittenObtain.py	Fri Dec 04 16:57:46 2009 +1100
@@ -22,9 +22,9 @@ if len(sys.argv) > 1:
 		['https://' + (sys.argv[1] + '@') + 'csd.vpac.org/hg/StgFEM', 'StgFEM' ], \
 		['https://' + (sys.argv[1] + '@') + 'www.mcc.monash.edu.au/hg/Underworld', 'Underworld' ], \
 		['https://' + (sys.argv[1] + '@') + 'www.mcc.monash.edu.au/hg/Experimental', 'Experimental' ], \
-		['https://' + (sys.argv[1] + '@') + 'www.mcc.monash.edu.au/hg/Experimental', 'Experimental/PDERework/config' ], \
-		['https://' + (sys.argv[1] + '@') + 'www.mcc.monash.edu.au/hg/Experimental', 'Experimental/Magma/config' ], \
-		['https://' + (sys.argv[1] + '@') + 'www.mcc.monash.edu.au/hg/Experimental', 'Experimental/Geothermal/config' ] ]
+		['https://' + (sys.argv[1] + '@') + 'csd.vpac.org/hg/SConfigure', 'Experimental/PDERework/config' ], \
+		['https://' + (sys.argv[1] + '@') + 'csd.vpac.org/hg/SConfigure', 'Experimental/Magma/config' ], \
+		['https://' + (sys.argv[1] + '@') + 'csd.vpac.org/hg/SConfigure', 'Experimental/Geothermal/config' ] ]
 else:
 	deps = [ \
 		['https://csd.vpac.org/hg/hgforest', '.hg/forest' ], \
@@ -36,6 +36,9 @@ else:
 		['https://csd.vpac.org/hg/StgFEM', 'StgFEM' ], \
 		['https://www.mcc.monash.edu.au/hg/Underworld', 'Underworld' ], \
 		['https://www.mcc.monash.edu.au/hg/Experimental', 'Experimental' ] ]
+		['https://csd.vpac.org/hg/SConfigure', 'Experimental/PDERework/config' ], \
+		['https://csd.vpac.org/hg/SConfigure', 'Experimental/Magma/config' ], \
+		['https://csd.vpac.org/hg/SConfigure', 'Experimental/Geothermal/config' ] ]
 	
 
 # Make sure the '.hg' directory exists



More information about the CIG-COMMITS mailing list