[setup - the official Cygwin setup program] branch topic/cli, created. release_2.935-21-gb93cd8af

Jon Turney via Cygwin-apps-cvs <[email protected]> Tue, 3 Feb 2026 13:13:45 +0000 (GMT)
Newsgroups gmane.os.cygwin.cvs.apps
Message-ID <[email protected]>
        at  b93cd8af83e0ebfbd77998fd3967611107c94dbe (commit)


https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=b93cd8af83e0ebfbd77998fd3967611107c94dbe

commit b93cd8af83e0ebfbd77998fd3967611107c94dbe
Author: Jon Turney <[email protected]>
Date:   Thu Feb 6 16:03:24 2020 +0000

    Add beginnings of a command line installation tool
    
    At the moment, all this can do is retrieve setup.ini from a selected
    mirror and parse it.

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=f490bc3feb673fb52e4b6b4114da6ec0e3240aa4

commit f490bc3feb673fb52e4b6b4114da6ec0e3240aa4
Author: Jon Turney <[email protected]>
Date:   Sat Feb 3 17:35:58 2024 +0000

    Put various shared subcomponents into a convenience library
    
    * logging, settings, netio, iostream, decompressors, packagedb,
    csu_util, hashes, signature checking, URL fetching, Exception class, ini
    fetching and parsing, global state, version

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=dc6897a51130632a9dfdb5ca9d5544ee2318f0e2

commit dc6897a51130632a9dfdb5ca9d5544ee2318f0e2
Author: Jon Turney <[email protected]>
Date:   Sun Feb 25 17:33:23 2024 +0000

    Push check_for_cached into package_source
    
    This is kind of half-right. It helps make the package database code
    self-contained (since that needs to use check_for_cached as part of
    ScanDownloadedFiles), but also pulls apart the 'cache checking' and
    'download file and put it in the cache'.  There's probably some scope
    for an package_source interface for "where is the package cache download
    location for this package from that site."

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=678bd9abefb4d4fa05d4cd29ca21d5c17fec440c

commit 678bd9abefb4d4fa05d4cd29ca21d5c17fec440c
Author: Jon Turney <[email protected]>
Date:   Sun Feb 4 22:25:28 2024 +0000

    Instantiate found_ini_list in ini.cc
    
    This is the list of ini files found by fromcwd.cc:do_from_local_dir().
    
    Maybe that should be unkinked by actually doing that scan inside ini.cc,
    where we could have some progress feedback?
    
    This makes it possible to build ini.cc without fromcwd.cc