Clone all packages at once

Pierre-Yves Chibon pingou at pingoured.fr
Tue Jul 15 07:26:16 UTC 2014


On Tue, Jul 15, 2014 at 02:40:13AM -0430, Eduardo Javier Echeverria Alvarado wrote:
>    I think not there any command that do that. But you can take a look to the
>    output of the pkgdb api [1] and make your own script
> 
>    [1]
>    https://admin.fedoraproject.org/pkgdb/api/packager/package/echevemaster
> 
>    El 15/07/2014 02:26, "Kalpa Welivitigoda" <callkalpa at gmail.com>
>    escribiA^3:
> 
>      Hi,
> 
>      Is it possible to clone all the packages I maintain/co-maintain in a
>      single command with fedpkg clone?

Even easier with pkgdb-cli

something like:
for pkg in $(pkgdb-cli list --user=<username --nameonly)
do 
  fedpkg clone $pkg
done


Pierre


More information about the devel mailing list