[postgis-tickets] r14521 - add pcre for address_standardizer, and other updates I forgot to committ
Regina Obe
lr at pcorp.us
Sat Dec 26 01:53:48 PST 2015
Author: robe
Date: 2015-12-26 01:53:47 -0800 (Sat, 26 Dec 2015)
New Revision: 14521
Modified:
buildbots/debian/jenkins_setup.txt
Log:
add pcre for address_standardizer, and other updates I forgot to committ
Modified: buildbots/debian/jenkins_setup.txt
===================================================================
--- buildbots/debian/jenkins_setup.txt 2015-12-23 19:34:10 UTC (rev 14520)
+++ buildbots/debian/jenkins_setup.txt 2015-12-26 09:53:47 UTC (rev 14521)
@@ -25,6 +25,10 @@
apt-get install libproj9 libproj-dev proj-bin proj-data
apt-get install g++
+#for address_standardizer
+apt-get install libpcre3-dev
+
+
apt-get update
apt-get install jenkins
@@ -43,6 +47,7 @@
+
#make it the default
sudo apt-get install oracle-java7-set-default
apt-get install git
@@ -127,4 +132,5 @@
SCM API Plugin
SVN Publisher plugin
Text Finder Run Condition Plugin
-Embeddable Build Status Plugin (for showing image of build status)
\ No newline at end of file
+Embeddable Build Status Plugin (for showing image of build status)
+Build Authorization Token Root Plugin (for triggering builds via scm hooks)
\ No newline at end of file
More information about the postgis-tickets
mailing list