Custom Query (1155 matches)
Results (79 - 81 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1344 | duplicate | AtlasStyler : expired key in geopublishing.org's deb repo | ||
Description |
install_udig.sh has the following: cp ../sources.list.d/geopublishing.list /etc/apt/sources.list.d/ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7450D04751B576FD which adds this to sources.list: #Geopublishing Repository for Geopublsiher and AtlasStyler stable releases deb http://de.geopublishing.org/repository trusty main which leads to this error: W: GPG error: http://de.geopublishing.org trusty Release: The following signatures were invalid: KEYEXPIRED 1401487200 KEYEXPIRED 1401487200 KEYEXPIRED 1401487200 thanks, Hamish |
|||
#2129 | fixed | Automatically building, testing and deploying-the docs with travis and github-pages | ||
Description |
I found this link recently about automaticly build and deploy webpages using travis and github-pages: I think we can build in our github repo a more up to date documentation for our contributors It can be triggered when we merge. In that way, people won't have to wait the next release. Plus we can build more artifacts like doc bundles for the liveDVD and a presentation archive for our speakers.
|
|||
#1046 | fixed | Automatic/Daily builds for OSGeoLive | ||
Description |
Having completed the new build system for OSGeoLive 6.0 (build_chroot.sh and inchroot.sh) we are now in a position to create a simple cron job to make automatic builds. This can be assigned to a base Xubuntu VM as described in http://wiki.osgeo.org/wiki/Live_GIS_Build#How_to_do_development_.2F_debugging_with_the_current_build_method A last issue that we need to tackle is that after each build the base VM needs a reboot to correctly unmount the /dev folder. This problem is discussed here: http://osgeo-org.1560.n6.nabble.com/Build-Process-Filesystems-td5024288.html with a possible fix included. |