Skip to content

Commit

Permalink
Remove HTCondorUtils.py from CRABServer #8339
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiringmind-code authored Jun 27, 2024
1 parent c4a1f5f commit 3044865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/htcondor_make_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [[ "x$RPM_RELEASE" != "x" ]]; then
# See the example in PR

pushd $ORIGDIR/build/lib
zip -rq $STARTDIR/CRAB3.zip RESTInteractions.py HTCondorUtils.py HTCondorLocator.py TaskWorker TransferInterface ASO -x \*.pyc || exit 3
zip -rq $STARTDIR/CRAB3.zip RESTInteractions.py HTCondorLocator.py TaskWorker TransferInterface ASO -x \*.pyc || exit 3
popd

mkdir -p bin
Expand Down Expand Up @@ -98,7 +98,7 @@ else
popd

pushd $CRABSERVER_PATH/src/python
zip -rq $STARTDIR/CRAB3.zip RESTInteractions.py HTCondorUtils.py HTCondorLocator.py TaskWorker TransferInterface ASO -x \*.pyc || exit 3
zip -rq $STARTDIR/CRAB3.zip RESTInteractions.py HTCondorLocator.py TaskWorker TransferInterface ASO -x \*.pyc || exit 3
popd

mkdir -p bin
Expand Down

0 comments on commit 3044865

Please sign in to comment.