#330 Update release candidate SOPs
Merged by patrikp. Opened by patrikp.
patrikp/infra-docs-fpo rc_docs  into  master

Download 330.patch

Relevant releng ticket: https://pagure.io/releng/issue/12411

Signed-off-by: Patrik Polakovič patrik@alphamail.org

Should be actually >& (that redirects both stderr and stdout)

Should be >& everywhere. ;)

Otherwise it looks good to me. Thanks!

rebased onto c85beb644e6a15cedb79cd8db4fff0d821b3694a

Good catch, thanks!

Should be >& everywhere. ;)

Actually I just checked and both work. I got the &> straight from the RH124 course.
Equivalent to > file 2>&1, it redirects stdout and stderr to overwrite the same file.

Not sure what the convention is but at least now it's consistent...

rebased onto 67a3c28f3073832e874bb68505855617c3a8b251

Pull-Request has been merged by patrikp

Metadata