You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/05/30 23:03:38 UTC

svn commit: r1129367 - /spamassassin/trunk/build/jenkins/run_build

Author: kmcgrail
Date: Mon May 30 21:03:37 2011
New Revision: 1129367

URL: http://svn.apache.org/viewvc?rev=1129367&view=rev
Log:
Minor change to leave solaris1 slave using JMs perl

Modified:
    spamassassin/trunk/build/jenkins/run_build

Modified: spamassassin/trunk/build/jenkins/run_build
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/jenkins/run_build?rev=1129367&r1=1129366&r2=1129367&view=diff
==============================================================================
--- spamassassin/trunk/build/jenkins/run_build (original)
+++ spamassassin/trunk/build/jenkins/run_build Mon May 30 21:03:37 2011
@@ -11,7 +11,6 @@ mkdir artifacts testxml
 PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin:/usr/ucb/
 PERL5LIB=/export/home/hudson/tools/sa_perl/lib/site_perl/
 export PATH PERL5LIB
-
 #INSTALL NETADDR USING JM's PERL USING COMPLETE SILLINESS
 #echo "o conf makepl_arg PREFIX=/export/home/hudson/tools/sa_perl\ninstall NetAddr::IP" | cpan
 #cd /tmp/1
@@ -24,14 +23,14 @@ export PATH PERL5LIB
 #make test && make install 
 #perl -I /export/home/hudson/tools/sa_perl/lib/site_perl/ -e 'if (require NetAddr::IP) { print "NetAddr::IP Version is: $NetAddr::IP::VERSION\n"; exit 0;} else {exit 1;}'
 #exit
-
 perl Makefile.PL < /dev/null
 
+
+
 # SOLARIS1 SLAVE w/Infra installing modules for us in a separate dir. 
 #PERL5LIB=/export/home/hudson/tools/perl/lib/site_perl/
 #export PERL5LIB
-
-perl Makefile.PL < /dev/null
+#perl Makefile.PL < /dev/null
 
 make