Hi,
it seems the “latest” links are gone again, this time I’ll share a screenshot:
Normally one would find a “community-latest” directory and a “ext-latest” directory, which were there
until at least a few days ago, and are now gone from all nightly builds (not just master, also 2.15.x
and 2.14.x).
And yet the logs of the nightly run seems to suggest they should be there, right at the end of the logs:
+ rm -rf ../nightly/master/community-latest
+ mkdir ../nightly/master/community-latest
+ cp community/target/release/geoserver-2.16-SNAPSHOT-activeMQ-broker-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-authkey-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-backup-restore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-colormap-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-dds-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-dyndimension-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gdal-wcs-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gdal-wps-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-geopkg-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gpx-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-distributed-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-s3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-sqlite-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-hz-cluster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbc-metrics-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbcconfig-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbcstore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jms-cluster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-kmlppio-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mapml-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mbstyle-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mbtiles-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ncwms-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-netcdf-ghrsst-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-notification-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-nsg-wfs-profile-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-nsg-wmts-profile-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ogr-datastore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-onelogin-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-opensearch-eo-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ows-simulate-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-params-extractor-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-pgraster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-python-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-qos-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-s3-geotiff-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-keycloak-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-geonode-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-github-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-google-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-openid-connect-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-solr-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-status-monitoring-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-taskmanager-core-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-taskmanager-s3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-web-resource-browser-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wfs3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wms-eo-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wmts-multi-dimensional-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wmts-styles-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-download-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-jdbc-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-remote-plugin.zip ../nightly/master/community-latest
Well they seem to be at least somewhere, but not sure how the worker synchs them up with the nightly build server… hum… is this job
running on the build server itself, or is it running on a separate machine (and if so, I’m missing a network copy of sorts, scp, rsynch, something?).
Cheers
Andrea
···
== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
As I’ve mentioned a couple times before:
- The nightly build builds the artifacts and archives them to the jenkins workspace on the master node.
- These archived artifacts are immediately available from the job page, e.g. https://build.geoserver.org/view/geoserver/job/geoserver-master-nightly/lastSuccessfulBuild/artifact/
- I haven’t yet determined a way to get jenkins to put them in a place not managed by jenkins (other than by running a job on the master node), so a nightly cron job is responsible for copying them from the job workspace to the hosted directory.
I’d eventually like to just have the worker nodes scp or rsync the artifacts directly to the hosted location, but haven’t been able to get the permissions set up for that properly yet.
I’m not sure why the “latest” links keep disappearing. The update task does include some code to remove anything older than 6 days (based on existing code that was in the nightly builds), but that shouldn’t be removing them. Reviewing the code, it looks like it might be erroneously deleting the latest directories every 6 days - I’m going to try out a workaround, and we’ll see if this issue comes up again.
Torben
On Thu, Jun 6, 2019 at 2:16 AM Andrea Aime <andrea.aime@anonymised.com> wrote:
Hi,
it seems the “latest” links are gone again, this time I’ll share a screenshot:
Normally one would find a “community-latest” directory and a “ext-latest” directory, which were there
until at least a few days ago, and are now gone from all nightly builds (not just master, also 2.15.x
and 2.14.x).
And yet the logs of the nightly run seems to suggest they should be there, right at the end of the logs:
+ rm -rf ../nightly/master/community-latest
+ mkdir ../nightly/master/community-latest
+ cp community/target/release/geoserver-2.16-SNAPSHOT-activeMQ-broker-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-authkey-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-backup-restore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-colormap-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-dds-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-dyndimension-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gdal-wcs-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gdal-wps-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-geopkg-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gpx-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-distributed-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-s3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-sqlite-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-hz-cluster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbc-metrics-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbcconfig-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbcstore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jms-cluster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-kmlppio-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mapml-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mbstyle-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mbtiles-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ncwms-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-netcdf-ghrsst-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-notification-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-nsg-wfs-profile-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-nsg-wmts-profile-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ogr-datastore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-onelogin-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-opensearch-eo-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ows-simulate-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-params-extractor-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-pgraster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-python-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-qos-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-s3-geotiff-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-keycloak-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-geonode-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-github-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-google-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-openid-connect-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-solr-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-status-monitoring-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-taskmanager-core-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-taskmanager-s3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-web-resource-browser-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wfs3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wms-eo-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wmts-multi-dimensional-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wmts-styles-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-download-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-jdbc-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-remote-plugin.zip ../nightly/master/community-latest
Well they seem to be at least somewhere, but not sure how the worker synchs them up with the nightly build server… hum… is this job
running on the build server itself, or is it running on a separate machine (and if so, I’m missing a network copy of sorts, scp, rsynch, something?).
Cheers
Andrea
== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Hi Torben,
you indeed mentioned the cron job 13 days ago in a mail but I did not remember about it.
Can we help setting up an immediate copy somehow? Having a nightly ready shortly after commit is a “feature”
of the old server that was very useful to us (that’s why we switched the master nightly build to run right after
the normal build, for the master branch at least).
I’m guessing a scp would do the trick, with certs to access the server stored in the jenkins config?
Cheers
Andrea
(attachments)
···
Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
I’ve already tried setting up scp with a certificate (no luck) - it looks like there is some extra firewall rules somewhere in AWS that makes this a bit more complicated - I haven’t had time to look into that yet.
For now, if you need immediate access to the nighlies, you can use the latest artifacts link I mentioned - that is publicly available, its just not in quite as convenient a place - https://build.geoserver.org/view/geoserver/job/geoserver-master-nightly/lastSuccessfulBuild/artifact/
Cheers,
Torben
On Thu, Jun 6, 2019 at 9:17 AM Andrea Aime <andrea.aime@anonymised.com> wrote:
Hi Torben,
you indeed mentioned the cron job 13 days ago in a mail but I did not remember about it.
Can we help setting up an immediate copy somehow? Having a nightly ready shortly after commit is a “feature”
of the old server that was very useful to us (that’s why we switched the master nightly build to run right after
the normal build, for the master branch at least).
I’m guessing a scp would do the trick, with certs to access the server stored in the jenkins config?
Cheers
Andrea
On Thu, Jun 6, 2019 at 6:11 PM Torben Barsballe <tbarsballe@anonymised.com> wrote:
As I’ve mentioned a couple times before:
- The nightly build builds the artifacts and archives them to the jenkins workspace on the master node.
- These archived artifacts are immediately available from the job page, e.g. https://build.geoserver.org/view/geoserver/job/geoserver-master-nightly/lastSuccessfulBuild/artifact/
- I haven’t yet determined a way to get jenkins to put them in a place not managed by jenkins (other than by running a job on the master node), so a nightly cron job is responsible for copying them from the job workspace to the hosted directory.
I’d eventually like to just have the worker nodes scp or rsync the artifacts directly to the hosted location, but haven’t been able to get the permissions set up for that properly yet.
I’m not sure why the “latest” links keep disappearing. The update task does include some code to remove anything older than 6 days (based on existing code that was in the nightly builds), but that shouldn’t be removing them. Reviewing the code, it looks like it might be erroneously deleting the latest directories every 6 days - I’m going to try out a workaround, and we’ll see if this issue comes up again.
Torben
On Thu, Jun 6, 2019 at 2:16 AM Andrea Aime <andrea.aime@anonymised.com> wrote:
Hi,
it seems the “latest” links are gone again, this time I’ll share a screenshot:
Normally one would find a “community-latest” directory and a “ext-latest” directory, which were there
until at least a few days ago, and are now gone from all nightly builds (not just master, also 2.15.x
and 2.14.x).
And yet the logs of the nightly run seems to suggest they should be there, right at the end of the logs:
+ rm -rf ../nightly/master/community-latest
+ mkdir ../nightly/master/community-latest
+ cp community/target/release/geoserver-2.16-SNAPSHOT-activeMQ-broker-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-authkey-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-backup-restore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-colormap-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-dds-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-dyndimension-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gdal-wcs-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gdal-wps-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-geopkg-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gpx-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-distributed-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-s3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-gwc-sqlite-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-hz-cluster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbc-metrics-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbcconfig-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jdbcstore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-jms-cluster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-kmlppio-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mapml-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mbstyle-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-mbtiles-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ncwms-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-netcdf-ghrsst-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-notification-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-nsg-wfs-profile-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-nsg-wmts-profile-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ogr-datastore-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-onelogin-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-opensearch-eo-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-ows-simulate-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-params-extractor-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-pgraster-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-python-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-qos-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-s3-geotiff-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-keycloak-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-geonode-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-github-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-google-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-sec-oauth2-openid-connect-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-solr-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-status-monitoring-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-taskmanager-core-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-taskmanager-s3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-web-resource-browser-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wfs3-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wms-eo-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wmts-multi-dimensional-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wmts-styles-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-download-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-jdbc-plugin.zip community/target/release/geoserver-2.16-SNAPSHOT-wps-remote-plugin.zip ../nightly/master/community-latest
Well they seem to be at least somewhere, but not sure how the worker synchs them up with the nightly build server… hum… is this job
running on the build server itself, or is it running on a separate machine (and if so, I’m missing a network copy of sorts, scp, rsynch, something?).
Cheers
Andrea
== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
–
Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
I’ve already tried setting up scp with a certificate (no luck) - it looks like there is some extra firewall rules somewhere in AWS that makes this a bit more complicated - I haven’t had time to look into that yet.
Damn…
For now, if you need immediate access to the nighlies, you can use the latest artifacts link I mentioned - that is publicly available, its just not in quite as convenient a place - https://build.geoserver.org/view/geoserver/job/geoserver-master-nightly/lastSuccessfulBuild/artifact/
Eh, it would require quite a bit of auto-redeploy scripts to be redone. We’ll see, maybe just changing the most important ones.
Thank you.
Cheers
Andrea
···
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.