Skip to content

Commit

Permalink
Add rsync-like file download/sychronisation script for alien files
Browse files Browse the repository at this point in the history
This is the same as alienSync.sh (moved from
aliphysics/PWGPP/QA/scripts)
  • Loading branch information
mkrzewic committed Feb 13, 2017
1 parent 40360ce commit 3862d8b
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 0 deletions.
2 changes: 2 additions & 0 deletions STEER/Utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ target_link_libraries(alisync RIO Hist Core Net Tree)
# Installation
install(TARGETS alihadd RUNTIME DESTINATION bin)
install(TARGETS alisync RUNTIME DESTINATION bin)
install(PROGRAMS alien_rsync.sh DESTINATION bin)

# Tests
add_executable(test_helpers test_helpers.cxx)
Expand All @@ -39,3 +40,4 @@ add_executable(test_alisync01 test_alisync01.cxx)
enable_testing()
add_test(test_helpers ./test_helpers)
add_test(test_alisync01 ./test_alisync01)

Loading

0 comments on commit 3862d8b

Please sign in to comment.