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
2023-08-15Explicitly use count keyword argument to re.sub()Jon Turney
2023-03-16Make tests cover running reports as wellJon Turney
2023-02-19Add a test of mkgitoliteJon Turney
2023-02-19Revise maintainers moduleJon Turney
2023-01-19Propagate any error reading packages through mksetupiniJon Turney
2023-01-19Relax trusted maintainer restrictionsJon Turney
2022-11-26Change x86/ to x86_64/ in test dataJon Turney
2022-08-15Fix flake8-import-order warningsJon Turney
2022-06-15Use a separate staging dir for automated build uploadsJon Turney
2022-05-17Improve reporting of what's happening with their packages to a maintainerJon Turney
2022-02-23Persistently record all package namesJon Turney
2021-05-06Clean test_html_writer output directory before testJon Turney
2021-03-14Handle epoch (if present) in version comparisonJon Turney
2021-01-04Add zstd to permitted archive compressionsJon Turney
2020-08-23Include a date in package summary pageJon Turney
2020-06-11Avoid shadowing 'object' builtinJon Turney
2020-05-28Move static methods out of Maintainers classJon Turney
2020-05-20Clean up unnecessary uses of get/setattr() in test_calm.pyJon Turney
2020-05-20Mark unused variable in uses of os.walk()Jon Turney
2020-05-19Disallow build-depends: in install package hintsJon Turney
2019-07-05Extend test to cover json dumpJon Turney
2019-07-04Create a separate package object for the source packageJon Turney
2019-07-04Add a check that dirtree produced matches expected in test_html_writerJon Turney
2019-06-09Add test of noarch vaultingJon Turney
2019-06-05Factor out movelist as a separate classJon Turney
2019-06-05Add some test coverage for movelist conflictJon Turney
2019-06-04Prevent !reminder-timestamp failing a test with an old checkoutJon Turney
2019-05-30Use subtest in test_html_write to identify different fileJon Turney
2019-05-29Update hint parsing testsJon Turney
2019-05-27Generate a per-package summary HTML pageJon Turney
2018-05-14Fix some escaping issues reported by latest pycodestyleJon Turney
2018-03-05Make test_scan_uploads repeatableJon Turney
2018-01-22Fix running pep8 on test/Jon Turney
2017-11-17Fix representation of defaultdict in test data for python 3.6Jon Turney
2017-11-17Fix representation of OrderedDict in test data with python 3.6Jon Turney
2017-10-06Upgrade some checks from a warning to an errorJon Turney
2017-10-06Add more version comparision testsJon Turney
2017-10-04Fix a problem with version sortingJon Turney
2017-04-12Add daemon mode for calmJon Turney
2017-04-09Mark empty packages which have no dependencies and aren't obsolete as source-...Jon Turney
2016-12-09Add a test for uploading just a replacement pvr.hint fileJon Turney
2016-09-19Write human-readable time in addition to machine-readable timestampAchim Gratz
2016-09-15Move stale package versions to the vaultJon Turney
2016-09-14Check the setup.ini produced by the 'process' testJon Turney
2016-08-30Test for upload with per-version hintsJon Turney
2016-07-30Generalize setup.hint reading to .hint file readingJon Turney
2016-06-22Check that packages have some versions, and warn if no curr versionJon Turney
2016-06-15Better checking for corrupt packagesJon Turney
2016-05-12Make packageableJon Turney