Repository: wicket Updated Branches: refs/heads/wicket-6.x 42f3517e1 -> d41c2a0fc
Filter out closed repositories Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d41c2a0f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d41c2a0f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d41c2a0f Branch: refs/heads/wicket-6.x Commit: d41c2a0fce6a5061c9db19e17036b9b8743a1574 Parents: 42f3517 Author: Martijn Dashorst <[email protected]> Authored: Fri Aug 29 13:58:31 2014 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Fri Aug 29 13:58:31 2014 +0200 ---------------------------------------------------------------------- release-dashorst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/d41c2a0f/release-dashorst.sh ---------------------------------------------------------------------- diff --git a/release-dashorst.sh b/release-dashorst.sh index 01301b2..1193518 100755 --- a/release-dashorst.sh +++ b/release-dashorst.sh @@ -208,7 +208,7 @@ if [ $? -ne 0 ] ; then fi # Determine the staging repository and close it after deploying the release to the staging area -stagingrepoid=$(mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-list -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https |grep -Eo "(orgapachewicket-\d+)";) +stagingrepoid=$(mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-list -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https | grep -v "CLOSED" | grep -Eo "(orgapachewicket-\d+)";) echo "Closing staging repository with id $stagingrepoid" mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-close -DstagingRepositoryId=$stagingrepoid -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https -Ddescription="Release has been built, awaiting vote"
