This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: exclude CVS conflict files in sdist command
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: calvin, georg.brandl, schmir
Priority: normal Keywords: patch

Created on 2005-01-04 14:47 by calvin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
distutils_sdist_cvsconflict.diff calvin, 2005-01-04 14:47
Messages (3)
msg47469 - (view) Author: Bastian Kleineidam (calvin) Date: 2005-01-04 14:47
I created a patch that adds CVS conflict files (ie.
files starting with ".#") to the standard exclude list
of source package files. Perhaps other versioning
system files or directories (from arch, svk, etc.)
should also be added to the exclude list. But since I
do only work with CVS, this patch only adds the CVS
conflict files.
Patch is against CVS HEAD from 20050104.
msg63343 - (view) Author: Ralf Schmitt (schmir) Date: 2008-03-06 23:53
related issue: http://bugs.python.org/issue1725737
msg63391 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-08 09:57
Closing this as "won't fix" as per discussion in #1725737.
(Quote: "It's the job of the packager to clean the directory before
packaging.")
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41395
2008-03-08 09:57:33georg.brandlsetstatus: open -> closed
resolution: wont fix
messages: + msg63391
nosy: + georg.brandl
2008-03-06 23:53:52schmirsetnosy: + schmir
messages: + msg63343
2005-01-04 14:47:49calvincreate