http://bugzilla.novell.com/show_bug.cgi?id=534709 http://bugzilla.novell.com/show_bug.cgi?id=534709#c2 --- Comment #2 from Jian Lee <lijian.gnu@gmail.com> 2010-01-20 01:25:04 UTC --- (In reply to comment #1)
adrian: is this fixed for the 1.7 package?
Yes, it is fixed in 1.7 -------------------- # grep api build-service/dist/obs_mirror_project puts "Downloading: osc api -m GET https://api.opensuse.org/build/#{project}/#{repository}/#{architecture}/_repository\n" if verbose process = File::popen("osc api -m GET https://api.opensuse.org/build/#{project}/#{repository}/#{architecture}/_repository", "r") puts "Downloading: osc api -m GET https://api.opensuse.org/build/#{project}/#{repository}/#{architecture}/_repository/#{fname}" # fallback to api download # print "failed, try via api for #{fname} \n" unless system("osc api -m GET https://api.opensuse.org/build/#{project}/#{repository}/#{architecture}/_repository/#{fname}
#{destinationdir}/#{fname}") print "Unable to download #{fname} from mirror AND api\n" ======================================================
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.