tfcache-comparison

renamed originals

5/30/2020 3:25:44 PM

Details

diff --git a/applications/aplcache/configure b/applications/aplcache/configure
index adf2f93..0e00c58 100644
--- a/applications/aplcache/configure
+++ b/applications/aplcache/configure
@@ -8,7 +8,7 @@ if [[ ! -z $1 ]]; then
 	fi
 fi
 
-cd aplcachereusable
+cd aplcache
 git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-aplcachereusable.git azkaban
 git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-aplcachereusable.git cloudstore
 git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-aplcachereusable.git keycloak
diff --git a/applications/aplcache/pull.sh b/applications/aplcache/pull.sh
index 1a6e1d2..14c3c22 100644
--- a/applications/aplcache/pull.sh
+++ b/applications/aplcache/pull.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo "aplcachereusable"
-cd aplcachereusable; bash pull.sh; cd ..
+echo "aplcache"
+cd aplcache; bash pull.sh; cd ..
 echo "aplcachetf"
 cd aplcachetf; bash pull.sh; cd ..
diff --git a/applications/memoizeit/configure b/applications/memoizeit/configure
index 3185e94..6a8434c 100644
--- a/applications/memoizeit/configure
+++ b/applications/memoizeit/configure
@@ -8,7 +8,7 @@ if [[ ! -z $1 ]]; then
 	fi
 fi
 
-cd memoizeittophalf
+cd memoizeit
 git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-memoizeittophalf.git azkaban
 git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-memoizeittophalf.git cloudstore
 git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-memoizeittophalf.git keycloak
diff --git a/applications/memoizeit/pull.sh b/applications/memoizeit/pull.sh
index 411f367..28e517d 100644
--- a/applications/memoizeit/pull.sh
+++ b/applications/memoizeit/pull.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo "memoizeittophalf"
-cd memoizeittophalf; bash pull.sh; cd ..
+echo "memoizeit"
+cd memoizeit; bash pull.sh; cd ..
 echo "memoizeittf"
 cd memoizeittf; bash pull.sh; cd ..