Giulio Eulisse
Giulio Eulisse
Now that we do not need to support python 2.5 anymore, we can simply use str.format everywhere.
It would be nice if a user could say `aliBuild clean AliRoot@XYZ` and the corresponding build byproducts were removed.
Looks like not having a `build_requires` recipe breaks aliDoctor. ``` alibuild/aliDoctor -c shipdist/ --defaults fairship FairShip Traceback (most recent call last): doMain(args, parser) File "/media/disk0/slc8/SHiPBuild/alibuild/aliBuild", line 65, in doMain doDoctor(args,...
If a build is broken, we should have a way to garbage collect it from `sw/BUILD`. Currently this is not done because the "latest" symlink is there, to simplify debugging.
Due to the `--reference` cloning, removing sw makes anything checked out with `aliBuild init` break.
alienv enter AliPhysics/does-not-exists should fail with: ``` Could not find package AliPhysics/does-not-exists, possible values for aliphysics: AliPhysics/latest AliPhysics/exists ```
Without this it picks up the system version on linux.