Ticket #1716 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

SVN snapshot tarball lacks postgis_svn_revision.h

Reported by: strk Owned by: chodgson
Priority: critical Milestone: Management 1.0
Component: management Version: trunk
Keywords: Cc:

Description

postgis_svn_revision.h should be in the tarball, it is not in the SVN snapshot (it is in the beta4 download).

Change History

Changed 14 months ago by robe

  • milestone changed from PostGIS 2.0.0 to PostGIS 2.0.1

Changed 14 months ago by strk

  • priority changed from medium to critical
  • milestone changed from PostGIS 2.0.1 to PostGIS 2.0.0

Note that this bug breaks postgis_full_version() reporting of what needs upgrade, so it's pretty critical

Changed 14 months ago by strk

  • owner changed from pramsey to chodgson
  • component changed from postgis to management

This is also about management as it's the packaging procedure used. make_dist should do fine.

Changed 14 months ago by robe

  • milestone changed from PostGIS 2.0.0 to Management 1.0

Changed 14 months ago by chodgson

  • status changed from new to closed
  • resolution set to fixed

Hudson can't use make_dist.sh because (1) make_dist.sh doesn't really support SVN revisions (it still has the word "cvs" in several places) and (2) Hudson needs a special ./configure line that points to all the right versions of the pre-reqs. So I just copied the perl command that makes the postgis_svn_revision.h into the build script used by Hudson (it's otherwise quite similar to make_dist.sh, perhaps one rainy day I would consider consolidating them). The new snapshot has the svn revision header included.

Note: See TracTickets for help on using tickets.