fedora-infra / koschei

Continuous integration for Fedora packages
GNU General Public License v2.0
37 stars 15 forks source link

koschei is not building lastest version of mlt on epel 7 #330

Closed sergiomb2 closed 3 years ago

sergiomb2 commented 3 years ago

I'm mantainer of mlt package [1], forcing the build yesterday [2] , I notice that try to build mlt-6.4.1-4.el7 , when the latest version is mlt-6.4.1-12.el7 [3]

[1] https://koschei.fedoraproject.org/package/mlt?collection=epel7 [2] https://koji.fedoraproject.org/koji/taskinfo?taskID=61503241 [3] https://koji.fedoraproject.org/koji/taskinfo?taskID=61488486

sergiomb2 commented 3 years ago

after saw this behavior on mlt of epel 7 , I have koschei running fakechroot-2.20.1-7.fc34 instead fakechroot-2.20.1-8.fc34 [1]

[1] https://koji.fedoraproject.org/koji/buildinfo?buildID=1676675

mizdebsk commented 3 years ago

This is expected. Koschei builds packages that are in Koji build tags. The lastest build of fakechroot in f34-build right now is fakechroot-2.20.1-7.fc34:

$ koji latest-pkg f34-build fakechroot
Build                                     Tag                   Built by
----------------------------------------  --------------------  ----------------
fakechroot-2.20.1-7.fc34                  f34                   sergiomb

If a different build is expected then you can use "buildroot override" mechanism to force a different (newer or older) build to be used in Koji buildroot and hence Koschei.

sergiomb2 commented 3 years ago

Thank you same happens on mlt of epel7 ...