svn commit: r1804590 - /subversion/trunk/tools/dist/release.py

2017-08-09 Thread philip
Author: philip Date: Wed Aug 9 17:36:11 2017 New Revision: 1804590 URL: http://svn.apache.org/viewvc?rev=1804590=rev Log: Move the dist.sh processing into release.py so that the python script now invokes the underlying commands directly. Change the processing to checkout a working copy and then

svn commit: r1804592 - /subversion/trunk/tools/dist/release.py

2017-08-09 Thread danielsh
Author: danielsh Date: Wed Aug 9 17:51:01 2017 New Revision: 1804592 URL: http://svn.apache.org/viewvc?rev=1804592=rev Log: * tools/dist/release.py (Version.__str__): Typo fix in docstring. Modified: subversion/trunk/tools/dist/release.py Modified: subversion/trunk/tools/dist/release.py

svn commit: r1804609 - /subversion/trunk/tools/dist/templates/stable-news.ezt

2017-08-09 Thread danielsh
Author: danielsh Date: Wed Aug 9 20:24:19 2017 New Revision: 1804609 URL: http://svn.apache.org/viewvc?rev=1804609=rev Log: release.py: Follow-up to r1802393. * tools/dist/templates/stable-news.ezt: Eliminate blank lines in generated output. Modified:

svn commit: r1804608 - /subversion/trunk/tools/dist/release.py

2017-08-09 Thread philip
Author: philip Date: Wed Aug 9 20:09:51 2017 New Revision: 1804608 URL: http://svn.apache.org/viewvc?rev=1804608=rev Log: * tools/dist/release.py: Set TZ to UTC so timezones in tarballs do not depend on local settings. Modified: subversion/trunk/tools/dist/release.py Modified:

Re: svn commit: r1804618 - /subversion/trunk/build/generator/gen_base.py

2017-08-09 Thread Daniel Shahaf
phi...@apache.org wrote on Thu, 10 Aug 2017 00:09 +: > +++ subversion/trunk/build/generator/gen_base.py Thu Aug 10 00:09:21 2017 > @@ -288,15 +288,21 @@ class GeneratorBase: > +# errno names can vary depending on the Python, and possibly the > +# OS, version and they are not even used

svn commit: r1804620 - /subversion/trunk/build/generator/gen_base.py

2017-08-09 Thread philip
Author: philip Date: Thu Aug 10 01:35:58 2017 New Revision: 1804620 URL: http://svn.apache.org/viewvc?rev=1804620=rev Log: Followup to r1804618, provide a dummy error to avoid a zero-sized array. * build/generator/gen_base.py (GeneratorBase.write_errno_table): Provide a dummy error. Modified:

svn commit: r1804618 - /subversion/trunk/build/generator/gen_base.py

2017-08-09 Thread philip
Author: philip Date: Thu Aug 10 00:09:21 2017 New Revision: 1804618 URL: http://svn.apache.org/viewvc?rev=1804618=rev Log: Omit the list of system error code names from release builds, this removes one cause of tarballs not being reproducible. * build/generator/gen_base.py