Skip to content

Releases: alisw/alibuild

v1.3.1.rc1

21 Jun 08:22
@ktf ktf
Compare
Choose a tag to compare
v1.3.1.rc1 Pre-release
Pre-release
  • Protect again aliBuild in alienv cornercase (#327).
  • Improve aliDoctor which now checks for environment and ~/.rootlogon.C presence.
  • Improve reporting of not handled exceptions.
  • Improve testing.
  • Fix issue when setuptools is not there (#308), only visible when using aliBuild from git clone.

v1.3.0

03 Jun 15:00
@ktf ktf
Compare
Choose a tag to compare
  • Now aliBuild gathers usage statistics and reports them to ALICE Offline (full details at https://github.com/alisw/alibuild/blob/master/ANALYTICS.md).
  • The command aliBuild clean [--aggressive-cleanup] is now able to clean up more unneeded build by-products.
  • Improved aliDoctor <package name> with human readable output and better indications of what is wrong.
  • aliBuild version now prints version information.
  • Improved development packages mode.
  • Improved logs through out the whole build.
  • Various cleanups and bug fixes.

v1.3.0.rc3

01 Jun 17:03
Compare
Choose a tag to compare
v1.3.0.rc3 Pre-release
Pre-release
  • Add alidist hash to analytics (#296)
  • Improve and refactor aliDoctor (#295)

v1.3.0.rc2

30 May 09:34
Compare
Choose a tag to compare
v1.3.0.rc2 Pre-release
Pre-release
  • Fix a problem where in some cases a devel package was not rebuilt as it should (#293).
  • Polishing Google Analytics documentation (#288).
  • Various bug fixes and improvements (#291, #289).

v1.3.0.rc1

26 May 13:26
@ktf ktf
Compare
Choose a tag to compare
v1.3.0.rc1 Pre-release
Pre-release
  • 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

03 May 18:49
Compare
Choose a tag to compare
  • 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 in enter and load (#237)
  • Better architecture detection (#222)
  • Ship alienv shell helper with the pip 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

03 May 17:40
Compare
Choose a tag to compare
  • 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 in enter and load (#237)
  • Better architecture detection (#222)
  • Ship alienv shell helper with the pip distribution (#227)

v1.1.0

21 Apr 08:53
@ktf ktf
Compare
Choose a tag to compare

This is a minor release of aliBuild with the following new features:

Internally we added the following improvements:

  • Improved test infrastructure for alibuild additions.
  • Automated release script.

aliBuild v1.0.20

14 Apr 13:12
@ktf ktf
Compare
Choose a tag to compare
  • Jenkinsfile to automatically test PR
  • --dry-run / -n option added
  • Introduce system_requirement (#197)
  • Change default version to LAST_TAG (#196)