On Wed, 10 Feb 2021 at 14:24, Stephen John Smoogen <smooge@xxxxxxxxx> wrote:
On Wed, 10 Feb 2021 at 14:19, Miro Hrončok <mhroncok@xxxxxxxxxx> wrote:On 10. 02. 21 19:53, Stephen John Smoogen wrote:
> fedpkg-minimal
> epel-release
> epel-rpm-macros
Those make perfect sense to me.
> fedpkg
> koji
> bodhi
But I don't understand why those are required. What am I missing?
A lot of EPEL developers do their development on an EL system and use the base tools to do so. That needs fedpkg to be on that system to talk to koji/bodhi and a host of other items. In order to get fedpkg to do that you end up needing parts of koji and bodhi because of library needs. That requires the yak train.
All fedpkg-minimal is
#!/bin/bash
baseurl=http://pkgs.fedoraproject.org/repo/pkgs
pkgname=$(pwd| sed -e 's|^/.*/||g')
cat sources | while read line; do
tarball=$(echo $line| sed -e 's|.* ||g')
md5sum=$(echo $line| sed -e 's| .*||g')
wget $baseurl/$pkgname/$tarball/$md5sum/$tarball
done
baseurl=http://pkgs.fedoraproject.org/repo/pkgs
pkgname=$(pwd| sed -e 's|^/.*/||g')
cat sources | while read line; do
tarball=$(echo $line| sed -e 's|.* ||g')
md5sum=$(echo $line| sed -e 's| .*||g')
wget $baseurl/$pkgname/$tarball/$md5sum/$tarball
done
it does not do builds, it does not have any of the 'local' tools developers expect and so the full fedpkg is what is expected for a person to have.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
--Stephen J Smoogen.
--
Stephen J Smoogen.
_______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx