Name Last Update
cfg Loading commit data...
docs Loading commit data...
obs Loading commit data...
patches Loading commit data...
rpm Loading commit data...
specs Loading commit data...
utils Loading commit data...
vagrant.d Loading commit data...
.gitignore Loading commit data...
.mrconfig Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
build_packages_rpms.sh Loading commit data...
build_setuptools_rpms.sh Loading commit data...
proxy.sh Loading commit data...
vagrant.sh Loading commit data...

README.md

Quick start

To clone all the sub-projects:

$ install `mr` (`apt-get install mr`)
$ echo $(pwd)/.mrconfig >> ~/.mrtrust
$ mr checkout

To build packages:

$ make

To add a new subproject:

  • edit .mrconfig and add a new section for the project (base it on the existing sections for the existing subprojects)
  • add a new .spec.in file for the project in rpm/$PROJECT.spec.in
  • edit Makefile and add the subproject name to the COMPONENTS variable right at the beginning of the file.
  • that's all