Comment 7 for bug 130158

Revision history for this message
LaserJock (laserjock) wrote :

wget handles redirects just fine. With curl you have to pass it the -L flag to get it to follow. I dug around the dget script and found that it does use -L for curl, \o/

I did a simple test redirect dgetting a real source package on my server and it works for both the wget and curl backends. Looks like we're ready to go.