Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Rebuilder order issues
rebuilder gives the wrong output for opencolorio: ``` ./target/release/rebuilder opencolorio opencolorio openimageio blender krita openshadinglanguage gmic ``` Our graph looks as following and looks correct but has one issue, where is krita-plugin-gmic? ![image](/uploads/841b940ae7dd26dbd347387f9458e2fa/image.png) Second issue, we use BFS for walking through the graph, but that does not give the right graph output for rebuilding, @felixonmars's [tool](https://raw.githubusercontent.com/felixonmars/archlinux-futils/master/genrebuild) reports the right order and uses a topological_sort. ``` $ ./genrebuild -e opencolorio opencolorio krita krita-plugin-gmic openimageio openshadinglanguage blender ```
issue