Create Repo / Org make --forge-type optional#416
Conversation
ChristopherHX
commented
May 29, 2025
- This makes gitea garm usage unnessary complex
59892a5 to
8f85747
Compare
09199bc to
897bacc
Compare
gabriel-samfira
left a comment
There was a problem hiding this comment.
As I wanted to submit a comment, you pushed a commit that solved that comment and GH erred out because of the outdated commit I was commenting on 😄 .
This LGTM. If tests pass, we can merge.
|
To fix the lint error, you can probably run: golangci-lint run --build-tags=testing --fixrun: make install-lint-depsto get the needed binaries. To run the tests locally, you can run: make test |
* This makes gitea garm usage unnessary complex Signed-off-by: Christopher Homberger <christopher.homberger@web.de>
897bacc to
efd725e
Compare
Not so easy, on my system. It's much easier for me once the CI does no longer need approval, maybe for the second PR. Linter complained about unused functions as well, maybe your version is an older v1. v2 is not compatible at all |
|
This passed locally make test I force pushed only, because you do not seem to use my preferred squash merging strategy |
probably due to the shell used. Changing: Line 70 in 18ef27b to @cp -R ${ROOTDIR} ${TMPDIR}/.will make it work on your system as well. |
|
Thanks! |
Actually not, this was for example macOS and the error is of a different kind. For lxd, I remote patched garm on my ubuntu arm64 server. I am testing with the k8s provider to not have to use my old windows/linux laptop with weak battery or doing remote development. |
if you have a bit of RAM to spare, you could probably use multipass on Mac to get a quick ubuntu VM up and running locally. |