On Friday, November 13, 2020 6:06:49 PM CET Miro Hrončok wrote: > On 11/13/20 5:25 PM, Pavel Raiskup wrote: > > Hello! > > > > On Nov 13 2020, a new Copr release landed production. The list of user > > visible > > changes is in the release notes document: > > > > https://docs.pagure.org/copr.copr/release-notes/2020-11-13.html > > Dist-Git packages \o/ > > Is there a way to edit the packages to use this via CLI? > > E.g. when we added packages like this: > > copr add-package-scm --clone-url > https://src.fedoraproject.org/rpms/${pkg}.git > --name $pkg --webhook-rebuild on --commit master ${copr} > > How can I run copr edit-package-... or some other command to convert such > packages to fedora dist-git packages?
The 'edit-package-*' pattern should just work: $ copr edit-package-distgit --name <package> <project> ... Pavel _______________________________________________ copr-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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.fedorahosted.org/archives/list/[email protected]
