Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pellaeon/openstack-deb-builder
Script to automatically build OpenStack packages from source
https://github.com/pellaeon/openstack-deb-builder
Last synced: about 1 month ago
JSON representation
Script to automatically build OpenStack packages from source
- Host: GitHub
- URL: https://github.com/pellaeon/openstack-deb-builder
- Owner: pellaeon
- License: gpl-2.0
- Created: 2014-03-02T07:57:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T08:08:49.000Z (almost 11 years ago)
- Last Synced: 2023-03-24T11:29:38.972Z (almost 2 years ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
openstack-deb-builder
=====================Script to automatically build OpenStack packages from source
Based on [xiaoquqi's script](https://github.com/xiaoquqi/vagrant-build-openstack-deb/blob/master/scripts/build.sh)
## Prerequistics
### Ubuntu Cloud Archive
Some build dependencies only exists there.
```
sudo add-apt-repository cloud-archive:havana
sudo apt-get update
```### Build tools
```
sudo apt-get install -y debootstrap equivs schroot devscripts build-essential checkinstall sbuild \
dh-make bzr bzr-builddeb git python-setuptools
```### pip & pbr
```
sudo apt-get install -y python-pip
sudo pip install pbr
```## TODO
* Build multiple packages