contrib: Convert trial osmo-iuh->osmo-hnbgw

The real target was not osmo-iuh itself but osmo-hnbgw. Since osmo-hnbgw
is inits own repository now, let's rename it.

Change-Id: I03c0988db5c5d72bcac71b4515e40a099600ce7c
diff --git a/contrib/jenkins-build-osmo-iuh.sh b/contrib/jenkins-build-osmo-hnbgw.sh
similarity index 87%
rename from contrib/jenkins-build-osmo-iuh.sh
rename to contrib/jenkins-build-osmo-hnbgw.sh
index 412110e..c495c21 100755
--- a/contrib/jenkins-build-osmo-iuh.sh
+++ b/contrib/jenkins-build-osmo-hnbgw.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e -x
 base="$PWD"
-name="osmo-iuh"
+name="osmo-hnbgw"
 . "$(dirname "$0")/jenkins-build-common.sh"
 
 build_repo libosmocore ${SANITIZE_FLAGS} --disable-doxygen
@@ -9,7 +9,8 @@
 build_repo libosmo-netif ${SANITIZE_FLAGS} --disable-doxygen
 build_repo libosmo-sccp ${SANITIZE_FLAGS}
 build_repo libasn1c ${SANITIZE_FLAGS}
-
 build_repo osmo-iuh ${SANITIZE_FLAGS}
 
+build_repo osmo-hnbgw ${SANITIZE_FLAGS}
+
 create_bin_tgz "osmo-hnbgw"