[CalendarServer-changes] [12964] CalendarServer/trunk/support/shell.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 18 18:03:13 PDT 2014


Revision: 12964
          http://trac.calendarserver.org//changeset/12964
Author:   wsanchez at apple.com
Date:     2014-03-18 18:03:13 -0700 (Tue, 18 Mar 2014)
Log Message:
-----------
obsolete

Removed Paths:
-------------
    CalendarServer/trunk/support/shell.sh

Deleted: CalendarServer/trunk/support/shell.sh
===================================================================
--- CalendarServer/trunk/support/shell.sh	2014-03-19 01:02:55 UTC (rev 12963)
+++ CalendarServer/trunk/support/shell.sh	2014-03-19 01:03:13 UTC (rev 12964)
@@ -1,33 +0,0 @@
-#!/usr/bin/env bash
-##
-# Copyright (c) 2010-2014 Apple Inc. All rights reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-##
-
-# Use this file as: "source support/shell.sh", in order to produce a shell
-# environment like the one that './run' uses.  This can be useful to interact
-# with dependencies such as PostGreSQL from the command line, if they have been
-# set up by the CalendarServer run script and are not otherwise installed on
-# your system.
-
-if [ -z "${wd}" ]; then
-    wd="$(pwd)";
-fi;
-
-source "${wd}/support/build.sh";
-do_setup=false;
-do_get=false;
-do_run=false;
-dependencies 2>&1 > /dev/null;
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140318/067df002/attachment.html>


More information about the calendarserver-changes mailing list