Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

singularity-tools: miscellaneous fixes #332437

Merged
merged 8 commits into from
Aug 10, 2024

Commits on Aug 5, 2024

  1. singularity-tools: name sandboxed meta directory .singularity.d

    Name the directory inside SIF (the SquashFS image) ".singularity.d"
    instead of ".${projectName}.d" for compatibility across Apptainer and
    Singularity.
    ShamrockLee committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fd956cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b7831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912bf66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41061c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8017e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    c2fa248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3692dd View commit details
    Browse the repository at this point in the history
  3. singularity-tools: deprecate build helpers mkLayer and shellScript

    Deprecate singularity-tools.mkLayer and singularity-tools.shellScript,
    for they are no longer related to image building.
    
    Use writers.writeBash instead of singularity-tools.shellScript.
    ShamrockLee committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a131891 View commit details
    Browse the repository at this point in the history