linux-surface/.github/scripts/repository
Dorian Stoll 348af13d4e
pkg: repo: Fix generating random strings
The pipefail option causes the script to terminate with an error,
because the pipes are closed while they are still being written
to from /dev/urandom.

It would be possible to disable pipefail locally for this command,
but using openssl seems easier and more robust anyways.
2023-07-25 12:35:37 +02:00
..
arch.sh pkg: repo: Fix generating random strings 2023-07-25 12:35:37 +02:00
debian.sh pkg: repo: Fix generating random strings 2023-07-25 12:35:37 +02:00
fedora.sh pkg: repo: Fix generating random strings 2023-07-25 12:35:37 +02:00