On Sat, Jun 7, 2014 at 5:14 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:
Went through and did a QA pass on this stuff. Rancor was not working so I
could not rescue everything ...
1) User and Developer documentation updated to point to the new website
- Download links corrected
- catalog design documentation points to rancor
- security design documentation points to rancor
Great. If those two document sets are small and important I guess I can do
a port to HTML like I did for the
proposals?
But I'd need rancor to be up, does not look reachable now.
2) Made a template for nightly builds
- http://geoserver.org/release/2.5.x
- http://geoserver.org/release/2.4.x
- http://geoserver.org/release/master
Cool!
3) Extension folders moved on source forge
Ah yeah, that's great.
The following releases are missing in action (we have extensions but no
release):
- 1.6-alpha2
- 1.6.0
- 1.6.1
Hum... pity, but don't think anybody will really be bothered by it
4) Updated the release template
- we had a few broken links with wps downloading wps-eo and so forth
- more testing needed
TODO:
- release script will need to be modified to upload extensions into the
correct location
Something like this may do the trick:
diff --git a/build/publish_release.sh b/build/publish_release.sh
index 878f06e..9a57cb9 100755
--- a/build/publish_release.sh
+++ b/build/publish_release.sh
@@ -84,11 +84,11 @@ if [ -z $SKIP_DEPLOY ]; then
rsync -ave "ssh -i $SF_PK" *.exe *.dmg $SF_USER@
$SF_HOST:/home/pfs/project/g/ge/geoserver/GeoServer/$tag/
set -e
pushd plugins > /dev/null
- rsync -ave "ssh -i $SF_PK" *.zip
$SF_USER@$SF_HOST:"/home/pfs/project/g/ge/geoserver/GeoServer\
Extensions/$tag/"
+ rsync -ave "ssh -i $SF_PK" *.zip $SF_USER@
$SF_HOST:"/home/pfs/project/g/ge/geoserver/GeoServer/$tag/extensions"
popd > /dev/null
else
echo "Skipping rsync -ave "ssh -i $SF_PK" *.zip *.exe *.dmg $SF_USER@
$SF_HOST:/home/pfs/project/g/ge/geoserver/GeoServer/$tag/"
- echo "Skipping rsync -ave "ssh -i $SF_PK" *.zip
$SF_USER@$SF_HOST:"/home/pfs/project/g/ge/geoserver/GeoServer\
Extensions/$tag/""
+ echo "Skipping rsync -ave "ssh -i $SF_PK" *.zip $SF_USER@
$SF_HOST:"/home/pfs/project/g/ge/geoserver/$tag/extensions""
fi
Cheers
Andrea
--
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------