Accept command line arguments and invoke the installation wizard.

Review Request #13478 — Created Jan. 3, 2024 and submitted

Information

rbinstall
master

Reviewers

This updates the main entrypoint for the installer to:

  1. Parse any special command line arguments requested by the caller (for
    unattended installs or specific installation requirements).

  2. Fetch information on the versions of the Review Board packages from
    PyPI.

  3. Start the installation wizard.

With this, the initial version of the Review Board installer is
considered complete.

Completed many interactive and unattended installs, with various
combinations of command line options.

All Docker-based tests pass.

Summary ID
Accept command line arguments and invoke the installation wizard.
This updates the main entrypoint for the installer to: 1. Parse any special command line arguments requested by the caller (for unattended installs or specific installation requirements). 2. Fetch information on the versions of the Review Board packages from PyPI. 3. Start the installation wizard. With this, the initial version of the Review Board installer is considered complete.
a554c5c5cc7b77c316da6dc2d3465cb33396d8fa
maubin
  1. Ship It!
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (978a23b)
Loading...