Gaëtan Lehmann
Gaëtan Lehmann
yes, I'm personally using the `echo $? > exit-code` version :+1: I thought the outputs were generated only if no step has failed. In fact [the documentation](https://docs.earthly.dev/docs/earthfile#description-4) says: > If...
> Fyi I also recently wrote custom completions (fish) for one of my script-based aliases. That worked without issues on top of the new dynamic completions. Makes it feel even...
The user repositories are already installed by `init-container.sh` (https://github.com/xcp-ng/xcp-ng-build-env/blob/14eb61e86e68f29af5cd9fc07486a8d6489696cd/files/init-container.sh#L27-L30) so this may not be the best example :slightly_smiling_face:
> > It would be nice to have a jj package for fedora! Note that I don't know how the maintainers feel about adding credentials in the github project. >...
IMO, you should merge the revision that changes the command and the revision that adds the test for each command. It would be easier to review. And it's a bit...
> In order to get out of temporary "working-copy in the middle" (or casual editing?) state, I would run `jj new`. `jj squash` should either bring me to finished (i.e....
@mateusauler could you describe in what situation you already have a `Change-Id` trailer. Was it added by someone else? Just trying to understand how often it might happen.
> This happens when the change's gerrit change-id does not match the one generated by jj. Eg. When a new change is pulled, jj assigns a new change-id. Which, in...
I've been using it for two days, and it worked very well so far :+1: