提交 54db1b53 编写于 作者: K kohsuke

updated to reflect my new release procedure.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1129 71c3de6d-444a-0410-be80-ed276b4c234a
上级 6a186623
#!/bin/bash -x
#!/bin/bash -xe
#
# Kohsuke's automation script to publish javadoc to java.net CVS repository.
# Checked in only because Maven doesn't let me release it unless I have it in CVS.
# publish Hudson javadoc and deploy that into the java.net CVS repository
#
cd ../www/javadoc
# generate javadoc
cd core
mvn -o javadoc:javadoc
cd ..
cd ../../www/javadoc
cvs update -Pd
cp -R ../../hudson/build/javadoc/* .
cp -R ../../hudson/main/core/target/site/apidocs/* .
# ignore everything under CVS, then
# ignore all files that are already in CVS, then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册