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
path: root/calm
AgeCommit message (Expand)Author
2023-01-19Remove obsolete 'mkmaintdir' toolJon 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-12Expire packages which require non-existent python26Jon Turney
2023-01-12Add expiry based on obsolete, removed providesJon Turney
2023-01-12Add 'python26' to non-existent provide listJon Turney
2023-01-12Add a more generic 'add requires based on paths in package' toolJon 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-07Finish data for old_style_obsolete_by heuristicJon Turney
2023-01-06Allow package version to be marked as weakly retainedJon Turney
2023-01-05Allow an empty source for obsoleted catgets packageJon Turney
2023-01-03Drop special case to handle libturbojpeg as a solib packageJon Turney
2023-01-02Tweak SOVERSION_PACKAGE_RE so it matches solib packages without a numberJon Turney
2022-12-09Treat sha512.sum as a cache for sha512 computationJon Turney
2022-12-09Add a simple wrapper for caching a parsed file until mtime changesJon Turney
2022-12-05Make mksetupini continue to work for legacy x86 architectureJon Turney
2022-12-05Clean up some obsolete tools which are only useful when we have multiple archesJon Turney
2022-12-05Allow correct keep-superseded-test: key name in hintJon Turney
2022-11-26Drop x86-only past-mistakesJon Turney
2022-11-26Ignore x86/Jon Turney
2022-11-26Reject uploads to x86/Jon Turney
2022-11-26Rationalize path handling a little bitJon Turney
2022-11-21Avoid an exception when homepage: isn't a URLJon Turney
2022-10-18Turn license expression not normalized error into a warningJon Turney
2022-10-11Turn 'Unknown license key(s)' error into a warningJon Turney
2022-10-04mkgitolite: Allow maintainers to push tagsJon Turney
2022-10-02Allow '_windows' pseudo-package to appear in requires:Jon 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-02Correctly linkify packages with a version-constraintJon Turney
2022-10-02Drop generating requires: headerJon Turney
2022-10-02Send emails with 'Reply-To' cygwin-appsJon Turney
2022-09-26Drop unused remove arg to read_one_packageJon Turney
2022-09-15Drop special treatment for !packages in upload areaJon Turney
2022-09-14Warn if license: is missing in uploadsJon Turney
2022-09-10Make 'unmaintained' pseudo-category more accurateJon Turney
2022-09-10mkgitolite: Limit branch names maintainer can create/fast-forwardJon Turney
2022-08-15Fix E275 missing whitespace after keywordJon Turney
2022-08-15Fix flake8-import-order warningsJon Turney
2022-08-15Report non-exception errors from license.expression.validate()Jon Turney
2022-07-16Workaround unexpected exceptions from license_expression.validate()Jon Turney
2022-07-16Fix BufferingSMTPHandler used as a contextJon Turney