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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 15 13:31:34 PST 2015


Revision: 14316
          http://trac.calendarserver.org//changeset/14316
Author:   wsanchez at apple.com
Date:     2015-01-15 13:31:34 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
Write svn revision to svnversion.txt.

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

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2015-01-15 21:21:02 UTC (rev 14315)
+++ CalendarServer/trunk/support/submit	2015-01-15 21:31:34 UTC (rev 14316)
@@ -150,8 +150,7 @@
 echo "Tweaking for B&I...";
 ln -s support/Apple.make "${wc}/Makefile";
 
-version_file="${wc}/SubmissionInfo.xml";
-cat - >> "${version_file}" <<EOF
+cat - >> "${wc}/SubmissionInfo.xml" <<EOF
 <?xml version="1.0" encoding="UTF-8"?>
 <submission>
  <project>${project}</project>
@@ -166,6 +165,8 @@
 </submission>
 EOF
 
+echo "${revision}" > "${wc}/svnversion.txt";
+
 echo "";
 echo "Preparing sources for ${project_version}...";
 "${wc}/support/_cache_deps";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150115/29ec7300/attachment.html>


More information about the calendarserver-changes mailing list