Title: [40368] trunk/hudson/build-bleedingedge.sh: Deleting (and testing svnnotify)
- Revision
- 40368
- Author
- kohsuke
- Date
- 2012-04-06 00:12:01 -0400 (Fri, 06 Apr 2012)
Log Message
Deleting (and testing svnnotify)
Removed Paths
Diff
Deleted: trunk/hudson/build-bleedingedge.sh (40367 => 40368)
--- trunk/hudson/build-bleedingedge.sh 2012-04-06 04:07:12 UTC (rev 40367)
+++ trunk/hudson/build-bleedingedge.sh 2012-04-06 04:12:01 UTC (rev 40368)
@@ -1,8 +0,0 @@
-#!/bin/bash -e
-# build the main and all plugins with the latest main build (instead of the default last stable build)
-cd $(dirname $0)
-v=$(main/show-pom-version.rb < main/pom.xml)
-cp plugins/pom.xml plugins/pom.bak
-plugins/update-dependency-hudson-version.rb $v < plugins/pom.bak > plugins/pom.xml
-echo Building everythig with $v
-exec mvn "$@"