Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 663 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 663 Bytes

hda-platform

This is the packaging "shell" repo for the Amahi platform.

The code for platform is a git submodule in a different repo at https://github.com/amahi/platform, and it's hosted in this repo under html/

To get the latest submodule code,

git submodule init
git submodule update
cd html && git pull origin master && git checkout master

To develop and build on an rpm-based system, you may need to get the proper tools and dependencies in place. You can use this make target:

make rpm-devel-deps

To build the rpm, make sure you are using the system ruby in a system identical to the

make disclean rpm