Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: archlinux/contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20240720
Choose a base ref
...
head repository: archlinux/contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20240823
Choose a head ref
  • 10 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    d56a229 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from archlinux/machine_slice

    checkservices: honor -m/-M flags
    Antiz96 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    fcc2824 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. checkservices: add auditd.service to the list of ignored services

    An attempt to restart auditd.service results in the following error:
    
    Failed to restart auditd.service: Operation refused, unit auditd.service may be requested by dependency only (it is configured to refuse manual start/stop).
    See system logs and 'systemctl status auditd.service' for details.
    lahwaacz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    591c72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5733f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3f4bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f19a19c View commit details
    Browse the repository at this point in the history
  5. checkservices: fix quoting

    Shellcheck issues SC2046, SC2053, SC2086, SC2184
    lahwaacz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9f5c0c3 View commit details
    Browse the repository at this point in the history
  6. checkservices: remove unnecessary $ on arithmetic variables

    This resolves shellcheck warning SC2004.
    lahwaacz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1b02602 View commit details
    Browse the repository at this point in the history
  7. checkservices: use mapfile to split command output

    This resolves the shellcheck warning SC2207.
    
    I think we want to split by newlines rather than arbitrary whitespace in
    all cases...
    lahwaacz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    24bcbf4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #82 from lahwaacz/checkservices

    checkservices: add auditd.service to ignore list and resolve shellcheck warnings
    Antiz96 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1195588 View commit details
    Browse the repository at this point in the history
Loading