Skip to content

Commit

Permalink
Clients: also bundle merger_rucio_configs.py
Browse files Browse the repository at this point in the history
This will be useful in the clients container to get rid
of the old jinja script for doing the same job:
https://github.com/rucio/containers/blob/b067d3e6fe4fd1380878e5741ed08d534cfcf0fb/clients/rucio.cfg.j2#L1

Put it into a different directory to avoid conflict with the
server one if we install both the client and rucio itself.
  • Loading branch information
rcarpa authored and bari12 committed Apr 3, 2023
1 parent 0d1324b commit a86e74e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_rucio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
data_files = [
('', ['requirements.txt']),
('etc/', ['etc/rse-accounts.cfg.template', 'etc/rucio.cfg.template', 'etc/rucio.cfg.atlas.client.template']),
('rucio_client/', ['tools/merge_rucio_configs.py']),
]
scripts = ['bin/rucio', 'bin/rucio-admin']

Expand Down

0 comments on commit a86e74e

Please sign in to comment.