Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2024-01-06 17:58:14 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2024-01-06 17:58:14 +0300
commit9506eb50062b2a431c9cf866ef55b09ec0150e97 (patch)
tree3eaedffd1dec11b7093ff993a843addc75358685
parenta9826e13ff7e19a0b446ca22d58d8819ffcabd06 (diff)
Ensure announce mail ends with a blank line
-rwxr-xr-xcalm/calm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calm/calm.py b/calm/calm.py
index 69fb923..4e6c035 100755
--- a/calm/calm.py
+++ b/calm/calm.py
@@ -308,6 +308,7 @@ The following packages have been uploaded to the Cygwin distribution:
%s
%s
+
''' % ('\n'.join('* ' + p + '-' + version for p in sorted(pkglist)), ldesc, cl)
# TODO: add an attachment: sha512 hashes of packages, gpg signed?