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
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
2019-09-07Fix error reporting when package exists at diferent pathsJon Turney
2019-08-13Stop bodging names starting with '_' in mkgitoliteconfJon Turney
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
2019-07-06Always mark source packages as skipJon Turney
2019-07-05Extend test to cover json dumpJon Turney
2019-07-05Fix maintainer lookup in json dumpJon Turney
2019-07-05Suppress empty-but-not-obsolete warning for existing casesJon Turney
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
2019-07-04Also write a source package index pageJon Turney
2019-07-04Identify x86 or x86_64 only depends in package summary pageJon Turney
2019-07-04Create a separate package object for the source packageJon Turney
2019-07-04Factor out arch_packageJon Turney
2019-07-04Add a check that dirtree produced matches expected in test_html_writerJon Turney
2019-07-04Don't look up hints multiple times in write_setup_iniJon Turney
2019-07-04Refine wording of a piece of loggingJon Turney
2019-07-04Don't use defaultdict for vermapJon Turney
2019-07-01Don't depend on an obsoleting packageJon Turney
2019-06-20Omit maintainer in package summary page if we don't have any detailsJon Turney
2019-06-20Linkify hyperlinks in ldesc in package summary pageJon Turney
2019-06-20Clarify messages which can appear as a consequence of another errorJon Turney
2019-06-20Round file size up in package summaryJon Turney
2019-06-20Add alphabetic shortcuts to package listJon Turney
2019-06-15Drop some accomodations for sdesc:-less packagesJon Turney
2019-06-15Don't allow hint file to consist of just 'skip:'Jon Turney
2019-06-15packages.inc doesn't need execute permissionsJon Turney
2019-06-15Factor out os.makedirs wrapperJon Turney
2019-06-15Backup existing .hint in fix-skip-only-hintJon Turney
2019-06-14Log permission denied in utils.touchJon Turney
2019-06-11Touch packages_list.html when packages.inc is updatedJon Turney
2019-06-11Use summary/description rather than sdesc/ldesc in package summary pageJon Turney
2019-06-11Add a tool for fixing skip: only hintsJon Turney
2019-06-11Give first package name in pkglist the 'pkgname' styleJon Turney
2019-06-09Add test of noarch vaultingJon Turney
2019-06-08Fix noarch vaulting after 5fbe4c85Jon Turney
2019-06-05Allow a package to appear in arch and noarchJon Turney
2019-06-05Stop storing relarea path in packageJon Turney
2019-06-05Store path to tar file in Tar objectJon Turney
2019-06-05Add hint object to store path to hint fileJon Turney
2019-06-05Factor out movelist as a separate classJon Turney
2019-06-05Add some test coverage for movelist conflictJon Turney
2019-06-05Fix ignored files warningJon Turney