Kemumaki is a rpmbuild tool for Wakame-vdc
- build an environment using chroot from scratch
- build rpm packages
- create a local yum repository
$ git submodule update --init --recursive
$ sudo bin/kemumaki rpmbuild
Define distro_ver
in config/distro_ver.conf
.
$ echo distro_ver=6.5 > config/distro_ver.conf
- Fork it ( https://github.com/[my-github-username]/kemumaki/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request