提交 370bdee1 编写于 作者: K Kohsuke Kawaguchi

merged back the RC branch

......@@ -94,7 +94,10 @@ Upcoming changes</a>
<!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.559>What's new in 1.559</a> <!--=DATE=--></h3>
<h3><a name=v1.560>What's new in 1.560</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.559>What's new in 1.559</a> (2014/04/13)</h3>
<ul class=image>
<li class=rfe>
Slaves connected via Java Web Start now restart themselves when a connection to Jenkins is lost.
......@@ -106,7 +109,6 @@ Upcoming changes</a>
Faster rendering of views containing many items.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18364">issue 18364</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.558>What's new in 1.558</a> (2014/04/06)</h3>
<ul class=image>
<li class=rfe>
......
jenkins (1.559) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Sun, 13 Apr 2014 20:53:26 -0700
jenkins (1.558) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
......
......@@ -9,8 +9,11 @@ fi
# Set up build tools
PACKAGEMAKER_APP=$(mdfind "kMDItemCFBundleIdentifier == com.apple.PackageMaker")
if [ -z "$PACKAGEMAKER_APP" ]; then
echo "Error: PackageMaker.app not found" >&2
exit 1
PACKAGEMAKER_APP=/Applications/PackageMaker.app
if [ ! -d "$PACKAGEMAKER_APP" ]; then
echo "Error: PackageMaker.app not found" >&2
exit 1
fi
fi
PACKAGEMAKER="${PACKAGEMAKER_APP}/Contents/MacOS/PackageMaker"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册