diff --git a/build.sh b/build.sh index 5041a74..86383cb 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/usr/bin/bash set -eo pipefail +set -x WORKDIR=${WORKDIR:-workdir} MODULEYAML=$1 @@ -36,5 +37,5 @@ else git -C $builddir checkout $commit fi -ARCH_FILTER="RHEL8%" make -C $builddir $2 +make -C $builddir $2 MODULE=$module ARCH_FILTER="RHEL8%" diff --git a/modules/adandor3.yaml b/modules/adandor3.yaml new file mode 100644 index 0000000..04bb7ad --- /dev/null +++ b/modules/adandor3.yaml @@ -0,0 +1,4 @@ +module: ADAndor3 +repo: https://gitea.psi.ch/epics_driver_modules/ADAndor3.git +branch: master +commit: ADAndor3_2_3_0 diff --git a/modules/adcore.yaml b/modules/adcore.yaml new file mode 100644 index 0000000..815041e --- /dev/null +++ b/modules/adcore.yaml @@ -0,0 +1,4 @@ +module: ADCore +repo: https://gitea.psi.ch/epics_driver_modules/ADCore.git +branch: master +commit: ADCore_3_13_0 diff --git a/modules/autosave.yaml b/modules/autosave.yaml index bd3d70a..c81567e 100644 --- a/modules/autosave.yaml +++ b/modules/autosave.yaml @@ -1,4 +1,4 @@ module: autosave repo: git@git.psi.ch:epics_driver_modules/autosave.git branch: master -tag: 5.7.18 +commit: 5.7.18 diff --git a/modules/motorDeprecated.yaml b/modules/motorDeprecated.yaml index 49be863..8ab6e79 100644 --- a/modules/motorDeprecated.yaml +++ b/modules/motorDeprecated.yaml @@ -1,4 +1,4 @@ module: motorDeprecated repo: git@gitea.psi.ch:lin-epics-modules/motorDeprecated.git branch: main -commit: 0.1.2 +commit: 0.1.3