Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build standalone script edition in CI #299

Merged
merged 10 commits into from
Jun 17, 2021
Merged

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    6fa3633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ecd56a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f02139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    981addb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    b424c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecda7a8 View commit details
    Browse the repository at this point in the history
  3. Use autoconf install step even on standalone builds

    My previous implementation only used the configure step from autoconf.
    Technically in this case it should have been enough, but it’s also kind
    of an abuse of the tools, it was meant to have another stage.  This uses
    the tools as they were designed, which in my history with autoconf is
    always easier to maintain.  Also it gives us the option of using more
    features or doing more fancy things in an install step without the
    standalone versions being out of sync from system installed versions.
    alerque committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    37dd081 View commit details
    Browse the repository at this point in the history
  4. Make it easier to deploy a standalone script

    The number of options that needed to be set to get a proper standalone
    build is fairly large. Given that it was already repeated twice in
    different CI contexts it occurred to me the whole batch of settings
    should just be one preset so that people can build their own standalone
    version easily from the source tarball if they want.
    alerque committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    cb42e59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f34c73 View commit details
    Browse the repository at this point in the history
  6. Copy-edit documentation for standalone deployment

    Co-authored-by: Richard Hartmann <[email protected]>
    alerque and RichiH committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    5bcb2ea View commit details
    Browse the repository at this point in the history