Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Apr 12, 2024
1 parent bc9da19 commit 8f5f55f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions config/packages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
## aliBuild configuration template (default values used if absent) ##
# aliBuild: # optional
aliBuild: # optional
# dir_alice: "$HOME/alice" # build directory with repositories of aliBuild packages
# architecture: "" # system architecture, automatically determined by aliBuild if empty or absent
# options: "" # aliBuild command line options
# clean: 1 # Run aliBuild clean at the end.
# clean_aggressive: 0 # Use the '--aggressive-cleanup' option.
# clean_purge: 0 # Keep only the latest builds and delete the rest.
clean: 1 # Run aliBuild clean at the end.
clean_aggressive: 1 # Use the '--aggressive-cleanup' option.
clean_purge: 1 # Keep only the latest builds and delete the rest.

repositories:

Expand All @@ -26,18 +26,15 @@ repositories:
AliPhysics:
update: 1
build: 1
origin: "origin"

O2:
update: 1
build: 1
origin: "origin"
branch: "dev"

O2Physics:
update: 1
build: 1
origin: "origin"

Run3Analysisvalidation:
update: 1

0 comments on commit 8f5f55f

Please sign in to comment.