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

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: dsahlberg
Date: Tue Nov 26 09:38:20 2024
New Revision: 1922109

URL: http://svn.apache.org/viewvc?rev=1922109&view=rev
Log:
Followup to r1922105:

* tools/dist/release.py
  Actually commit the file


Modified:
    subversion/trunk/tools/dist/release.py

Modified: subversion/trunk/tools/dist/release.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/release.py?rev=1922109&r1=1922108&r2=1922109&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Tue Nov 26 09:38:20 2024
@@ -832,6 +832,8 @@ def roll_tarballs(args):
             exclude += ['packages', 'www']
     if os.path.exists('.github'):
         exclude += ['.github']
+    if os.path.exists('.asf.yaml'):
+        exclude += ['.asf.yaml']
     cwd = os.getcwd()
     os.chdir(get_workdir(args.base_dir))
     run_svn(['update', '--set-depth=exclude'] + exclude,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.