]> git.pld-linux.org Git - projects/cleanbuild.git/blame - README.md
Use old rpm compatible digests
[projects/cleanbuild.git] / README.md
CommitLineData
7f4c3622 1# cleanbuild
97dec0cc
ER
2
3cleanbuild is tool to help discovering missing (or excessive) dependencies by
4building packages in clean build environment.
5
6cleanbuild comes with two backends:
7- vserver (legacy)
8- docker
9
7f4c3622 10See [vserver](README.vserver.md) or [docker](README.docker.md) for engine specific instructions.
97dec0cc
ER
11
12Run cleanbuild:
13
7f4c3622 14 ./cleanbuild FHS
97dec0cc 15
9a6e749e
ER
16You can create yourself alias for easier invocation from regular user.
17Add this to your `~/.bashrc`:
7f4c3622 18
9a6e749e
ER
19```bash
20eval "$(/path-to-cleanbuild-checkout/cleanbuild --shellcode=bash)"
21```
22
23And then:
24```bash
25cleanbuild somepkg
26```
This page took 0.594668 seconds and 4 git commands to generate.