Thorfile to move a very important build (VIB) to the front of the queue:
###Show what builds would be restarted:
ruby reorder.rb vib <repo_name> <build_num> DEBUG
###Put given build in the front of the queue:
ruby reorder.rb vib <repo_name> <build_num>
Note, this will not restart more than 100 builds, so if your build queue is REALLY long, you may want to think about getting more containers :)