diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 0dd2b36..7cf0a75 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: install + - name: install run: | sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile echo "LIBVERSION=${CI_COMMIT_TAG:-0.0.1}" >> Makefile diff --git a/Makefile b/Makefile index 86782e2..c77a4a4 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ include /ioc/tools/driver.makefile MODULE=ePowerSwitch +MODULE_VERSION = 1.0.0 + BUILDCLASSES=Linux EPICS_VERSIONS=7.0.7 ARCH_FILTER=RHEL% @@ -12,7 +14,6 @@ stream_VERSION=2.8.26 # additional module dependencies REQUIRED+=stream -REQUIRED+=calc # DB files to include in the release TEMPLATES += db/feedback_records.db diff --git a/README.md b/README.md index 8694321..be55ee4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ ePowerSwitch_config_maxOutlet # Test -TODO _Should I ship with my java dummy server ?_ + # User guide diff --git a/st.cmd b/st.cmd index 1369c55..88f1210 100755 --- a/st.cmd +++ b/st.cmd @@ -1,6 +1,6 @@ #!/usr/local/bin/iocsh -require ePowerSwitch,0.0.1 +require ePowerSwitch,1.0.0 epicsEnvSet("ASYN_PORT", "myDriverPort") epicsEnvSet("DB", "$(ePowerSwitch_DB)")