Ticket #76 (defect)

Opened 2 years ago

Last modified 2 years ago

Don't distribute swig generated files in release tarball

Status: closed (fixed)

Reported by: jcorgan Assigned to: jcorgan
Priority: high Milestone: release-3.0
Component: build Version: 2.8svn
Keywords: Cc:

In a few components, the lines in Makefile.am that remove the swig generated .py and .cc files from the distribution tarball were either omitted during the build system upgrade, or were never there. This results in several large generated files being included in the release tarball.

Change History

09/27/06 15:30:43: Modified by jcorgan

Components affected on trunk only:

gr-atsc
gr-comedi
gr-error-correcting-codes

Components affected for release 3.0:

gr-audio-alsa
gr-audio-osx
gr-audio-portaudio
gr-trellis
gr-audio-windows
gr-video-sdl

09/27/06 23:48:58: Modified by jcorgan

  • type changed from enhancement to defect.

Partial fix in r3676 on trunk. Fixes the affected components that will be in release 3.0.

09/28/06 00:29:44: Modified by jcorgan

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

Final fix in r3678, which takes care of the remaining components on the trunk.