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 (Collapse)Author
2024-01-04Isolate tests from a local repodirJon Turney
This fixes the tests if a local /git/cygwin-packages happens to exist, and adds some test coverage of code which examines repodir.
2022-11-26Ignore x86/Jon Turney
Stop looking in x86/ Stop generating setup.ini in x86/ Stop generating webpage for x86/
2022-11-26Change x86/ to x86_64/ in test dataJon Turney
2022-06-07Allow 'license:' key in source hintJon Turney
Allow 'license:' key in source hint, and check it contains a valid SPDX license expression. Show the key value in source package summary page, and in repology JSON output. Update tests appropriately Future work: Add 'license:' to the set of mandatory keys for a source package.
2021-05-29Make 'homepage:' mandatory in new -src.hint uploadsJon Turney
Also update test data appropriately
2020-07-19package.delete() also deletes empty packagesJon Turney
Once a Package object no longer contains any files (archives or hints), it can be removed from the package set. (This fixes calm complaining when it wants to vault a stale package which had source, but no kept version does. Otherwise it complains that the source package has no versions) Also remove removed hints from version_hints, since we iterate over that in some places. This also prevents removed versions from bogusly appearing in packages.json, so update test data appropriately.
2020-05-25Remove support for curr: appearing in override.hintJon Turney
This doesn't really work the way it's expected to across setup versions, and isn't a good way of approaching the problem (current alternatives: make the version you want to be preferred have the highest non-test version, or use replace-versions: to cause higher versions to be uninstalled). Future work: lots of cruft for handling stability level overrides remains, which can all be cleaned up.
2020-03-26Extend test to cover hint adjustment at uploadJon Turney
2020-03-26Update tests for separate source .hintJon Turney
Note a change to the json output, where rpm-doc no longer has a version 999-1, as a source package doesn't exist for it, only an install package (because source versions are no longer implicitly created for all install versions)
2019-07-05Extend test to cover json dumpJon Turney
Sort lists (of subpacakages and maintainers), so that ordering in json output is stable.