def status_last(): return jsonify(db.find_build(allbuilds=False))
def status_all(): return jsonify(db.find_build(allbuilds=True))