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

.copr: Cleanups #1812

Merged
merged 4 commits into from
Aug 7, 2023
Merged

.copr: Cleanups #1812

merged 4 commits into from
Aug 7, 2023

Commits on Aug 2, 2023

  1. .copr: Simplify root directory variable

    Also rename it from `$dirname` to `$rootdir`, as that's too confusing
    with the `dirname` command.
    martinpitt committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a85f1aa View commit details
    Browse the repository at this point in the history
  2. .copr: Enable set -u for robustness

    This catches a missing $1 argument early, instead of failing the `cp`
    command at the very end.
    martinpitt committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    77d57ee View commit details
    Browse the repository at this point in the history
  3. .copr: Replace chown call with standard workflow safe.directory setting

    As a user this isn't necessary, and potentially dangerous when running
    this as root. This is a workaround which is specific to running
    containers in GitHub workflows, so configure git there.
    martinpitt committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    659fb54 View commit details
    Browse the repository at this point in the history
  4. ci: Move to actions/checkout@v3 version

    v2 has been deprecated for a long time, and is throwing warnings.
    martinpitt committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    dc580fb View commit details
    Browse the repository at this point in the history