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

Bunch of various updates #29

Merged
merged 9 commits into from
Dec 4, 2023
Merged

Bunch of various updates #29

merged 9 commits into from
Dec 4, 2023

Commits on Nov 24, 2023

  1. pre-commit

    jpopelka committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    82e1dd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    48b2347 View commit details
    Browse the repository at this point in the history
  2. Use packit to build in copr

    https://packit.dev/docs/configuration
    
    Building from main are enabled in
    https://copr.fedorainfracloud.org/coprs/g/osci/mini-tps
    but commented out here because we don't
    want it until we have a good CI.
    jpopelka committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6c569b0 View commit details
    Browse the repository at this point in the history
  3. Spec: URL update

    jpopelka committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    85f9094 View commit details
    Browse the repository at this point in the history
  4. /bin/bash -> /usr/bin/bash

    jpopelka committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    25bd82a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. move mtps-* executables from /usr/local/bin/ to /usr/sbin/

    Per rpmlint it's not permitted for packages to install files there.
    E: dir-or-file-in-usr-local
    
    Also use install instead of mkdir & cp.
    jpopelka committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bc49e3a View commit details
    Browse the repository at this point in the history
  2. Fix some shellcheck warnings

    Also use
    : "${VARIABLE:=default}"
    to define a default value for a variable.
    It's more simple than
    VARIABLE="${VARIABLE:-default}"
    and less typo-prone (this change fixes some typos).
    
    Also fixes
    /usr/local/bin/mtps-setup: line 62: DEBUG: unbound variable
    when running the pipeline on module build.
    jpopelka committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    af98a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd0f77b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca787bb View commit details
    Browse the repository at this point in the history