Notes from Hamara Sugam Contributor IRC Session 29/12/15

From Hamara Wiki
Revision as of 21:31, 29 December 2015 by Vik (talk | contribs) (Make a fork)

Jump to: navigation, search

Getting started with Hamara Sugam Development

The git repos

To get started with developing you need to request access to our git repo.

Register at http://git.hamaralinux.org and post to the developer mailing list to request access to the specific repo.

For building the distro you will need access to:

https://git.hamaralinux.org/hamara-developers/hamara-makeiso

If you are working on packages, you may need access to:

https://git.hamaralinux.org/hamara-developers/hamara-packages


Make a fork

The first thing you should do it create a fork of the hamara-makeiso repo so that you can do your work there.

You should NEVER push changes into the hamara-developers repository but instead you should push changes to your fork and issue a merge request to get your changes included into the main repo.