You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignore PYTHONPATH; fix error message when repo not found (#32)
Fix noisy crashes when invalid inputs were entered:
- an infrequently triggered error when `uenv start` is run without a default repo had an incorrectly formatted error message.
- fix and made consistent with the equivalent error message for `uenv image` commands.
- if PYTHONPATH was set, incompatible python modules were being picked up
- launch the commands with `env -u PYTHONPATH -u VIRTUAL_ENV`
Fix/slurm compatibility (#30)
Fix small incompatibilities with slurm-uenv v0.9
* handle empty `UENV_MOUNT_LIST` variable by ignoring it
* user proper semantic versioning when checking the version of
squashfs-mount for compatibility
* bump version
support building x86 and aarch64 RPMs, to handle the oras binary (#24)
* support building x86 and aarch64 RPMs, to handle the oras binary
* bump to v4.0.1
fix version, UENV_CMD (#17)
update version to v3.0.1
- remove `$destdir` from environment variable `UENV_CMD`
- `version=(cat VERSION)` -> `version=$(cat VERSION)`
- tag version `3.0.1`