Skip to content

Commit f8a3239

Browse files
committed
Override defaults.set for seq mirror
1 parent d1ed86f commit f8a3239

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

.ci-local/defaults.set

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# EPICS Base
2+
BASE=7.0
3+
BASE_DIRNAME=base
4+
BASE_REPONAME=epics-base
5+
BASE_REPOOWNER=epics-base
6+
BASE_VARNAME=EPICS_BASE
7+
8+
PVDATA_DIRNAME=pvData
9+
PVDATA_REPONAME=pvDataCPP
10+
PVDATA_REPOOWNER=epics-base
11+
12+
PVACCESS_DIRNAME=pvAccess
13+
PVACCESS_REPONAME=pvAccessCPP
14+
PVACCESS_REPOOWNER=epics-base
15+
16+
NTYPES_DIRNAME=normativeTypes
17+
NTYPES_REPONAME=normativeTypesCPP
18+
NTYPES_REPOOWNER=epics-base
19+
20+
# Sequencer
21+
#SNCSEQ_REPOURL=https://www-csr.bessy.de/control/SoftDist/sequencer/repo/branch-2-2.git
22+
# Use Michael Davidsaver's mirror while bessy.de is down
23+
SNCSEQ_REPOURL=https://github.com/mdavidsaver/sequencer-mirror.git
24+
SNCSEQ_DEPTH=0
25+
SNCSEQ_DIRNAME=seq
26+
27+
# StreamDevice
28+
STREAM_REPONAME=StreamDevice
29+
STREAM_REPOOWNER=paulscherrerinstitute
30+
31+
# The default settings also work (and are tested) for:
32+
# asyn
33+
# std
34+
# calc
35+
# autosave
36+
# busy
37+
# sscan
38+
# iocStats
39+
# motor
40+
# ipac

0 commit comments

Comments
 (0)