Releases: alisw/alibuild
Releases · alisw/alibuild
v1.3.0.rc1
- Add Google Analytics.
- Improved development mode.
aliBuild version
now prints version information.- Fixed shell detection.
- Improved logs through out the whole aliBuild.
- Various cleanups and bug fixes.
Improve user experience and platform detection
- Do not run the incremental recipe if the first build has failed (#174)
alienv
complains if attempting to load a non-existing package (#237)alienv
prints the just-loaded packages inenter
andload
(#237)- Better architecture detection (#222)
- Ship
alienv
shell helper with thepip
distribution (#227) - Detect latest Ubuntu 16.04 and Debian 7/8 (#245)
v1.1.1.rc1: Merge pull request #244 from dberzano/no-incremental-if-first-failed
Pre-release
v1.1.0
This is a minor release of aliBuild with the following new features:
- Add aliBuild clean sub-command. This is useful to remove obsolete builds from your workarea. Documentation at http://alisw.github.io/alibuild/user.html#cleaning-up-the-build-area-new-in-110.
- Improved support for ANACONDA and ubuntu-like distributions as LinuxMint.
Internally we added the following improvements:
- Improved test infrastructure for alibuild additions.
- Automated release script.