From 7e8b41168438bb5334683e504573ef728e0541a3 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 11 Nov 2013 12:24:48 +0000
Subject: [PATCH] SP-1005, SWE-22: remove unpacked tar ball, create generic
 snapshot in openbis/snapshots

SVN: 30129
---
 openbis_all/source/bash/create-generic-snapshot.sh | 2 +-
 openbis_all/source/bash/install-servers.sh         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis_all/source/bash/create-generic-snapshot.sh b/openbis_all/source/bash/create-generic-snapshot.sh
index c897767fe47..51bc5e0dc5c 100644
--- a/openbis_all/source/bash/create-generic-snapshot.sh
+++ b/openbis_all/source/bash/create-generic-snapshot.sh
@@ -14,6 +14,6 @@ set -o nounset
 set -o errexit
 
 BIN_DIR=`dirname "$0"`
-REPOSITORY=~/snapshots
+REPOSITORY=~/openbis/snapshots
 
 $BIN_DIR/create-snapshot.sh ~/sprint $REPOSITORY $REPOSITORY/snapshot.config
\ No newline at end of file
diff --git a/openbis_all/source/bash/install-servers.sh b/openbis_all/source/bash/install-servers.sh
index 55201a8f14c..c9e756b32ba 100755
--- a/openbis_all/source/bash/install-servers.sh
+++ b/openbis_all/source/bash/install-servers.sh
@@ -25,7 +25,7 @@ BIN_DIR=`dirname "$0"`
 OPENBIS_ROOT_DIR="$1"
 
 echo "==== Fetsching openBIS installation tar ball"
-rm -rf "$OPENBIS_ROOT_DIR/"openBIS-installation*tar.gz
+rm -rf "$OPENBIS_ROOT_DIR/"openBIS-installation*
 "$BIN_DIR/fetch-ci-artifacts.sh" -d "$OPENBIS_ROOT_DIR" gradle-installation
 
 echo "==== Unpack installation tar ball and replace console.properties"
-- 
GitLab