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
2024-01-19Rewrite dependencies on removed python packagesJon Turney
2024-01-19Anchor nonexistent_provides at the endJon Turney
2024-01-10Expunge all python2 modulesJon Turney
2024-01-04Isolate tests from a local repodirJon Turney
2023-12-29Add package recipe URL to JSON dumpJon Turney
2023-12-13Also sort by package "importance" in unmaintained packages reportJon Turney
2023-10-20Use source package of actual version, not best version in vaultingJon Turney
2023-10-20Downgrade a piece of debug loggingJon Turney
2023-10-15Expire python2 modulesJon Turney
2023-10-15Persist missing_obsoleteJon Turney
2023-10-15Simplify 'conditionally retained' package markingJon Turney
2023-05-02Use regex matching for version provides:Jon Turney
2023-04-07Check that build-requires: lists valid package names, as wellJon Turney
2023-02-19Revise maintainers moduleJon Turney
2023-01-19Propagate any error reading packages through mksetupiniJon Turney
2023-01-19Add 'calm-tool vault'Jon Turney
2023-01-19Only allow requires: of packages which currently existJon Turney
2023-01-19Validate character set used by the package version, VJon Turney
2023-01-19Check for forbidden hyphen-digit sequence in package nameJon Turney
2023-01-12Add expiry based on obsolete, removed providesJon Turney
2023-01-11Look for multiple obsoletes of the same packageJon Turney
2023-01-07Recursively apply missing obsoletesJon Turney
2023-01-07Allow regex matching for old_style_obsolete_by dataJon Turney
2023-01-07Don't synthesize a new-style obsolete when current version isn't obsoleteJon Turney
2023-01-07Don't convert blacklisted old-style obsoletes: to new-styleJon Turney
2023-01-07Don't warn about obsoletion with no replacement for packages marked self-dest...Jon Turney
2023-01-07Rename old-style obsoletion conversion threshold for clarityJon Turney
2023-01-06Allow package version to be marked as weakly retainedJon Turney
2022-12-09Treat sha512.sum as a cache for sha512 computationJon Turney
2022-11-26Rationalize path handling a little bitJon Turney
2022-10-02Handle a version-constraint appearing in requires:Jon Turney
2022-10-02Drop internal uses of requires: hintJon Turney
2022-10-02Drop reading putative 'depends:' hintJon Turney
2022-10-02Drop generating requires: headerJon Turney
2022-09-26Drop unused remove arg to read_one_packageJon Turney
2022-09-10Make 'unmaintained' pseudo-category more accurateJon Turney
2022-08-15Fix flake8-import-order warningsJon Turney
2022-07-10Wind forward deprecated solib age thresholdJon Turney
2022-07-01Improve deprecated soversion expiry (again)Jon Turney
2022-07-01Improve handling of old-style obsoletion packagesJon Turney
2022-06-07Avoid false-positive in warning about replace-version:Jon Turney
2022-06-07Allow 'license:' key in source hintJon Turney
2022-05-28Improve deprecated soversion expiryJon Turney
2022-05-24Warn if source and binary packages diff in test: labelJon Turney
2022-05-18Improve 'curr not most recent' error mesageJon Turney
2022-05-18Expire unused, deprecated, old shared library versionsJon Turney
2022-05-17Raise minimum setup version to 2.903Jon Turney
2022-03-07Factor out navigating from pkg to srcpkgJon Turney
2022-03-06Give unmaintained packages the 'unmaintained' pseudo-categoryJon Turney
2022-03-01Move regex for detecting a soversion package to a single placeJon Turney