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
2018-01-30Update version to 2018013020180130Jon Turney
2018-01-26Avoid exceptions following curr: selecting a non-existent versionJon Turney
2018-01-23Don't terminate with an exception after an invalid override.hintJon Turney
2018-01-23Add a replace-versions: key in override.hint to list versions which should al...Jon Turney
2018-01-22Run flake8, as wellJon Turney
2018-01-22Run pep8 on setup.py as wellJon Turney
2018-01-22Fix running pep8 on test/Jon Turney
2018-01-22Remove some unused importsJon Turney
2018-01-22Rename depends: to depends2:Jon Turney
2018-01-18Generate depends: from requires:, if not presentJon Turney
2018-01-12Update past_mistakesYaakov Selkowitz
2017-12-20Add a disable-check: key in pvr.hint to disable certain checksJon Turney
2017-12-20Update past_mistakesYaakov Selkowitz
2017-12-06Treat 'not on the package list' as an errorJon Turney
2017-12-04Update version to 2017120420171204Jon Turney
2017-11-30Update TODOJon Turney
2017-11-30Make --disable-check able to take comma separated valuesJon Turney
2017-11-30Add a disable-check: key in override.hint to disable certain checksJon Turney
2017-11-30Add mksetupini option --disable-checkJon Turney
2017-11-30Make calm and mksetupini return a non-zero exit status on errorJon Turney
2017-11-22Repository paths generated by mkgitolite should start with git/Jon Turney
2017-11-22Consider external-source: in 'empty but not obsolete' checkJon Turney
2017-11-22Don't warn about directories which just contain .sum filesJon Turney
2017-11-22Fix logging of bad sha512.sum line not to include newlineJon Turney
2017-11-22Suppress empty depends:, obsoletes:, build-depends:Jon Turney
2017-11-22Various fixes and improvements to dedup toolJon Turney
2017-11-22Add a tool for finding duplicatesJon Turney
2017-11-22Add a tool for migrating setup.hint to pvr.hintJon Turney
2017-11-22Rationalize the way we run ad-hoc toolsJon Turney
2017-11-17Test with python 3.6 as well on TravisJon Turney
2017-11-17Fix representation of defaultdict in test data for python 3.6Jon Turney
2017-11-17Shrink ldesc in one hint to work around limitations of previous fixJon Turney
2017-11-17Extend the sdesc in one hint to work around limitations of previous fixJon Turney
2017-11-17Fix representation of OrderedDict in test data with python 3.6Jon Turney
2017-11-14Add a copy of the MIT license as LICENSEJon Turney
2017-11-13Update version to 2017111320171113Jon Turney
2017-11-10Add the arch to the warning that files are being ignoredJon Turney
2017-11-09Log uploads once, rather than once for each archJon Turney
2017-11-09Add basic build-depends: handlingJon Turney
2017-11-09Allow the effective version to be overridden by version: hintJon Turney
2017-11-09Wrap access to tar for a given version and category in a functionJon Turney
2017-11-09Disable pycodestyle E741 'ambiguous variable name'Jon Turney
2017-11-09Fix pycodestyle E722 'do not use bare except'Jon Turney
2017-11-09Fix various E305 'expected 2 blank lines' errors with latest pycodestyleJon Turney
2017-11-09Update for pep8 renamed to pycodestyleJon Turney
2017-11-09Add tests of obsoletes: and depends:Jon Turney
2017-11-09Trim components of obsoletes: and depends: when we sort themJon Turney
2017-11-09Add depends: handlingJon Turney
2017-11-09Add obsoletes: handlingJon Turney
2017-11-09Try to rename setup.hint to pvr.hint at uploadJon Turney