Add andor 3 and misc fixes

This commit is contained in:
2025-10-16 15:44:50 +02:00
parent 7c9897e0f0
commit 9935e04fd7
5 changed files with 12 additions and 3 deletions

View File

@@ -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%"

4
modules/adandor3.yaml Normal file
View File

@@ -0,0 +1,4 @@
module: ADAndor3
repo: https://gitea.psi.ch/epics_driver_modules/ADAndor3.git
branch: master
commit: ADAndor3_2_3_0

4
modules/adcore.yaml Normal file
View File

@@ -0,0 +1,4 @@
module: ADCore
repo: https://gitea.psi.ch/epics_driver_modules/ADCore.git
branch: master
commit: ADCore_3_13_0

View File

@@ -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

View File

@@ -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