[CalendarServer-changes] [1749] CalendarServer/trunk/support/submit

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 1 14:15:55 PDT 2007


Revision: 1749
          http://trac.macosforge.org/projects/calendarserver/changeset/1749
Author:   wsanchez at apple.com
Date:     2007-08-01 14:15:55 -0700 (Wed, 01 Aug 2007)

Log Message:
-----------
Disable submissions from trunk

Modified Paths:
--------------
    CalendarServer/trunk/support/submit

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2007-08-01 20:35:33 UTC (rev 1748)
+++ CalendarServer/trunk/support/submit	2007-08-01 21:15:55 UTC (rev 1749)
@@ -36,6 +36,8 @@
 
 build=false;
 
+submission_enabled=false;
+
 usage ()
 {
   program="$(basename "$0")";
@@ -64,6 +66,11 @@
 if ! "${build}"; then
     if [ $# == 0 ]; then usage "No release specified"; fi;
     release="$1"; shift;
+
+    if ! "${submission_enabled}"; then
+        echo "Submissions from this branch are not enabled.";
+        exit 1;
+    fi;
 fi;
 
 if [ $# != 0 ]; then usage "Unrecognized arguments:" "$@"; fi;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070801/d511740a/attachment.html


More information about the calendarserver-changes mailing list