To get started with domination, you'll need to get familiar with Git and Repo.
To initialize your local repository using the domination trees, use a command like this:
repo init -u git://github.com/Domination-42/android.git -b Domination
To sync up:
repo sync
Building is pretty easy the only thing you need to know is the name of the device you're building for. For example i'm going to build for the Samsung Galaxy Nexus the gsm edition called 'maguro'. This is the only thing you'll have to do:
./build.sh <device_name>
it is easy just execute this command:
./changelog.sh MM/dd/yyyy
for example if i've build my latest release on april 24 of 2013 and i want a changelog for my release i just do this:
./changelog.sh 04/24/2013