Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cd/cd: automation based on submodules #8

Closed
kamilsk opened this issue Aug 31, 2021 · 3 comments
Closed

cd/cd: automation based on submodules #8

kamilsk opened this issue Aug 31, 2021 · 3 comments
Assignees
Labels
effort: medium An issue has a medium complexity. impact: high An issue has high impact. scope: inventory An issue related to auxiliary code, e.g. CI config, Makefiles, etc. type: feature A new feature request.

Comments

@kamilsk
Copy link
Member

kamilsk commented Aug 31, 2021

algorithm:

  • move all HTML into /docs
  • add go modules as submodules
  • build HTML recursively walk all submodules
@kamilsk kamilsk self-assigned this Aug 31, 2021
@kamilsk kamilsk changed the title automation based on submodules cd/cd: automation based on submodules Apr 12, 2023
@kamilsk kamilsk added type: feature A new feature request. scope: inventory An issue related to auxiliary code, e.g. CI config, Makefiles, etc. impact: high An issue has high impact. effort: medium An issue has a medium complexity. labels Apr 17, 2023
@kamilsk
Copy link
Member Author

kamilsk commented Apr 17, 2023

Useful

$ curl -v https://proxy.golang.org/go.octolab.org/template/module/@v/v1.0.0.info

$ go mod init test
$ GOPROXY=https://proxy.golang.org GO111MODULE=on go get go.octolab.org/template/[email protected]

@kamilsk
Copy link
Member Author

kamilsk commented Apr 17, 2023

blocked by octomation/maintainer/issues/134

@kamilsk
Copy link
Member Author

kamilsk commented Jul 9, 2023

prefix: go list -m
import.url: gh repo view --json url
import.source.dir: gh repo view --json url/tree/gh repo view --json defaultBranchRef{/dir}
vcs: git
packages: go list ./...
tags: gh repo view --json repositoryTopics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: medium An issue has a medium complexity. impact: high An issue has high impact. scope: inventory An issue related to auxiliary code, e.g. CI config, Makefiles, etc. type: feature A new feature request.
Projects
Status: Done
Development

No branches or pull requests

1 participant