Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
d8bc7cc0
Commit
d8bc7cc0
authored
17 years ago
by
Arthur Coolen
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 755
removed custumPrep from this directory
parent
08ec2515
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/APL/MainCU/src/MACScheduler/Makefile.am
+2
-2
2 additions, 2 deletions
MAC/APL/MainCU/src/MACScheduler/Makefile.am
MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
+0
-16
0 additions, 16 deletions
MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
with
2 additions
and
18 deletions
MAC/APL/MainCU/src/MACScheduler/Makefile.am
+
2
−
2
View file @
d8bc7cc0
b
in_PROGRAMS
=
MACScheduler
in_PROGRAMS
=
MACScheduler
MACScheduler_CPPFLAGS
=
-DBOOST_DISABLE_THREADS
\
-Wno-deprecated
\
...
...
@@ -24,7 +24,7 @@ EXTRA_DIST = $(configfiles_DATA) $(sysconf_DATA)
#in case of make install these files will be copied to the bindir beside the test apps
configfilesdir
=
$(
bindir
)
configfiles_DATA
=
customPrepPVSSDB.ctl
configfiles_DATA
=
sysconf_DATA
=
MACScheduler.conf
\
MACScheduler.log_prop
...
...
This diff is collapsed.
Click to expand it.
MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
deleted
100644 → 0
+
0
−
16
View file @
08ec2515
// this script must reside in the <PVSS project>/scripts directory
main()
{
dpCreate("LOFAR__enabled", "GCFPaPsEnabled");
dpSet("LOFAR__enabled.","autoloaded|LOFAR");
dpCreate("LOFAR_PermSW__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW__enabled.","autoloaded|PermSW");
dpCreate("LOFAR_ObsSW__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_ObsSW__enabled.","autoloaded|ObsSW");
dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC__enabled.","autoloaded|PIC");
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment