--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
07-12-2011, 01:28 PM
Dan Horák
How to remotely download a package from koji?
Richard Shaw p*še v Út 12. 07. 2011 v 08:22 -0500:
> I'm trying to remotely download a package from a koji scratch build
> but it doesn't work.
>
> # curl -L -O http://koji.fedoraproject.org/koji/getfile?taskID=3192896&name=BackupPC-3.2.1-1.fc14.src.rpm
>
> Usually the -L handles the redirects gracefully but in this case the
> rpm package is not getting downloaded.
look at http://koji.fedoraproject.org/scratch/
Dan
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
07-12-2011, 01:28 PM
Richard Shaw
How to remotely download a package from koji?
Never mind!
I didn't catch the & was getting interpreted by the shell, quoting the
url fixed it.
Thanks,
Richard
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
07-12-2011, 01:31 PM
Tim Bielawa
How to remotely download a package from koji?
On Tue, 12 Jul 2011 08:22:53 -0500, Richard Shaw <hobbes1069@gmail.com> wrote:
> I'm trying to remotely download a package from a koji scratch build
> but it doesn't work.
>
> # curl -L -O http://koji.fedoraproject.org/koji/getfile?taskID=3192896&name=BackupPC-3.2.1-1.fc14.src.rpm
>
> Usually the -L handles the redirects gracefully but in this case the
> rpm package is not getting downloaded.
>
> Clicking on the link on my local computer of course works...
>
> Thanks,
> Richard
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel
I found this script once before to simplify downloading the results of
scratch builds: