#121 Avoid superfluous quotes in request-gated-side-tag help
Opened a month ago by churchyard. Modified a month ago
centos/ churchyard/centpkg quotes  into  develop

file modified
+1 -1
@@ -8,7 +8,7 @@ 

  anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s.git

  branchre = .+\d$|.+\d-.+|master$

  kojiprofile = stream

- build_client = "koji -p stream"

+ build_client = koji -p stream

  kerberos_realms = REDHAT.COM,IPA.REDHAT.COM

  lookaside_namespaced = True

  git_excludes =

$ centpkg request-gated-side-tag
Side tag 'c10s-build-side-3820-stack-gate' (id 3820) created.
Use 'centpkg build --target=c10s-build-side-3820-stack-gate' to use it.
Use '"koji -p stream" wait-repo c10s-build-side-3820-stack-gate' to wait for the build repo to be generated.

There is no such thing as '"koji -p stream" wait-repo ...'.
I believe the quotes are superfluous.

I agree with you.
I won't be able to give this the proper testing until next week.

Metadata