Skip to content

Commit d8e39de

Browse files
authoredApr 4, 2025
Merge pull request #35 from DrDaveD/proxy-default-direct
Make cvmfs_http_proxy default to DIRECT
2 parents 15d33be + 9754258 commit d8e39de

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ inputs:
129129
required: false
130130
default: ''
131131
cvmfs_http_proxy:
132-
description: 'Chain of HTTP proxy groups used by CernVM-FS. Necessary.Set to DIRECT if you don’t use proxies.'
132+
description: 'Chain of HTTP proxy groups used by CernVM-FS. Defaults to DIRECT.'
133133
required: false
134-
default: ''
134+
default: 'DIRECT'
135135
cvmfs_ignore_signature:
136136
description: 'When set to yes, don’t verify CernVM-FS file catalog signatures.'
137137
required: false

‎setup-cvmfs.sh

-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ elif [ "$(uname)" == "Darwin" ]; then
4444
# Warn about the phasing out of MacOS support for this action
4545
echo "warning The CernVM-FS GitHub Action's support for MacOS \
4646
is still experimental."
47-
# Temporary fix for macOS until cvmfs 2.8 is released
48-
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
49-
export CVMFS_HTTP_PROXY='DIRECT'
50-
fi
5147

5248
brew tap macos-fuse-t/cask
5349
brew tap cvmfs/homebrew-cvmfs

0 commit comments

Comments
 (0)