Hi
I am aware of steps to build kernel and individual rpms
1. git clone https://git.centos.org/git/rpms/kernel
2. cd kernel
3. git checkout c7
4. get_sources.sh
You can get this script from below.
git clone https://git.centos.org/git/centos-git-common.git
cp centos-git-common/get_sources.sh to kernel folder.
5. git checkout c7
But I want to build entire CentOS distro.Please let me know the build procedure?
Thanks Kavitha