Ticket #72 (closed enhancement: invalid)
Call createrepo instead of yum-arch
| Reported by: | joachim | Owned by: | bruno |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.1 |
| Component: | pb | Version: | 0.10.1 |
| Keywords: | Cc: |
Description
May it be possible to call createrepo instead of yum-arch to build yum-repositories? I use it, for ferdora and opensuse repos, because I build them on debian and yum-arch is not available, but createrepo is (debian package is called also createrepo).
Change History
comment:2 Changed 3 years ago by joachim
- Status changed from new to closed
- Resolution set to invalid
ok, I must try it again, because I thought it wasn't working, but it can be something else. I also thought createrepo is a replacement of yum-arch, which is wrong either.
Though, I will close it and reopen it again, if i have made sure, that the trouble was caused by missing yum-arch
Note: See
TracTickets for help on using
tickets.

In fact yum-arch is called first, to create the headers structure, and then createrepo is called just after to create the xml based infos.
The scrip tis:
Does it cause a problem for you if the yum-arch command is unavailable ? I can test that it's executable before calling it.