[CalendarServer-changes] [9118] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 16 11:11:23 PDT 2012


Revision: 9118
          http://trac.macosforge.org/projects/calendarserver/changeset/9118
Author:   dre at apple.com
Date:     2012-04-16 11:11:23 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Fix local dep caching to static.macosforge.org

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-04-16 17:17:49 UTC (rev 9117)
+++ CalendarServer/trunk/support/build.sh	2012-04-16 18:11:23 UTC (rev 9118)
@@ -246,7 +246,7 @@
             exit 1;
           fi;
 
-          if egrep '^${pkg_host} ' "${HOME}/.ssh/known_hosts" > /dev/null 2>&1; then
+          if egrep "^${pkg_host}" "${HOME}/.ssh/known_hosts" > /dev/null 2>&1; then
             echo "Copying cache file up to ${pkg_host}.";
             if ! scp "${tmp}" "${pkg_host}:/www/hosts/${pkg_host}${pkg_path}/${cache_basename}"; then
               echo "Failed to copy cache file up to ${pkg_host}.";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120416/73050141/attachment.html>


More information about the calendarserver-changes mailing list