How I get all my packages branched.
** Put all your packages in a file, one line per package.
  head -n2 my.package.list
    akonadi-calendar-tools
    akonadiconsole

** Run through the list and branch them all
  cat my.package.list | while read package
  do
    echo $package
    fedpkg request-branch --repo $package epel10
  done

Same amount of effort for 5, 20, 400 packages.

As someone else on the thread said, it's getting all the dependencies that
is the hard part.

Troy
-- 
_______________________________________________
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to