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,


Reply via email to