Eric Forgy
Eric Forgy
Hmm. Yeah. If I paste the URL in the browser, I can see the XML response.
I also tried running the REPL as admin, but no luck
I'm new to this, but I suppose I should mention this is running on an Azure VM...
``` julia julia> download_cmd("https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_13.2/repodata/repomd.xml", "repomd.xml") PowerShell[.exe] [-PSConsoleFile | -Version ] [-NoLogo] [-NoExit] [-Sta] [-Mta] [-NoProfile] [-NonInteractive] [-InputFormat {Text | XML}] [-OutputFormat {Text | XML}] [-WindowStyle ] [-EncodedCommand ] [-File ]...
Yeah. That worked. It downloaded the XML. If I do that in .julia/WinRPM, where should I put it so it finds it? I'll also try to figure it out myself...
Hmm... I ended up just copying over WinRPM from my local machine to the remote VM which got `using WinRPM` to work, but I need Nettle.jl and Nettle seems to...
Ok. I am in a bit of a bind (and time is not on my side), so I'll have a go at modifying the download function ``` julia @unix_only download(source::AbstractString)...
Instead of BinDeps, I could do it pretty easily with Requests, but then Requests becomes a dependency of WinRPM. Are you ok with that?
Ok. So I'll try to modify the download function above to use `download_cmd`. Thanks :+1:
Hmm... it appears the `download_cmd` does not return the status. Bummer. I guess that is what you meant above :sweat_smile: