8faaa30 frontend, python: we cannot order chroots by name

2 files Authored by frostyx 3 years ago, Committed by praiskup 3 years ago,
    frontend, python: we cannot order chroots by name
    
    Unfortunately, `BuildChroot.name` is a class property, not a real
    database column, so we cannot order the query by it. Let's just return
    the list unsorted and leave it to a client.