caching-approaches-comparison

Changes

adapters/configure 14(+7 -7)

README.md 2(+1 -1)

Details

adapters/configure 14(+7 -7)

diff --git a/adapters/configure b/adapters/configure
index 25653bd..9d4d2b4 100755
--- a/adapters/configure
+++ b/adapters/configure
@@ -8,10 +8,10 @@ if [[ ! -z $1 ]]; then
 	fi
 fi
 
-git clone --depth=1 https://${passphrase}github.com/rmeloca/java-callgraph.git
-git clone --depth=1 https://${passphrase}github.com/rmeloca/ApplicationTracer.git
-git clone --depth=1 https://${passphrase}github.com/rmeloca/JSONSerialiser.git
-git clone --depth=1 https://${passphrase}github.com/rmeloca/Trace.git
-git clone --depth=1 https://${passphrase}github.com/rmeloca/RequestsSimulator.git
-git clone --depth=1 https://${passphrase}github.com/rmeloca/Cache.git
-git clone --depth=1 https://${passphrase}github.com/rmeloca/RemoteExecutor.git
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/java-callgraph.git java-callgraph
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/application-tracer.git ApplicationTracer
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/json-serialiser.git JSONSerialiser
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/trace.git Trace
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/requests-simulator.git RequestsSimulator
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/cache.git Cache
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/remote-executor.git RemoteExecutor
diff --git a/applications/configure b/applications/configure
index f13894f..67d94b1 100755
--- a/applications/configure
+++ b/applications/configure
@@ -27,41 +27,41 @@ done
 cd ..
 
 cd uncached
-git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-uncached.git azkaban
-git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-uncached.git cloudstore
-git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-uncached.git keycloak
-git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-uncached.git killbill
-git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-uncached.git petclinic
-git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-uncached.git shopizer
-git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-uncached.git thingsboard
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/azkaban-uncached.git azkaban
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/cloudstore-uncached.git cloudstore
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/keycloak-uncached.git keycloak
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/killbill-uncached.git killbill
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/petclinic-uncached.git petclinic
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/shopizer-uncached.git shopizer
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/thingsboard-uncached.git thingsboard
 cd ..
 
 cd developers
-git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-developers.git azkaban
-git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-developers.git cloudstore
-git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-developers.git keycloak
-git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-developers.git killbill
-git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-developers.git petclinic
-git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-developers.git shopizer
-git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-developers.git thingsboard
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/azkaban-developers.git azkaban
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/cloudstore-developers.git cloudstore
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/keycloak-developers.git keycloak
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/killbill-developers.git killbill
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/petclinic-developers.git petclinic
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/shopizer-developers.git shopizer
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/thingsboard-developers.git thingsboard
 cd ..
 
 cd aplcache
-git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-aplcache.git azkaban
-git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-aplcache.git cloudstore
-git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-aplcache.git keycloak
-git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-aplcache.git killbill
-git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-aplcache.git petclinic
-git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-aplcache.git shopizer
-git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-aplcache.git thingsboard
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/azkaban-aplcache.git azkaban
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/cloudstore-aplcache.git cloudstore
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/keycloak-aplcache.git keycloak
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/killbill-aplcache.git killbill
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/petclinic-aplcache.git petclinic
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/shopizer-aplcache.git shopizer
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/thingsboard-aplcache.git thingsboard
 cd ..
 
 cd memoizeit
-git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-memoizeit.git azkaban
-git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-memoizeit.git cloudstore
-git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-memoizeit.git keycloak
-git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-memoizeit.git killbill
-git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-memoizeit.git petclinic
-git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-memoizeit.git shopizer
-git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-memoizeit.git thingsboard
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/azkaban-memoizeit.git azkaban
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/cloudstore-memoizeit.git cloudstore
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/keycloak-memoizeit.git keycloak
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/killbill-memoizeit.git killbill
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/petclinic-memoizeit.git petclinic
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/shopizer-memoizeit.git shopizer
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/thingsboard-memoizeit.git thingsboard
 cd ..
diff --git a/approaches/configure b/approaches/configure
index eadad51..0dd2d76 100755
--- a/approaches/configure
+++ b/approaches/configure
@@ -8,5 +8,5 @@ if [[ ! -z $1 ]]; then
 	fi
 fi
 
-git clone --depth=1 https://${passphrase}github.com/rmeloca/APLCache.git
-git clone --depth=1 https://${passphrase}github.com/rmeloca/MemoizeIt.git
\ No newline at end of file
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/aplcache.git APLCache
+git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/memoizeit.git MemoizeIt
\ No newline at end of file

README.md 2(+1 -1)

diff --git a/README.md b/README.md
index d11dac9..5d920bb 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ It's purpose is to extract traces from web applications as well as compare its t
 
 ## Configuring
 
-1. ``git clone --depth=3 https://github.com/rmeloca/caching-approaches-comparison.git caching-approaches-comparison``
+1. ``git clone --depth=3 http://prosoft.inf.ufrgs.br/git/caching-approaches-comparison.git caching-approaches-comparison``
 2. ``cd caching-approaches-comparison``
 3. ``bash configure``
 4. ``bash compile.sh``