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