Diff:
---
calm/calm.py | 4 ++--
setup.cfg | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/calm/calm.py b/calm/calm.py
index 4ca34ed..6b9218b 100755
--- a/calm/calm.py
+++ b/calm/calm.py
@@ -646,9 +646,9 @@ def do_output(args, state):
utils.system('/usr/bin/gpg ' + keys + ' --batch --yes
-b ' + extfile)
# update a marker file indicating when repository was updated
- # (for the benefit of quickly checking of mirrors are up to date)
+ # (for the benefit of quickly checking if mirrors are up to date)
if update_json:
- utils.touch(os.path.join(args.rel_area, '.last-updated'))
+ utils.touch(os.path.join(args.rel_area, 'last-updated'))
# add information from repology to packages
repology.annotate_packages(args, state.packages)
diff --git a/setup.cfg b/setup.cfg
index e3f5770..b02b188 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,6 +11,7 @@ url = https://cygwin.com/git/?p=cygwin-apps/calm.git
[options]
packages = calm
install_requires =
+ inotify ; sys_platform=="linux"
license_expression
markdown
peewee
[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20250329-60-gf415c44
Jon Turney via Cygwin-apps-cvs Sat, 14 Mar 2026 07:47:13 -0700
