Opened 13 years ago
Closed 13 years ago
#1665 closed patch (fixed)
make_dist.sh needs to also remove .svnignore files
Reported by: | mwtoews | 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)
Change History (2)
by , 13 years ago
Attachment: | make_dist_cleanup.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r9429 drops .cvsignore from repository r9430 cleans up .svnignore as part of the distribution process