mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-08 14:08:42 +02:00
yet another place where wrong apiurl is used for getbinaries
This commit is contained in:
@@ -2382,7 +2382,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if st.st_mtime == binary.mtime and st.st_size == binary.size:
|
||||
continue
|
||||
|
||||
get_binary_file(conf.config['apiurl'],
|
||||
get_binary_file(apiurl,
|
||||
project,
|
||||
repository, architecture,
|
||||
binary.name,
|
||||
|
Reference in New Issue
Block a user