Skip to content

Commit c38ada1

Browse files
committed
docs: updated instructions for Pilot
1 parent 5df0f1d commit c38ada1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dirac.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,6 @@ Operations
11601160
pilotVORepo = https://github.com/MyDIRAC/VOPilot.git # git repository of the pilot extension
11611161
pilotVOScriptsPath = VOPilot # Path to the code, inside the Git repository
11621162
pilotVORepoBranch = master # Branch to use
1163-
uploadToWebApp = True # Try to upload the files from the CS to the list of servers
11641163
workDir = /tmp/pilot3Files # Local work directory on the masterCS for synchronisation
11651164
}
11661165
Services

docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots/Pilots3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Other options that can be set also in the Operations part of the CS include:
4747
| *pilotVORepoBranch* | Branch to use, inside the Git repository, | pilotVORepoBranch = master |
4848
| | of the pilot code extension to be used | The value above is the default |
4949
+------------------------------------+--------------------------------------------+-------------------------------------------------------------------------+
50-
| *uploadToWebApp* | Whether to try to upload the files to the | uploadToWebApp = True |
51-
| | list of server specified | The value above is the default |
50+
| *CVMFS_locations* | CVMFS locations to use for finding pilot | CVMFS_locations = /cvmfs/lhcb.cern.ch/,/cvmfs/lhcbdev.cern.ch |
51+
| | files, DIRAC installations, CAs, CRLS | |
5252
+------------------------------------+--------------------------------------------+-------------------------------------------------------------------------+
5353
| *workDir* | Local directory of the master CS where the | workDir = /tmp/pilotSyncDir |
5454
| | files will be downloaded before the upload | There is no default (so /opt/dirac/runit/Configuration/Server) |
@@ -79,7 +79,7 @@ For example::
7979

8080
dirac-pilot.py --modules=https://github.com/chaen/DIRAC.git:::DIRAC:::rel-v7r3_FEAT_proxyStrength
8181

82-
would end up installing a specific branch (``rel-v7r3_FEAT_proxyStrength``) pushed to github.
82+
would end up installing a specific branch (``rel-v7r3_FEAT_proxyStrength``) pushed to github by user `chaen`.
8383

8484
An easy way to try is to add the ``Modules`` option in the CS configuration of one of your ComputingElements::
8585

0 commit comments

Comments
 (0)