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

CI: Arch: Edit /etc/pacman.conf instead of copying a nonexistent file #613

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

ppisar
Copy link
Collaborator

@ppisar ppisar commented Jan 26, 2024

Base archlinux image stopped delivering a backed up configuration file for pacman and thus our CI failed:

Run cp /etc/pacman.conf.pacnew /etc/pacman.conf
cp: cannot stat '/etc/pacman.conf.pacnew': No such file or directory
Error: Process completed with exit code 1.

We used to copy that file to change a pacman configuration so that GLib documentation files are not removed when installaing packages. This stopped to working.

This patch edits the file instead.

Base archlinux image stopped delivering a backed up configuration file
for pacman and thus our CI failed:

    Run cp /etc/pacman.conf.pacnew /etc/pacman.conf
    cp: cannot stat '/etc/pacman.conf.pacnew': No such file or directory
    Error: Process completed with exit code 1.

We used to copy that file to change a pacman configuration so that
GLib documentation files are not removed when installaing packages.
This stopped to working.

This patch edits the file instead.
@ppisar
Copy link
Collaborator Author

ppisar commented Jan 26, 2024

"Continuous Integration / Arch Linux " passed. This fix works.

@ppisar ppisar merged commit 903408a into fedora-modularity:main Jan 26, 2024
13 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant