Mercurial > hgrepos > Python > apps > py-cutils
diff _postprocess-sdist.py @ 374:c19a21180a8f
Comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 05 May 2025 08:53:35 +0200 |
| parents | 2acf206a8fdf |
| children |
line wrap: on
line diff
--- a/_postprocess-sdist.py Sun Apr 13 14:24:53 2025 +0200 +++ b/_postprocess-sdist.py Mon May 05 08:53:35 2025 +0200 @@ -107,6 +107,10 @@ sf.write(b('\n'.join(new_sources))) sources_info.size = len(sf.getvalue()) sf.seek(0) + # + # This adds SOURCES.txt a 2nd time: this effectively overwrites + # the "earlier" one. + # tf.addfile(sources_info, sf)
