From: Wayne Davison Date: Sun, 16 Oct 2022 19:14:37 +0000 (-0700) Subject: Include "buildall" flag in the release commit. X-Git-Tag: v3.2.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad6245f3944c6f1fefab044fd4836c0a050b8871;p=thirdparty%2Frsync.git Include "buildall" flag in the release commit. --- diff --git a/packaging/release-rsync b/packaging/release-rsync index 9603fd10..511e90f1 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -256,7 +256,7 @@ About to: """) ans = input(" ") - s = cmd_run(['git', 'commit', '-a', '-m', f'Preparing for release of {version}']) + s = cmd_run(['git', 'commit', '-a', '-m', f'Preparing for release of {version} [buildall]']) if s.returncode: die('Aborting')