With graduating, we get to shed the 'incubator-' prefix from our git repository URL.
Our new URL is: https://git-wip-us.apache.org/repos/asf/aurora/ You can re-clone from that URL. If you have an old clone, you will notice remote operations failing with an error like: $ git pull fatal: repository 'https://git-wip-us.apache.org/repos/asf/incubator-aurora/' not found To fix up an existing clone, you can run this command: $ git remote set-url origin https://git-wip-us.apache.org/repos/asf/aurora/ -=Bill