Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
# Main targets of the project in various subdirectories. Order matters.
add_subdirectory(Common)
add_subdirectory(ALICE3)
add_subdirectory(DPG)

add_subdirectory(PWGCF)
add_subdirectory(PWGDQ)
Expand All @@ -75,7 +76,6 @@ add_subdirectory(PWGHF)
add_subdirectory(PWGJE)
add_subdirectory(PWGLF)
add_subdirectory(PWGMM)
add_subdirectory(PWGPP)
add_subdirectory(PWGUD)

add_subdirectory(Tutorials)
Expand Down
16 changes: 10 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence.
# **DO NOT USE** @AliceO2Group/core for anything else.
* @AliceO2Group/core @jgrosseo @iarsene @ktf @alibuild
/ALICE3 @njacazio @ginnocen @vkucera @alibuild
/PWGCF @jgrosseo @saganatt @alibuild @victor-gonzalez
/PWGHF @ginnocen @vkucera @alibuild
/EventFiltering @mpuccio @alibuild
/PWGMM @aalkin @alibuild

# @alibuild has to be in each line to allow self approval of PRs

* @AliceO2Group/core @alibuild @jgrosseo @iarsene @ktf
/ALICE3 @alibuild @njacazio @ginnocen @vkucera
/DPG @alibuild @mario-krueger
/PWGCF @alibuild @jgrosseo @saganatt @victor-gonzalez
/PWGHF @alibuild @ginnocen @vkucera
/EventFiltering @alibuild @mpuccio
/PWGMM @alibuild @aalkin
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.