Skip to content

Commit

Permalink
Merge pull request #169 from dtrudg/381-release
Browse files Browse the repository at this point in the history
3.8.1 CHANGELOG.md & INSTALL.md updates
  • Loading branch information
dtrudg authored Jul 20, 2021
2 parents 9eefa4b + d613d88 commit 34add51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# SingularityCE Changelog

## Changes since last release
## v3.8.1 [2021-07-20]

### Bug Fixes

- Allow escaped `\$` in a SINGULARITYENV_ var to set a literal `$` in
a container env var.
- Handle absolute symlinks correctly in multi-stage build `%copy from`
blocks.
- Fix incorrect reference in sandbox restrictive permissions warning.

## v3.8.0 [2021-05-26]

Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:

```
$ git checkout v3.8.0
$ git checkout v3.8.1
```

## Compiling SingularityCE
Expand Down Expand Up @@ -125,7 +125,7 @@ as shown above. Then download the latest
and use it to install the RPM like this:

```
$ export VERSION=3.8.0 # this is the singularity version, change as you need
$ export VERSION=3.8.1 # this is the singularity version, change as you need
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
Expand All @@ -141,7 +141,7 @@ tarball and use it to install Singularity:
$ cd $GOPATH/src/github.com/sylabs/singularity && \
./mconfig && \
make -C builddir rpm && \
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.0*.x86_64.rpm # or whatever version you built
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.1*.x86_64.rpm # or whatever version you built
```

To build an rpm with an alternative install prefix set RPMPREFIX on the
Expand Down

0 comments on commit 34add51

Please sign in to comment.