Skip to content

Commit 7a1243b

Browse files
committed
[build] remove walnut
Closes OCTRL-934.
1 parent c3464f8 commit 7a1243b

32 files changed

+5
-3238
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,17 @@ BK_LHCFILL_PROTO="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/mai
5858
VERBOSE_1 := -v
5959
VERBOSE_2 := -v -x
6060

61-
WHAT := o2-aliecs-core o2-aliecs-executor coconut peanut walnut o2-apricot
61+
WHAT := o2-aliecs-core o2-aliecs-executor coconut peanut o2-apricot
6262
WHAT_o2-aliecs-core_BUILD_FLAGS=$(BUILD_ENV_FLAGS)
6363
WHAT_o2-aliecs-executor_BUILD_FLAGS=$(BUILD_ENV_FLAGS)
6464
WHAT_coconut_BUILD_FLAGS=$(BUILD_ENV_FLAGS)
6565
WHAT_peanut_BUILD_FLAGS=$(BUILD_ENV_FLAGS)
66-
WHAT_walnut_BUILD_FLAGS=$(BUILD_ENV_FLAGS)
6766
WHAT_o2-apricot_BUILD_FLAGS=$(BUILD_ENV_FLAGS)
6867

6968
INSTALL_WHAT:=$(patsubst %, install_%, $(WHAT))
7069

71-
GENERATE_DIRS := ./apricot ./coconut/cmd ./common ./common/runtype ./common/system ./core ./core/integration/ccdb ./core/integration/dcs ./core/integration/ddsched ./core/integration/kafka ./core/integration/odc ./executor ./walnut ./core/integration/trg ./core/integration/bookkeeping
72-
SRC_DIRS := ./apricot ./cmd/* ./core ./coconut ./executor ./common ./configuration ./occ/peanut ./walnut
70+
GENERATE_DIRS := ./apricot ./coconut/cmd ./common ./common/runtype ./common/system ./core ./core/integration/ccdb ./core/integration/dcs ./core/integration/ddsched ./core/integration/kafka ./core/integration/odc ./executor ./core/integration/trg ./core/integration/bookkeeping
71+
SRC_DIRS := ./apricot ./cmd/* ./core ./coconut ./executor ./common ./configuration ./occ/peanut
7372
TEST_DIRS := ./apricot/local ./common/gera ./common/utils ./common/utils/safeacks ./configuration/cfgbackend ./configuration/componentcfg ./configuration/template ./core/task/sm ./core/workflow ./core/integration/odc/fairmq ./core/integration/ccdb ./core/integration ./core/environment
7473
GO_TEST_DIRS := ./core/repos ./core/integration/dcs ./common/monitoring
7574

cmd/walnut/main.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/building.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ AliECS consists of:
1212
* coconut - Go, runs locally or wherever you like and connects to core
1313
* process control plugin + library (OCC) - C++, runs throughout the cluster linked by user processes
1414
* peanut - Go, local debugging tool
15-
* walnut - Go, local workflow conversion tool
1615

1716
## Building with aliBuild
1817

@@ -29,7 +28,7 @@ For development purposes, due to the significant differences in building and dep
2928
$ aliBuild init --defaults o2-dataflow Control-OCCPlugin
3029
$ aliBuild build --defaults o2-dataflow Control-OCCPlugin
3130

32-
# Includes core and executor in default build, can be used to build coconut, peanut and walnut locally
31+
# Includes core and executor in default build, can be used to build coconut and peanut locally
3332
$ aliBuild init --defaults o2-dataflow Control-Core
3433
$ aliBuild build --defaults o2-dataflow Control-Core
3534
```
@@ -87,4 +86,4 @@ For subsequent builds (after the first one), plain `make` (instead of `make all`
8786

8887
If you wish to also build the process control library and/or plugin, see [the OCC readme](./occ/README.md).
8988

90-
This build of AliECS can be run locally and connected to an existing O²/FLP Suite cluster by passing a `--mesosUrl` parameter. If you do this, remember to `systemctl stop o2-aliecs-core` on the head node, in order to stop the core that came with the O²/FLP Suite and use your own.
89+
This build of AliECS can be run locally and connected to an existing O²/FLP Suite cluster by passing a `--mesosUrl` parameter. If you do this, remember to `systemctl stop o2-aliecs-core` on the head node, in order to stop the core that came with the O²/FLP Suite and use your own.

walnut/README.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

walnut/app/constants.go

Lines changed: 0 additions & 31 deletions
This file was deleted.

walnut/cmd/about.go

Lines changed: 0 additions & 83 deletions
This file was deleted.

walnut/cmd/check.go

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)