-
Notifications
You must be signed in to change notification settings - Fork 1
stx packaging integration
Marcela Rosales edited this page Apr 10, 2019
·
4 revisions
- First you need to setup your developer environment
git clone https://github.com/starlingx-staging/stx-packaging.git
cd stx-packaging
./setup.py
- Then, create some starlingx packages:
# You can continue the demo with only these two
make package PKG=x.stx-fault/fm-common DISTRO=ubuntu
make package PKG=x.stx-fault/fm-mgr DISTRO=ubuntu
# You could leave these for later
make package PKG=x.stx-update/tsconfig DISTRO=ubuntu
make package PKG=x.stx-config/sysinv/cgts-client DISTRO=ubuntu
make package PKG=x.stx-fault/fm-api DISTRO=ubuntu
make package PKG=x.stx-fault/fm-rest-api DISTRO=ubuntu