[jboss-osgi-commits] JBoss-OSGI SVN: r97619 - in projects/jboss-osgi/projects/osgitck/r4v42: hudson/hudson-home and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Dec 9 10:22:20 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-09 10:22:19 -0500 (Wed, 09 Dec 2009)
New Revision: 97619

Modified:
   projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example
   projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/config.xml
   projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml
Log:
Use clean publish osgi.core.tests

Modified: projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example	2009-12-09 15:21:53 UTC (rev 97618)
+++ projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example	2009-12-09 15:22:19 UTC (rev 97619)
@@ -3,18 +3,18 @@
 #
 # $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler at jboss.com $
 
-# The location of the OSGi TCK
-# osgitck.export=/home/hudson/svn/osgitck/r4v42
+# The JBoss OSGi framework version
+jboss.osgi.framework.version=1.0.0.Alpha2
 
-# The location of the local maven repository
-# maven.local.repository=/home/hudson/.m2/repository
-
 # The aQute Bnd version 
 aQute.bnd.version=0.0.366-SNAPSHOT
 
-# The JBoss OSGi framework version
-jboss.osgi.framework.version=1.0.0.Alpha2
+# The location of the OSGi TCK
+# osgitck.export=/home/username/svn/osgitck/r4v42
 
+# The location of the local maven repository
+# maven.local.repository=/home/username/.m2/repository
+
 # Hudson Setup ----------------------------------------------------------------
 
 # JDK settings

Modified: projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/config.xml	2009-12-09 15:21:53 UTC (rev 97618)
+++ projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/config.xml	2009-12-09 15:22:19 UTC (rev 97619)
@@ -1,7 +1,29 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <hudson>
   <numExecutors>2</numExecutors>
+  <mode>NORMAL</mode>
   <useSecurity>true</useSecurity>
+  <authorizationStrategy class="hudson.security.GlobalMatrixAuthorizationStrategy">
+    <permission>hudson.model.Hudson.Read:@hudson.username@</permission>
+    <permission>hudson.model.Item.Workspace:@hudson.username@</permission>
+    <permission>hudson.model.Run.Delete:@hudson.username@</permission>
+    <permission>hudson.model.Hudson.Administer:@hudson.username@</permission>
+    <permission>hudson.model.View.Delete:@hudson.username@</permission>
+    <permission>hudson.model.Computer.Configure:@hudson.username@</permission>
+    <permission>hudson.model.Item.Delete:@hudson.username@</permission>
+    <permission>hudson.model.Computer.Delete:@hudson.username@</permission>
+    <permission>hudson.scm.SCM.Tag:@hudson.username@</permission>
+    <permission>hudson.model.Item.Read:@hudson.username@</permission>
+    <permission>hudson.model.Item.Create:@hudson.username@</permission>
+    <permission>hudson.model.Item.Build:@hudson.username@</permission>
+    <permission>hudson.model.Run.Update:@hudson.username@</permission>
+    <permission>hudson.model.View.Create:@hudson.username@</permission>
+    <permission>hudson.model.Item.Configure:@hudson.username@</permission>
+    <permission>hudson.model.View.Configure:@hudson.username@</permission>
+  </authorizationStrategy>
+  <securityRealm class="hudson.security.HudsonPrivateSecurityRealm">
+    <disableSignup>false</disableSignup>
+  </securityRealm>
   <systemMessage>
     <![CDATA[
 <h2>OSGi QA Environment</h2>

Modified: projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml	2009-12-09 15:21:53 UTC (rev 97618)
+++ projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml	2009-12-09 15:22:19 UTC (rev 97619)
@@ -33,7 +33,7 @@
 
 # Run the core tests
 cd $TCKHOMEDIR/osgi.ct
-ant osgi.core.tests
+ant clean publish osgi.core.tests
       </command>
     </hudson.tasks.Shell>
   </builders>



More information about the jboss-osgi-commits mailing list