Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Support more CVMFS paths #10

Open
Open
@duncanmmacleod

Description

@duncanmmacleod

Currently stashcp will check locally against /cvmfs/stash.osgstorage.org to see if CVMFS already has the file:

func download_cvmfs(sourceFile string, destination string, payload *payloadStruct) (int64, error) {
//Check if file is available in cvfms
var cvmfs_file string = path.Join("/cvmfs/stash.osgstorage.org", sourceFile)

Is it reasonable to add more CVMFS repository paths to that list to support other uses (e.g. IGWN)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions