I can’t release GS2.6.0 as Jenkins is failing with “sed: can’t read installer/mac/GeoServer.app/Contents/Info.plist: No such file or directory” - can some one point me to the fix or fix it ? Ian
PS - here is the whole of the log:
Building in workspace /var/lib/jenkins/workspace/geoserver-release
Checkout:geoserver-release / /var/lib/jenkins/workspace/geoserver-release - hudson.remoting.LocalChannel@anonymised.com
Using strategy: Default
Last Built Revision: Revision 3b2ab5db06f8b32e67052f2d5dc82bed7a869a41 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 3b2ab5db06f8b32e67052f2d5dc82bed7a869a41 (origin/master)
Checking out Revision 3b2ab5db06f8b32e67052f2d5dc82bed7a869a41 (origin/master)
[geoserver-release] $ /bin/sh -xe /tmp/hudson7252057523541513068.sh
+ export PATH=/usr/lib/jvm/java-7-oracle/bin:/usr/lib/jvm/java-6-sun-i586/bin:/usr/lib/jvm/java-6-sun-i586/bin:/opt/apache-maven-3.0.4//bin:/opt/apache-ant-1.9.2/bin:/usr/lib/jvm/java-6-sun/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ cd build
+ ./hudson_release.sh
Building release with following parameters:
branch = 2.6.x
revision = 96af1a13d917817b85353ebadfb2c64b29814d93
tag = 2.6.0
geotools = 12.0
geowebcache = 1.6.0
maven/java settings:
Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+0000)
Maven home: /opt/apache-maven-3.0.4
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle-1.7.0.51_x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-23-pve", arch: "amd64", family: "unix"
HEAD is now at 3b2ab5d Merge pull request #755 from jericks/GEOS_6682
Previous HEAD position was 3b2ab5d... Merge pull request #755 from jericks/GEOS_6682
Switched to a new branch '2.6.x'
Branch 2.6.x set up to track remote branch 2.6.x from origin.
>From github-geoserver:geoserver/geoserver
* branch 2.6.x -> FETCH_HEAD
Already up-to-date.
error: pathspec 'rel_2.6.0' did not match any file(s) known to git.
Already on '2.6.x'
commit 96af1a13d917817b85353ebadfb2c64b29814d93
Switched to a new branch 'rel_2.6.0'
jira id = 20649
GeoTools version = 12.0
GeoWebCache version = 1.6.0
updating version numbers from 2.6-SNAPSHOT to 2.6.0
sed: can't read installer/mac/GeoServer.app/Contents/Info.plist: No such file or directory
Build step 'Execute shell' marked build as failure
Finished: FAILURE
–
Ian Turton
Hey Ian,
There was still a lingering reference in the release script that wasn’t taking into account the recent changes to the mac installer. Made a tweak and restarted the release build. Seems to be getting further this time.
http://ares.boundlessgeo.com/jenkins/view/geoserver/job/geoserver-release/40/console
-Justin
···
On Fri, Sep 26, 2014 at 3:41 AM, Ian Turton <ijturton@anonymised.com> wrote:
I can’t release GS2.6.0 as Jenkins is failing with “sed: can’t read installer/mac/GeoServer.app/Contents/Info.plist: No such file or directory” - can some one point me to the fix or fix it ? Ian
PS - here is the whole of the log:
Building in workspace /var/lib/jenkins/workspace/geoserver-release
Checkout:geoserver-release / /var/lib/jenkins/workspace/geoserver-release - hudson.remoting.LocalChannel@anonymised.com
Using strategy: Default
Last Built Revision: Revision 3b2ab5db06f8b32e67052f2d5dc82bed7a869a41 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 3b2ab5db06f8b32e67052f2d5dc82bed7a869a41 (origin/master)
Checking out Revision 3b2ab5db06f8b32e67052f2d5dc82bed7a869a41 (origin/master)
[geoserver-release] $ /bin/sh -xe /tmp/hudson7252057523541513068.sh
+ export PATH=/usr/lib/jvm/java-7-oracle/bin:/usr/lib/jvm/java-6-sun-i586/bin:/usr/lib/jvm/java-6-sun-i586/bin:/opt/apache-maven-3.0.4//bin:/opt/apache-ant-1.9.2/bin:/usr/lib/jvm/java-6-sun/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ cd build
+ ./hudson_release.sh
Building release with following parameters:
branch = 2.6.x
revision = 96af1a13d917817b85353ebadfb2c64b29814d93
tag = 2.6.0
geotools = 12.0
geowebcache = 1.6.0
maven/java settings:
Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+0000)
Maven home: /opt/apache-maven-3.0.4
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle-1.7.0.51_x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-23-pve", arch: "amd64", family: "unix"
HEAD is now at 3b2ab5d Merge pull request #755 from jericks/GEOS_6682
Previous HEAD position was 3b2ab5d... Merge pull request #755 from jericks/GEOS_6682
Switched to a new branch '2.6.x'
Branch 2.6.x set up to track remote branch 2.6.x from origin.
>From github-geoserver:geoserver/geoserver
* branch 2.6.x -> FETCH_HEAD
Already up-to-date.
error: pathspec 'rel_2.6.0' did not match any file(s) known to git.
Already on '2.6.x'
commit 96af1a13d917817b85353ebadfb2c64b29814d93
Switched to a new branch 'rel_2.6.0'
jira id = 20649
GeoTools version = 12.0
GeoWebCache version = 1.6.0
updating version numbers from 2.6-SNAPSHOT to 2.6.0
sed: can't read installer/mac/GeoServer.app/Contents/Info.plist: No such file or directory
Build step 'Execute shell' marked build as failure
Finished: FAILURE
–
Ian Turton
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
–
Justin Deoliveira
VP Engineering | Boundless
jdeolive@anonymised.com
@boundlessgeo