Commit Graph

8 Commits

Author SHA1 Message Date
Jiri Kyjovsky
e59050d445 copr: revert UID changes, otherwise chown is needed 2025-11-20 14:02:47 +01:00
Jiri Kyjovsky
b892c72c1a copr: remove specified uid for copr signer, clashes with others
namely:
dhcpcd:x:992:992:Minimalistic DHCP client:/var/lib/dhcpcd:/usr/sbin/nologin
2025-11-12 12:57:33 +01:00
Ryan Lerch
691adee6ee Fix name[casing] ansible-lint issues
fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
Pavel Raiskup
a209069d03 copr: tag the root password setting with rootpw
To be consistent with the base's one.
2024-11-29 18:53:07 +01:00
Pavel Raiskup
43d75d65c6 Revert "copr-infra: hash the root password"
This reverts commit 482bfb8846.
2024-11-29 10:10:40 +01:00
Pavel Raiskup
482bfb8846 copr-infra: hash the root password 2024-11-29 09:47:43 +01:00
Pavel Raiskup
f11eb65ffc copr-infra: setup root passwords
This is useful when trying to fix things like /etc/fstab
https://fosstodon.org/@praiskup/113557853677016655
2024-11-29 09:44:21 +01:00
Pavel Raiskup
cf46433ec9 copr-keygen: pre-create users before running 'base'
Otherwise we risk a conflict with other automatically allocated users,
right now it is:

fatal: [copr-keygen-dev.aws.fedoraproject.org]: FAILED! => {"changed": false, "msg": "useradd: UID 992 is not unique\n", "name": "copr-signer", "rc": 4}
2024-11-28 00:13:03 +01:00