Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | Ensure ld.so is updated when tools are installed | Nick White | |
2019-09-02 | Correct usage of homedir in lept and tess; was failing when become was used ↵ | Nick White | |
for the install part; will be robust now | |||
2019-09-02 | Switch to apt to install dependencies, and the debian package names, for ↵ | Nick White | |
lept and tess apt is needed as package: expects aptitude, which we don't use. | |||
2019-09-02 | Use generic home dirs for lept and tess installs | Nick White | |
2019-09-02 | Split lept from tess install | Nick White | |
2019-01-06 | Code cleanup of tesseract installations | Nick White | |
2019-01-05 | Don't clone or build software with become | Nick White | |
This is so that the sources are appropriately owned for easy modification and rebuilding if needed later. | |||
2019-01-05 | tesstrainer role installs basic tesseract tools too, and only build and run ↵ | Nick White | |
ldconfig when necessary Use register variables and handlers to only run ldconfig and build tools when there's some need to do so. The tesseractor role is now only to be used by hosts that don't want training tools, hosts that want both should just use the tesstrainer role. | |||
2019-01-05 | Ensure leptonica make install is always run, so the latest version is always ↵ | Nick White | |
installed | |||
2019-01-05 | Switch to using amibuild branch for tesseract | Nick White | |
2019-01-05 | Get rid of unnecessary leptonica config and correct tesseract build rule | Nick White | |
2019-01-05 | Don't install unneeded dependencies if only installing tesseract without ↵ | Nick White | |
training parts | |||
2019-01-05 | Separate out roles and groups better | Nick White | |