Roundup Tracker - Issues

Issue 817954

classification
Merge and other temp files left in release tarball
Type: Severity: normal
Components: Installation Versions:
process
Status: closed fixed
:
: richard : richard, rouilj
Priority: normal :

Created on 2003-10-05 02:44 by rouilj, last changed 2003-10-13 23:20 by richard.

Messages
msg970 Author: [hidden] (rouilj) Date: 2003-10-05 02:44
In the release tarball under the roundup directory I also have the files:

.#hyperdb.py.1.87
.#instance.py.1.9
.#roundupdb.py.1.86

These are probably left over from a merge/update under cvs. I don't know
why they are making it into the distribution, but they are a waste of
space and cause noise ignore lines in a cvs import.

I would suggest doing a release using:

  working_directory> cvs tag release_0_6_2
  working_directory> cd ..
  parent_dir> cvs export -r release_0_6_2 -d release-0.6.2 roundup
  parent_dir> cd release-0.6.2
  release-0.6.2>       __do tests, verify code is correct.__
  release-0.6.2> cd ..;rm -rf release-0.6.2
  parent_dir> cvs export -r release_0_6_2 -d roundup-0.6.2 roundup
  parent_dir> tar -czvf roundup-0.6.2.tgz roundup-0.6.2

this should clean up the cruft that is left in a build/working cvs tree and
since the export is done using the tag, it makes sure that you have properly
tagged the files in the release.

-- rouilj
msg971 Author: [hidden] (richard) Date: 2003-10-13 23:20
Logged In: YES 
user_id=6405

The MANIFEST being generated by distutils contains those files. I can't 
seem to get it to exclude those files :( 
msg972 Author: [hidden] (richard) Date: 2003-10-13 23:21
Logged In: YES 
user_id=6405

Ah, got it. 
History
Date User Action Args
2003-10-05 02:44:17rouiljcreate