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

New package: singularity-3.7.1 #28129

Closed
wants to merge 1 commit into from

Conversation

olafmersmann
Copy link
Contributor

General

Have the results of the proposed changes been tested?

  • I use the package proposed for inclusion on a regular basis and confirm it works for me

The tests require sudo, so they are disabled. To start an interactive Alpine container, run installation

$ singularity pull alpine
$ singularity run alpine_latest.sif

Does it build and run successfully?

  • I built this PR locally for my native architecture, (x86_64)

@ericonr ericonr added the new-package This PR adds a new package label Jan 24, 2021
srcpkgs/singularity/template Show resolved Hide resolved
srcpkgs/singularity/INSTALL Outdated Show resolved Hide resolved
srcpkgs/singularity/INSTALL Outdated Show resolved Hide resolved
srcpkgs/singularity/INSTALL Outdated Show resolved Hide resolved
srcpkgs/singularity/template Show resolved Hide resolved
srcpkgs/singularity/template Outdated Show resolved Hide resolved
srcpkgs/singularity/template Outdated Show resolved Hide resolved
srcpkgs/singularity/template Outdated Show resolved Hide resolved
@olafmersmann olafmersmann force-pushed the singularity branch 4 times, most recently from 34c2809 to 7c1adfc Compare January 28, 2021 00:21
@olafmersmann olafmersmann changed the title [WIP] New package: singularity-3.7.1 New package: singularity-3.7.1 Jan 28, 2021
Comment on lines +3 to +7
if [ "$(readlink -f . 2>/dev/null || echo .)" != "/" ]; then
exit 1
else
chown root:_singularity usr/libexec/singularity/bin/starter-suid
chmod 4755 usr/libexec/singularity/bin/starter-suid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't an explicit failure here pretty bad? I think XBPS stops updates if you die with failure (instead of returning 0).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True that. Didn't think of that.

@github-actions
Copy link

github-actions bot commented May 2, 2022

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants