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
AgeCommit message (Expand)Author
2021-04-08Update version to 2021040820210408Jon Turney
2021-03-14Drop testing with EOL-ed and no longer present python 3.4 from github actionJon Turney
2021-03-14Handle epoch (if present) in version comparisonJon Turney
2021-02-09Update perl annotation toolJon Turney
2021-01-10Ignore B902 flakeJon Turney
2021-01-10Update version to 2021011020210110Jon Turney
2021-01-04Add zstd to permitted archive compressionsJon Turney
2021-01-04Add github action to lint and run testsJon Turney
2021-01-04Stop permitting upload of 0-byte compressed filesJon Turney
2021-01-04Update TODOJon Turney
2021-01-04Factor out regex for various compression file suffixesJon Turney
2021-01-04Remove source package validator queue experimentJon Turney
2020-11-28Make homepage redirection warning less spamyJon Turney
2020-09-08Set the umask for the calm daemonJon Turney
2020-08-26Further relax unique-version check for python modulesJon Turney
2020-08-25Always discard packages which already exist in relareaJon Turney
2020-08-23travis: Test with more python versionsJon Turney
2020-08-23Add an untest toolJon Turney
2020-08-23Include a date in package summary pageJon Turney
2020-07-28Remove yselkowitz from always Bcc and error email listsJon Turney
2020-07-28Don't use full paths for 'not on package list' upload errorsJon Turney
2020-07-28Tweak debug message added in e7906497Jon Turney
2020-07-28Raise minimum setup version to 2.895Jon Turney
2020-07-19package.delete() also deletes empty packagesJon Turney
2020-06-24Handle maintainer names which start with an initial correctlyJon Turney
2020-06-11Also use flake8-builtins in CIJon Turney
2020-06-11Avoid shadowing 'dir' builtinJon Turney
2020-06-11Avoid shadowing 'object' builtinJon Turney
2020-06-11Avoid shadowing 'type' builtinJon Turney
2020-06-11Update version to 2020061120200611Jon Turney
2020-06-07Teach check that requires: are satified to know about provides:Jon Turney
2020-06-07Add zstd compression of setup.iniJon Turney
2020-06-07Only allow creation of /git/cygwin-packages/<packagename> reposJon Turney
2020-06-05Handle ','-separated build-depends: in hint as wellJon Turney
2020-06-01Bump the minimum setup versionJon Turney
2020-05-28Allow maintainers to suppress informative-only mailJon Turney
2020-05-28Move static methods out of Maintainers classJon Turney
2020-05-27Ignore extra whitespace in cygwin-pkg-maint fileJon Turney
2020-05-27Try to send email to Bcc: list, even if To: is emptyJon Turney
2020-05-27Log an error if maintainer doesn't have an email addressJon Turney
2020-05-25Make override.hint only uploads workJon Turney
2020-05-25Remove support for curr: appearing in override.hintJon Turney
2020-05-25Consider versions overriden by version: when checking if a hint is staleJon Turney
2020-05-22Improve unique-version checkJon Turney
2020-05-20Install additional flake8 plugins to use in CIJon Turney
2020-05-20Avoid mutable argument default for read_package_dir()Jon Turney
2020-05-20Fix redundant exception types in irk.pyJon Turney
2020-05-20Clean up unnecessary uses of get/setattr() in test_calm.pyJon Turney
2020-05-20Drop an unneeded iteration over key as well as valuesJon Turney
2020-05-20Mark unused variable in uses of os.walk()Jon Turney