Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 1088)

Ticket Resolution Summary Owner Reporter
#1066 fixed saga missing from beta2 build johanvdw kalxas
Description
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for menu ...
Setting up libgrib2c0d (1.2.2-2) ...
Setting up libhpdf-2.2.1 (2.2.1-1) ...
Setting up libqhull5 (2009.1-3ubuntu1) ...
Setting up libsaga (2.0.8+dfsg-2~precise) ...
Setting up libgeotiff2 (1.3.0+dfsg-1) ...
Setting up liblas1 (1.2.1-4) ...
Setting up saga (2.0.8+dfsg-2~precise) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
--2013-01-30 00:31:54--  http://zadeh.ugent.be/~johan/saga/DGM_30m_Mt.St.Helens_SRTM.grd
Resolving zadeh.ugent.be (zadeh.ugent.be)... 157.193.165.4
Connecting to zadeh.ugent.be (zadeh.ugent.be)|157.193.165.4|:80... failed: Connection refused.
#1210 fixed wrong version of leaflet is installed johanvdw johanvdw
Description

On the current build of the live dvd an old version of leaflet is accidently installed (0.2 instead of 0.6.2).

This renders the quickstart and demo useless. The fix is fairly easy, and won't affect other programs on the live dvd.

It can be tested on the current live dvd by running

apt-get install libjs-leaflet

I therefore propose to add this fix even though we are already at a RC level.

Full fix below:

--- install_leaflet.sh	(revision 10783)
+++ install_leaflet.sh	(working copy)
@@ -20,6 +20,7 @@
 ####
 
 add-apt-repository --yes ppa:johanvdw/leafletjs
+apt-get -q update
 apt-get --assume-yes install libjs-leaflet


#2049 fixed build documentation package from git instead of bazaar johanvdw johanvdw
Description

This is a small enhancement I'm planning to do. Currently the packages with documentation are built from a bazaar mirror of the git repository.

Launchpad now allows git repositories to be used for daily builds as well.

I've set up a test script at:

https://code.launchpad.net/~johanvdw/+recipe/osgeo-live-docs-daily

I'll review whether this works well - we may have to bump the version to make sure that we install over older versions if we decide to use this for the next release.

Priority is minor as the current system works well.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.