Dario Berzano
Dario Berzano
So in the release validation we actually work it around by using lockfiles. One can use `--no-refresh` to avoid this, but the problem is that you are not sure you're...
I have just tested 9b0809d0ed9ad3ff1e57c405f27324e6298ca04f (installed on macOS Sonoma via `brew install --HEAD colima`). It seems to be working - thanks @rsau!
Something that might be useful to us (at least that's what I do with Vscode and vim) is explaining how to configure some "actions" you can run from an editor....
@ceci-woodward this should in principle provide a better solution to #36 and #37 than #38 and should also provide a fix to the issue described [in my comment](https://github.com/hubot-scripts/hubot-auth/pull/38#discussion_r72440422), if I...
Hi @matthiasrichter, aliBuild does propagate the environment variable `CMAKE_BUILD_TYPE`, but then it's up to the recipes to pick it up correctly. For instance, in AliRoot we have: ``` cmake ......
I can reproduce it with a simple "reproducer". `testme.sh` package: ``` package: TestMe version: v1 --- #!/bin/sh echo $CMAKE_BUILD_TYPE false ``` `defaults-o2.sh`: ``` package: defaults-o2 version: v1 env: CMAKE_BUILD_TYPE: "global"...
So, this is intended to save lots of space for users cloning our main repositories (AliRoot, AliPhysics). Data in the working directory is not lost: removing `.git/objects/info/alternates` from the inited...
So, deleting `sw` is indeed the intended reset process. However, there are bare Git clones under `sw/MIRROR` used as base for development clones created with `aliBuild init`. That is: your...
I agree that there are some corner cases where this is - unfortunately - needed.
@ktf, just an idea, but I myself am not fully convinced of that :-) To be discussed.