Skip to content

1.10.0

Compare
Choose a tag to compare
@msimacek msimacek released this 06 Apr 11:07
· 451 commits to master since this release

Features

  • Priorities seen in frontend now exactly match what the scheduler sees (#130)
  • Show a reason why the package is not scheduled in package detail
  • Send fedmsg messages on broken buildroot (#17)
  • Allow building from repo_id (#50)

Bugfixes

  • Prevent possible duplicate real build inserts
  • Fix repo cache LRU

Other

  • Priority representation and calculation completely reworked
  • "repo" compat field in fedmsg now equivalent to collection name

Upgrading from 1.9.1

  • Database migration
    • Run alembic -c /usr/share/koschei/alembic.ini upgrade head while the
      backend services and httpd are stopped