From 7c423392e1c0787d38339370351217ebc7108b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 22 Apr 2009 12:42:52 +0000 Subject: [PATCH] yet another place where wrong apiurl is used for getbinaries --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index c36e10d5..38ae9735 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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,