Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axsh/kemumaki
rpmbuild tool for wakame-vdc
https://github.com/axsh/kemumaki
Last synced: about 2 months ago
JSON representation
rpmbuild tool for wakame-vdc
- Host: GitHub
- URL: https://github.com/axsh/kemumaki
- Owner: axsh
- Created: 2012-11-27T07:51:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T14:14:15.000Z (over 9 years ago)
- Last Synced: 2023-04-18T20:26:45.366Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 16
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kemumaki
========Kemumaki is a rpmbuild tool for Wakame-vdc
Features
--------1. build an environment using chroot from scratch
2. build rpm packages
3. create a local yum repositoryGetting Started
---------------```
$ git submodule update --init --recursive
$ sudo bin/kemumaki rpmbuild
```Specify the version number
--------------------------Define `distro_ver` in `config/distro_ver.conf`.
```
$ echo distro_ver=6.5 > config/distro_ver.conf
```Links
-----+ [wakame-vdc/rpmbuild](https://github.com/axsh/wakame-vdc/tree/master/rpmbuild)
+ [vmbuilder](https://github.com/axsh/vmbuilder)Contributing
------------1. Fork it ( https://github.com/[my-github-username]/kemumaki/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request