From 7762e9d477a6741fe05a7c72219a8af4d301cda7 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 9 Nov 2016 12:04:43 -0800 Subject: [PATCH] Update repository to GitHub location --- regress_daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress_daemon.py b/regress_daemon.py index 9c85fb77..7d870af0 100755 --- a/regress_daemon.py +++ b/regress_daemon.py @@ -31,7 +31,8 @@ TECH_NAME = "NONE" #REPOS = "http://gforge.soe.ucsc.edu/svn/openram/trunk" #REPOS = "http://svn.soe.ucsc.edu/svn/openram/trunk" -REPOS = "gitosis@mada0.soe.ucsc.edu:openram.git" +#REPOS = "gitosis@mada0.soe.ucsc.edu:openram.git" +REPOS = "git@github.com:mguthaus/OpenRAM.git" MAIL = "/usr/sbin/sendmail"