1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 18:26:15 +01:00

yet another place where wrong apiurl is used for getbinaries

This commit is contained in:
Adrian Schröter 2009-04-22 12:42:52 +00:00
parent 9dfaf611f3
commit 7c423392e1

View File

@ -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,