From b45d7ae04f9f0748d86c1de3ef1cb685962d4cc7 Mon Sep 17 00:00:00 2001 From: Markus Zimmermann Date: Wed, 7 Sep 2016 21:42:15 +0200 Subject: [PATCH] Add a script to regenerate the bootstrap repository --- README.md | 12 +++++++++++- scripts/update-bootstrap.sh | 26 ++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100755 scripts/update-bootstrap.sh diff --git a/README.md b/README.md index 555fb52..a9ddf06 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,16 @@ make lint This will switch to the current Clang version for the `go-clang-gen` command, execute all tests and process the source code with the project's linters. Make sure that you do not introduce new linting problems. +### Regenerate the bindings for the `bootstrap` repository + +The `bootstrap` repository holds the base for all version repositories it must therefore be updated if something changes in the `gen` repository to regenerate all version repositories. This tedious task is automated by the following command. + +```bash +$GOPATH/src/github.com/go-clang/gen/scripts/update-bootstrap.sh +``` + +Any changes must be manually verified and pushed via a feature branch. + ## Maintainer documentation The following sections are specific to the maintaining process. @@ -75,7 +85,7 @@ If a new version is available create a repository on GitHub named `v.