Skip to content

Commit

Permalink
Update readme & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 20, 2021
1 parent 53f980f commit 17d97c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.2.0
- Also ship gpg 1.4 and py-boto3 to make binary caches work.

v2.1.0
- spack.x now includes ca-certificates-mozilla's pem file, so that https should
work out of the box without further configuration. If you want to use system
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ installed already!

## How does it work?
`spack.x` consists of a modified version of the AppImage runtime concatenated
with a big squashfs file which includes `binutils`, `bzip2`, `clingo`, `curl`, `file`,
`git`, `gmake`, `gzip`, `openssl`, `patch`, `patchelf`, `python`, `tar`, `unzip`, `xz`,
`zstd` and their dependencies.
with a big squashfs file which includes `binutils`, `bzip2`, `clingo`, `curl`,
`file`, `git`, `gmake`, `gpg`, `gzip`, `openssl`, `patch`, `patchelf`, `python`,
`py-boto3`, `tar`, `unzip`, `xz`, `zstd` and their dependencies.

When you run `spack.x [args]` it will use `fusermount` to
mount this squashfs file in a temporary directory, and then execute the
Expand Down

0 comments on commit 17d97c2

Please sign in to comment.