move all build scripts to gerrit.openbmc.org

OpenBMC has transitioned the gerrit server to the openbmc.org domain

Change-Id: Ia65d5f968a4ffcf3bc65536148e90e42725c86aa
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/test-distro.sh b/test-distro.sh
index a7a44bd..9bd1e95 100755
--- a/test-distro.sh
+++ b/test-distro.sh
@@ -90,7 +90,7 @@
     git clone "${prj_package}" "${workspace}"/"${package}"
     return
   fi
-  git clone https://gerrit.openbmc-project.xyz/openbmc/"${package}" "${workspace}"/"${package}"
+  git clone https://gerrit.openbmc.org/openbmc/"${package}" "${workspace}"/"${package}"
 }
 
 jenkins_get_job_repos "${CONFIG}" | while read -r GERRIT_PROJECT