Jan Zerebecki jzerebecki
  • Not necessarily representing the actions or views of anyone even when stated otherwise. | Profile pic CC-BY 4.0: ESA/Hubble

  • Joined on 2024-05-21
jzerebecki pushed to main at jzerebecki/autogits 2025-04-03 20:27:10 +02:00
f6c54951cf WIP: add ci
a6a07f5cd5 Build in obs directly from this repo
Compare 2 commits »
jzerebecki created pull request git-workflow/autogits#24 2025-04-02 18:47:54 +02:00
Generate group-review/go.sum
jzerebecki pushed to group-review-go.sum at jzerebecki/autogits 2025-04-02 18:47:28 +02:00
2dfe973c51 Generate group-review/go.sum
jzerebecki created branch group-review-go.sum in jzerebecki/autogits 2025-04-02 18:47:27 +02:00
jzerebecki commented on pull request git-workflow/autogits#23 2025-04-02 18:42:14 +02:00
Build all modules and in obs directly from this repo

Yes, it uses go mod vendor. Maybe with a top level go.mod and sums file go mod vendor would have no reason to copy the local path as it is not a different go.mod anymore?

In https://src.opensuse…

jzerebecki commented on pull request git-workflow/autogits#23 2025-04-02 18:37:15 +02:00
Build all modules and in obs directly from this repo

Rebased and added go.sum file that was missing which fixed vendoring for one module.

jzerebecki pushed to build-all at jzerebecki/autogits 2025-04-02 18:35:26 +02:00
cf002ec6b3 WIP: Build all go modules each in a subpackage
0bd626d8f0 Generate group-review/go.sum
7cea235f76 Build in obs directly from this repo
b7625cd4c4 Fix cloning for src.suse.de instance
12e7a071d9 whitespace only changes
Compare 6 commits »
jzerebecki pushed to main at jzerebecki/autogits 2025-04-02 18:31:09 +02:00
cf002ec6b3 WIP: Build all go modules each in a subpackage
jzerebecki pushed to main at jzerebecki/autogits 2025-04-02 18:23:04 +02:00
ea9eab4688 WIP: Build all go modules each in a subpackage
0bd626d8f0 Generate group-review/go.sum
Compare 2 commits »
jzerebecki pushed to main at jzerebecki/autogits 2025-04-02 18:02:21 +02:00
5d75fa0ac9 WIP: Build all go modules each in a subpackage
7cea235f76 Build in obs directly from this repo
b7625cd4c4 Fix cloning for src.suse.de instance
12e7a071d9 whitespace only changes
6409741a12 Initial support for SSH based authentification
Compare 5 commits »
jzerebecki created pull request git-workflow/autogits#23 2025-04-02 17:47:11 +02:00
WIP: Build all go modules each in a subpackage
jzerebecki pushed to build-all at jzerebecki/autogits 2025-04-02 17:44:39 +02:00
jzerebecki created branch build-all in jzerebecki/autogits 2025-04-02 17:44:39 +02:00
jzerebecki pushed to main at jzerebecki/autogits 2025-04-02 17:09:41 +02:00
98d2871578 WIP: Build all go modules each in a subpackage
jzerebecki commented on pull request git-workflow/autogits#20 2025-04-01 22:40:28 +02:00
Build in obs directly from this repo

Doh. Go allows multiple binaries in a module. So you can structure it so the root contains one go module then the common code will not be copied during vendoring. Downside is that outside imports…

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

That problem also exists in the current packaging. obs-go-modules can not currently exclude. I'm not sure about go itself, maybe there is a way to rearrange stuff so go can be clever, my guess is…

jzerebecki pushed to main at jzerebecki/autogits 2025-04-01 18:35:00 +02:00
49f81eaec2 WIP: Build all go modules each in a subpackage
jzerebecki pushed to main at jzerebecki/autogits 2025-04-01 18:31:53 +02:00
cf849b6634 WIP: Build all go modules each in a subpackage
jzerebecki pushed to main at jzerebecki/autogits 2025-04-01 18:05:31 +02:00
8047f46eb5 WIP: Build all go modules each in a subpackage
jzerebecki created pull request git-workflow/autogits#20 2025-04-01 17:33:49 +02:00
Build in obs directly from this repo