Skip to content

Commit bc6dae3

Browse files
authored
Merge pull request #58 from cvmfs-contrib/update-deb-url
update .deb download url for release package
2 parents c96a881 + 73c57b0 commit bc6dae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ All optional parameters are set by default to `''`(empty string). All variables
106106
- `cvmfs_quota_limit`: `'15000'` (see [GitHub Runner Hardware](https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources) before changing)
107107
- `cvmfs_client_profile`: `'single'`
108108
- `cvmfs_use_cdn`: `'yes'`
109-
- `cvmfs_ubuntu_deb_location`: `https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb`
109+
- `cvmfs_ubuntu_deb_location`: `https://cvmrepo.s3.cern.ch/cvmrepo/apt/cvmfs-release-latest_all.deb`
110110
- `cvmfs_config_package`: `cvmfs-config-default`
111111

112112
## Minimal Example

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ inputs:
319319
cvmfs_ubuntu_deb_location:
320320
description: 'Location from where to download the Ubuntu deb package of CernVM-FS'
321321
required: false
322-
default: 'https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb'
322+
default: 'https://cvmrepo.s3.cern.ch/cvmrepo/apt/cvmfs-release-latest_all.deb'
323323
cvmfs_config_package:
324324
description: 'URL to the cvmfs config package to install'
325325
required: false

0 commit comments

Comments
 (0)