Opened 12 years ago

Closed 12 years ago

#1665 closed patch (fixed)

make_dist.sh needs to also remove .svnignore files

Reported by: Mike Taves Owned by: chodgson
Priority: low Milestone: PostGIS 2.0.0
Component: management Version: master
Keywords: Cc:

Description

I noticed that postgis-2.0.0beta2.tar.gz has a few .svnignore files, which should have been clean up.

The attached patch deletes files matching .*ignore (.csvignore, .gitignore, and .svnignore), and uses the -delete built-in flag for find to remove the files.

Why are there still .csvignore files anyways?

Attachments (1)

make_dist_cleanup.patch (671 bytes ) - added by Mike Taves 12 years ago.

Download all attachments as: .zip

Change History (2)

by Mike Taves, 12 years ago

Attachment: make_dist_cleanup.patch added

comment:1 by strk, 12 years ago

Resolution: fixed
Status: newclosed

r9429 drops .cvsignore from repository r9430 cleans up .svnignore as part of the distribution process

Note: See TracTickets for help on using tickets.