dc1ab43 rpmbuild, backend, frontend: use shlex.quote instead of pipes.quote

8 files Authored by frostyx a year ago, Committed by praiskup a year ago,
    rpmbuild, backend, frontend: use shlex.quote instead of pipes.quote
    
    Because this deprecation error pollutes the stdout, backend can't read
    the copr-rpmbuild PID and fail the build.
    
        Backend process error: copr-rpmbuild returned invalid PID on
        stdout: /usr/bin/copr-rpmbuild:12: DeprecationWarning: 'pipes' is
        deprecated and slated for removal in Python 3.13
          import pipes
        186
    
    While at it, I am replacing all the occurrences of `pipes`.
    
    Merges: #2371
    
        
file modified
+2 -2
file modified
+2 -2