Skip to content

Commit

Permalink
Disabled completely all shebang mangling
Browse files Browse the repository at this point in the history
Replacement of /bin/sh in glidein script was causing problems with gwms-python failing on some CMS hosts because /usr/bin was not there

See #436 for more fine grain options
  • Loading branch information
mambelli committed Sep 17, 2024
1 parent ee193e0 commit 0dc40fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Changes since the last release

- Fixed root unable to remove other users' jobs in the Factory (PR #433)
- HTCondor TRUST_DOMAIN configuration macro set to string to avoid Glidein config error (PR #420)
- Disabled shebang mangliing in rpm_build to avoid gwms-python not finding the shell (Issue #436, PR #437)

### Testing / Development

Expand Down
3 changes: 3 additions & 0 deletions build/packaging/rpm/glideinwms.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SPDX-FileCopyrightText: 2009 Fermi Research Alliance, LLC
# SPDX-License-Identifier: Apache-2.0

# Disable shebang mangling (see GHI#436)
%undefine __brp_mangle_shebangs

# How to build tar file

# git clone http://cdcvs.fnal.gov/projects/glideinwms
Expand Down

0 comments on commit 0dc40fa

Please sign in to comment.