]> git.pld-linux.org Git - projects/cleanbuild.git/blob - README
- perl is required for findunusedbr
[projects/cleanbuild.git] / README
1 Dependencies:
2
3   Missing packages on fresh PLD vserver installation:
4
5   cvsnt
6   mount
7   perl
8   poldek
9   rpm-build-tools
10   subversion
11   sudo
12
13 Setup:
14
15   # Install all dependencies
16
17   # create rpm dir
18   builder --init-rpm-dir
19
20   # optionally login to cvs
21   cd ~/tpm/packages
22   sed -i s/:cvs@/:yourcvslogin@/ CVS/Root
23   cvs login
24
25   # create directories
26   mkdir ~/rpm/cleanRPMS.repo
27   mkdir ~/rpm/packages/cleanRPMS
28
29   # checkout svn repo
30   svn co http://svn.pld-linux.org/svn/toys/tools/cleanbuild
31
32 Notes for vserver:
33
34   If you are inside vserver, you need to have following context capabilities
35   (add these lines to /etc/vserver/<name>/ccapabilities):
36     SECURE_MOUNT
37     BINARY_MOUNT
38
39   And following system capabilities (add these lines to
40   /etc/vserver/<name>/bcapabilities):
41     MKNOD
42     SYS_ADMIN
43
44 Run cleanbuild:
45
46   cd cleanbuild
47   ./cleanbuild some.spec
This page took 0.081546 seconds and 4 git commands to generate.