From 9304de414fe34c3a0ee81bd4b6c1fbefb9d90efc Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Sun, 16 Aug 2020 11:31:58 -0700 Subject: [PATCH] remove Scalar_Clone.sh utility script on Mac This utility script was originally added to the VFSForGit project in the early bulk commit microsoft/VFSForGit@785ccb4a67281d0eb10f19cb53e6431b62b88555, as part of a trio of scripts to make it easier to mount, clone, and unmount a test repository in the ~/GVFSTest directory. As part of Scalar PR #216, though, the mount and unmount helper scripts were removed as no longer relevant. While the remaining script is still functional, its utility is limited as its restriction to a fixed ~/ScalarTest directory makes less sense without the matching mount/unmount scripts, so we remove it here. --- Scripts/Mac/Scalar_Clone.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 Scripts/Mac/Scalar_Clone.sh diff --git a/Scripts/Mac/Scalar_Clone.sh b/Scripts/Mac/Scalar_Clone.sh deleted file mode 100755 index 194e026cc9..0000000000 --- a/Scripts/Mac/Scalar_Clone.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -. "$(dirname ${BASH_SOURCE[0]})/InitializeEnvironment.sh" - -REPOURL=$1 - -CONFIGURATION=$2 -if [ -z $CONFIGURATION ]; then - CONFIGURATION=Debug -fi - -$SCALAR_OUTPUTDIR/Scalar/bin/$CONFIGURATION/netcoreapp3.1/osx-x64/publish/scalar clone $REPOURL ~/ScalarTest --local-cache-path ~/ScalarTest/.scalarCache