Skip to content

Commit

Permalink
Override defaults.set for seq mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpeters committed Dec 8, 2023
1 parent d1ed86f commit f8a3239
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .ci-local/defaults.set
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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://www-csr.bessy.de/control/SoftDist/sequencer/repo/branch-2-2.git
# Use Michael Davidsaver's mirror while bessy.de is down
SNCSEQ_REPOURL=https://github.com/mdavidsaver/sequencer-mirror.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 f8a3239

Please sign in to comment.