linux-surface/.github
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
..
scripts pkg: repo: Fix generating random strings 2023-07-25 12:35:37 +02:00
workflows pkg: Allow triggering a CI run manually 2023-07-25 09:36:28 +02:00
ISSUE_TEMPLATE.md Add an issue template. 2019-12-30 21:01:58 +09:00