Add ipac to the list of tested modules

This commit is contained in:
Ralph Lange
2020-01-17 11:30:21 +01:00
parent aa8f35f086
commit 741a293029
2 changed files with 2 additions and 0 deletions

View File

@@ -34,3 +34,4 @@ STREAM_REPOOWNER=paulscherrerinstitute
# sscan
# iocStats
# motor
# ipac

View File

@@ -99,6 +99,7 @@ repo_exists BUSY || die "Defaults for BUSY do not point to a valid git repositor
repo_exists SSCAN || die "Defaults for SSCAN do not point to a valid git repository at $repourl"
repo_exists IOCSTATS || die "Defaults for IOCSTATS do not point to a valid git repository at $repourl"
repo_exists MOTOR || die "Defaults for MOTOR do not point to a valid git repository at $repourl"
repo_exists IPAC || die "Defaults for IPAC do not point to a valid git repository at $repourl"
# test update_release_local()
######################################################################