| 29 | | In order to build mondo and mindi packages, you need to use the [http://trac.project-builder.org project-builder] tool. |
| 30 | | From the last 2.2.x SVN tree extracted you need to launch: |
| 31 | | |
| 32 | | {{{ |
| 33 | | # pb -p mondorescue cms2pkg |
| 34 | | }}} |
| 35 | | |
| 36 | | which will create for you both the compressed tar files (step cms2build) and then from those the packages (step build2pkg) |
| | 29 | In order to build mondo and mindi packages, you need to use the [http://trac.project-builder.org project-builder] tool and install the project-builder and perl-ProjectBuidler - or similar for Debian like - packages. |
| | 30 | From the last 3.x SVN tree extracted you need to launch: |
| | 31 | |
| | 32 | {{{ |
| | 33 | $ cat >> ~/.pbrc << EOF |
| | 34 | pbconfurl mondorescue = svn+ssh://user@mondo.hpintelco.org/prj/svn/pb/projects/mondorescue/pbconf |
| | 35 | # Adapt to fit your needs |
| | 36 | pbprojdir mondorescue = $ENV{'HOME'}/mondo/svn |
| | 37 | pburl mondorescue = svn+ssh://user@mondo.hpintelco.org/prj/svn/mondorescue |
| | 38 | EOF |
| | 39 | $ pb -p mondorescue -r branches/3.0 sbx2pkg |
| | 40 | }}} |
| | 41 | |
| | 42 | which will create for you both the compressed tar files (step sbx2build) and then from those the packages (step build2pkg) |