Adam Majer adamm
  • Joined on 2023-07-21
adamm created pull request openSUSE/Factory#3 2025-04-02 18:07:46 +02:00
devel_packages: 2024-04-02 changes
adamm commented on pull request git-workflow/autogits#23 2025-04-02 18:03:25 +02:00
Build all modules and in obs directly from this repo

ok, so , it uses go mod vendor probably and that is not so smart and vendors modules that are not only from remote but also relative paths.

adamm commented on pull request git-workflow/autogits#23 2025-04-02 17:58:12 +02:00
Build all modules and in obs directly from this repo

I'm mainly complaining about this go_modules service that seems to be doing funny things...

adamm commented on pull request git-workflow/autogits#23 2025-04-02 17:56:55 +02:00
Build all modules and in obs directly from this repo
~/go/pkg/mod/github.com/go-openapi/validate v0.24.0 h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58=

->
~/go/pkg/mod/github.com/go-openapi/validate\@v0.24.0/

done. It's basically…

adamm commented on pull request git-workflow/autogits#23 2025-04-02 17:52:43 +02:00
Build all modules and in obs directly from this repo

Thanks. I will look how we can fix this need for so many vendor files. Ideally, you should be able to merge these go.mod files and generate one vendor tarball. Anything else is not required there,…

adamm pushed to main at git-workflow/autogits 2025-04-02 14:18:55 +02:00
b7625cd4c4 Fix cloning for src.suse.de instance
adamm merged pull request git-workflow/autogits#22 2025-04-02 14:18:54 +02:00
Fix cloning for src.suse.de instance
adamm commented on pull request git-workflow/autogits#22 2025-04-02 13:53:52 +02:00
Fix cloning for src.suse.de instance

Then you also don't need to expose giteaHost as global

adamm commented on pull request git-workflow/autogits#22 2025-04-02 13:53:10 +02:00
Fix cloning for src.suse.de instance

add a flag parameter "use-ssh-clone" here

adamm commented on pull request git-workflow/autogits#22 2025-04-02 13:52:25 +02:00
Fix cloning for src.suse.de instance

add a flag parameter "--use-ssh-clone" (could be global) and then add condition here if (UseSSHClone) { }.

adamm pushed to main at git-workflow/autogits 2025-04-02 11:39:58 +02:00
12e7a071d9 whitespace only changes
adamm pushed to main at git-workflow/autogits 2025-04-02 11:35:57 +02:00
6409741a12 Initial support for SSH based authentification
adamm merged pull request git-workflow/autogits#21 2025-04-02 11:35:56 +02:00
Initial support for SSH based authentification
adamm commented on pull request git-workflow/autogits#21 2025-04-02 10:24:31 +02:00
Initial support for SSH based authentification

looks fine, but whitespace is broken. mix of tab/space?

adamm commented on pull request git-workflow/autogits#20 2025-04-02 10:16:47 +02:00
Build in obs directly from this repo

This means it's fine they are not there.

adamm commented on pull request git-workflow/autogits#20 2025-04-02 10:16:18 +02:00
Build in obs directly from this repo

The mocks are generated and are only used for tests. In the submodirectories, you need to run go generate and the mocks will appear.

adamm commented on pull request git-workflow/autogits#20 2025-04-01 18:03:17 +02:00
Build in obs directly from this repo

vendor/src.opensuse.org/autogits/* should not be part of the vendor tarball. That's just these sources. Can they be excluded?

adamm created branch master in wbem/_ObsPrj 2025-04-01 17:04:38 +02:00
adamm pushed to master at wbem/_ObsPrj 2025-04-01 17:04:38 +02:00
8aab0e100a Initial sync of maintainership with OBS
adamm created repository wbem/_ObsPrj 2025-04-01 17:04:36 +02:00