Skip to content

Commit

Permalink
Override the sequencer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpeters committed Mar 12, 2024
1 parent 0a452b9 commit cad7ed8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .ci-local/defaults.set
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# EPICS Base
BASE=7.0
BASE_DIRNAME=base
BASE_REPONAME=epics-base
BASE_REPOOWNER=epics-base
BASE_VARNAME=EPICS_BASE

PVDATA_DIRNAME=pvData
PVDATA_REPONAME=pvDataCPP
PVDATA_REPOOWNER=epics-base

PVACCESS_DIRNAME=pvAccess
PVACCESS_REPONAME=pvAccessCPP
PVACCESS_REPOOWNER=epics-base

NTYPES_DIRNAME=normativeTypes
NTYPES_REPONAME=normativeTypesCPP
NTYPES_REPOOWNER=epics-base

# Sequencer
SNCSEQ_REPOURL=https://github.com/epics-modules/sequencer.git
SNCSEQ_DEPTH=0
SNCSEQ_DIRNAME=seq

# StreamDevice
STREAM_REPONAME=StreamDevice
STREAM_REPOOWNER=paulscherrerinstitute

# The default settings also work (and are tested) for:
# asyn
# std
# calc
# autosave
# busy
# sscan
# iocStats
# motor
# ipac

0 comments on commit cad7ed8

Please sign in to comment.