configure

68 lines | 3.113 kB Blame History Raw Download
#!/bin/bash

passphrase=""
if [[ ! -z $1 ]]; then
	passphrase=$1@
	if [[ ! -z $2 ]]; then
		passphrase=$1:$2@
	fi
fi

cd workloads
for file in $(ls *.tar.xz 2>/dev/null); do
	tar Jxf $file
done
cd ..

cd traces
for file in $(ls *.tar.xz 2>/dev/null); do
	tar Jxf $file
done
cd ..

cd output
for file in $(ls *.tar.xz 2>/dev/null); do
	tar Jxf $file
done
cd ..

cd uncached
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 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 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 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 ..