提交 7415c905 编写于 作者: K kohsuke

improving environment dependency in the release script


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5104 71c3de6d-444a-0410-be80-ed276b4c234a
上级 6ce177de
#!/bin/ruby
m2repo="c:/kohsuke/Sun/java.net/m2-repo"
#m2repo="c:/kohsuke/Sun/java.net/m2-repo"
m2repo=ARGV.shift
ver=ARGV.shift
......
......@@ -32,7 +32,7 @@ ruby update.changelog.rb $id < $WWW/changelog.html > $WWW/changelog.new
mv $WWW/changelog.new $WWW/changelog.html
# push changes to the maven repository
ruby push-m2-repo.rb $id
ruby push-m2-repo.rb $JAVANET_M2_REPO $id
./publish-javadoc.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册