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
2020-04-01Update version to 2020040120200401Jon Turney
2020-03-30Fix some calm-tool scripts to allow them to be invoked via entry-pointJon Turney
2020-03-29Ignore .bak files in upload area that hint fixer might createJon Turney
2020-03-28Fix an exception when an external-source package is erroredJon Turney
2020-03-28Update version to 2020032820200328Jon Turney
2020-03-26Extend test to cover hint adjustment at uploadJon Turney
2020-03-26Add a tool for adding homepage: to '-src.hint' filesJon Turney
Also perform similar adjustment to '-src.hint' files at upload.
2020-03-26Add support for a homepage: key in source package hintJon Turney
Report it in json dump Report it on package summary package
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)
2020-03-26Revert "Disable testing of replacement hint upload"Jon Turney
This reverts commit 26ece0fb8604df395679003a08327667aff28011. This is now working again.
2020-03-26Use separate .hint for source and install packagesJon Turney
This makes keeping track of stale hints much simpler and more reliable Add a tool to add missing -src.hint to the relarea, by copying (if install package also exists) or moving (if it doesn't) the corresponding .hint Fix up uploads which don't have a -src.hint, by copying or moving the corresponding .hint likewise.
2020-03-10Fix irker test not to include argv[0] in the messageJon Turney
2020-03-10Don't include hostname in email subject if it's uninterestingJon Turney
2020-03-02Avoid an exception if no previous .ini file existsJon Turney
2020-03-02Add option to specify gpg key(s) to use for signing setup.iniJon Turney
If the option is absent, gpg will use it's default (the first key found in the secret keyring, in the absence of specific configuration).
2020-03-02Log output from compression and signing subprocessesJon Turney
2020-03-02Just compute the compressed filename onceJon Turney
2020-02-29Make --force work more sensibly when daemonizedJon Turney
If daemonized, --force should force regeneration of static content in htdocs initially (in case the generation code has changed), but that static content should only by updated as needed on subsequent loops. Use open_amifc() so that mtimes aren't changed by forced regeneration of static content, if it hasn't actually changed. (This also atomically updates that content, just in case someone happens to read it while it's being updated) Regenerating package listing pages is expensive (since we have to read all of every tar archive to do so), so only do that with '--force --force'.
2020-02-22Remove support for prev: appearing in override.hintJon Turney
setup hasn't supported specifically installing the prev: version since 2011 (setup version 2.761) (See [1]) prev: is equivalent to keep: [1] https://cygwin.com/ml/cygwin-apps/2011-07/msg00064.html
2020-02-22Remove support for test: appearing in override.hintJon Turney
Everyone should now be using a test: key in the pvr.hint instead. There's some internal de-crufication which can follow.
2020-02-22Make keep-count: not retain test: versionsJon Turney
(Note that we will always retain the version assigned to the test: stability level (the highest test: version, unless specified in override.hint), if any. For the moment, also retain 2 test versions, so the change in behaviour isn't large. This could be tuned down to retaining 1 test version in future. v2: Handle keep-count:0 correctly
2020-02-20Update version to 2020022020200220Jon Turney
2020-02-20Improve test wrapper script to pass argumentsJon Turney
2020-02-19Transfer 'perl5_26' annotation from comment to a notes: keyJon Turney
Transfer 'perl5_26' annotation from comment to a notes: key. This ensures it survives other hint transformations.
2020-02-19Extend orphan maintainer listJon Turney
Extend orphan maintainer list to include everyone who: * has a sourceware shell account * that account is a member of the cygwin group * is currently a package maintainer Restructure gitolite.conf so the "push to all repos" list is synchronized with that
2020-02-19Remove an old fixup toolJon Turney
2020-02-18Don't use a defaultdict for packagesJon Turney
2020-02-18Avoid repeated package dict lookups in write_setup_iniJon Turney
2020-02-18Move flake8 settings to .flake8Jon Turney
2020-02-16Add a tool for annotating existing perl hintsJon Turney
2020-02-09Fix dryrun in listingsJon Turney
2020-02-02Avoid KeyError exception if obsoleted package isn't presentJon Turney
2020-01-29Update version to 2020012920200129Jon Turney
2019-09-18Clarify error when we can process uploads since relarea has errorsJon Turney
2019-09-07Disable testing of replacement hint uploadJon Turney
Since e10575b0, uploading of a replacement hint only is broken. Disable the test of that, for the moment, so we will notice any other test failures.
2019-09-07Fix error reporting when package exists at diferent pathsJon Turney
2019-08-13Stop bodging names starting with '_' in mkgitoliteconfJon Turney
Now that we've patched gitolite to allow reponames starting with an underscore, we can generate a gitolite configuration without mangling those reponames.
2019-08-10Add a link from package summary page to browse packaging git repoJon Turney
2019-07-10Don't assume a binary package exists for uploadsJon Turney
As written, this assumes a binary package exist for anything uploaded, which fails when only a source pacakge exists. This simple fix prevents replacement hint uploading from working, so something more sophisticated might be needed.
2019-07-06Always mark source packages as skipJon Turney
2019-07-05Extend test to cover json dumpJon Turney
Sort lists (of subpacakages and maintainers), so that ordering in json output is stable.
2019-07-05Fix maintainer lookup in json dumpJon Turney
2019-07-05Suppress empty-but-not-obsolete warning for existing casesJon Turney
Going forward, these should either have their dependencies removed and be made obsolete, or be marked as meta-packages (via a category?)
2019-07-05Fix package name in json dumpJon Turney
2019-07-05Add a manual test script for sending log mailJon Turney
2019-07-05Send mail using /usr/sbin/sendmail, rather than SMTPJon Turney
2019-07-04Fix flake8 issuesJon Turney
2019-07-04Fix over-indented read_one_package()Jon Turney
2019-07-04Write lines for source-only versions in setup.iniJon Turney
Preserve the historical behaviour by writing lines for source-only versions in setup.ini.
2019-07-04Also write a source package index pageJon Turney