Custom query (1090 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 1090)

Ticket
#1309
Description

Hi,

open tickets without milestone or with an expired milestone need to be triaged into wontfix, 7.9, or 8.0 so that our "tickets concerning the next release" report is meaningful.

https://trac.osgeo.org/osgeo/query?status=assigned&status=new&status=reopened&component=LiveDVD&order=priority&col=id&col=summary&col=milestone&col=status&col=type&col=priority&col=component&milestone=

https://trac.osgeo.org/osgeo/query?status=assigned&status=new&status=reopened&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&milestone=OSGeoLive7.0

thanks, Hamish

#1310
Description

Hi,

$ dpkg -l | grep libpostgis-java
 ... version 2.1.1-1~precise3 installed

$ dpkg -L libpostgis-java | grep jar
/usr/share/java/postgis-jdbc-2.1.0~rc1.jar
/usr/share/java/postgis.jar

/usr/share/java/postgis.jar is a symlink which points to a non-existent postgis-jdbc-2.1.1.jar.

so anything trying to use postgis.jar will fail.

a possible work-around:

# fix for package breakage
rm -f /usr/share/java/postgis.jar
ln -s /usr/share/java/postgis-jdbc-2.1.0~rc1.jar /usr/share/java/postgis.jar

'apt-cache policy' shows that the package is installed from the osgeolive ppa.

Hamish

#1318
Description

On 03/13/2014 02:02 PM, Alex Mandel wrote:

FYI it looks like the download links aren't 100% correct. The redirect on Downloads doesn't appear to be working right and send you to the files section but not the correct file. I'm looking into it.

Thanks, Alex

It's not a bug on our end, something is wrong with Sourceforge. Clicking any download link in http://sourceforge.net/projects/osgeo-live/files/7.9/ sends me back to http://sourceforge.net/projects/osgeo-live/files

Older versions seem to be working. Can anyone else confirm?

Thanks, Alex

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