... | ... | @@ -7,6 +7,10 @@ KOHAENV=patched make provision |
|
|
```
|
|
|
This will spin up a `koha_patched` container that grabs a Koha release from a github tag, e.g. 16.11.04, applies all the patches in folder `koha-patched/patches`. If all succeed, Koha unit tests are run and finally debian packages are built and put in folder `koha-patched/debian`.
|
|
|
|
|
|
Using this project's patched Koha will require following build ENV
|
|
|
```
|
|
|
KOHA_RELEASE (release candidate with local patches rebased atop)
|
|
|
```
|
|
|
These files are made to be published in a debian apt repo, or they can be used locally in your build. Packages get the format:
|
|
|
`<package>-<kohaversion>+<datetime>~patched_<arch>.deb`
|
|
|
|
... | ... | |