-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1664f5
commit 5907732
Showing
5 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/sh | ||
# Authors: | ||
# - Vincent Garonne, <[email protected]>, 2018 | ||
|
||
## Customised version to make v32.0.0 run on the VRE - DEV cluster | ||
|
||
shopt -s checkwinsize | ||
|
||
if [ ! -f /opt/rucio/etc/rucio.cfg ]; then | ||
echo "File rucio.cfg not found. It will generate one." | ||
mkdir -p /opt/rucio/etc/ | ||
# python3 /usr/local/rucio_client/merge_rucio_configs.py \ | ||
# -s /opt/user/rucio.default.cfg \ | ||
python3 /usr/local/rucio/tools/merge_rucio_configs.py \ | ||
--use-env \ | ||
-d /opt/rucio/etc/rucio.cfg | ||
fi | ||
|
||
echo "Enable shell completion on the rucio commands" | ||
eval "$(register-python-argcomplete rucio)" | ||
eval "$(register-python-argcomplete rucio-admin)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DEV-CERN-EOS | ||
DEV-CESNET-S3 | ||
DEV-CESNET-S3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters