Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Adam Mercer
Koji Packager
Commits
cdfe8f2f
Verified
Commit
cdfe8f2f
authored
May 14, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log when koji authentication fails
parent
7a3f70fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
gwkoji/packager.py
gwkoji/packager.py
+5
-1
No files found.
gwkoji/packager.py
View file @
cdfe8f2f
...
...
@@ -193,7 +193,11 @@ def main():
# how do we determine this when source is from git?
# check that we can authenticate to koji
koji
.
moshimoshi
(
logger
=
logger
)
try
:
koji
.
moshimoshi
(
logger
=
logger
)
except
subprocess
.
CalledProcessError
:
logger
.
critical
(
"unable to authenticate with koji server"
)
raise
# determine if the package is already registered with koji
if
args
.
source_type
!=
"git"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment