From b181f7c5b6e660755dc65087d95f9642274b61e1 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Jan 14 2014 01:50:43 +0000 Subject: pretend the README files are markdown --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..0caace3 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +---- +Git repo that contains the metadata, configs and environment control +to build CentOS Linux 7 + diff --git a/mock/README.md b/mock/README.md new file mode 100644 index 0000000..4c47fb7 --- /dev/null +++ b/mock/README.md @@ -0,0 +1,41 @@ +-------- +* The old style templates no longer work in the 7 buildsys +* it now needs complete rendered files +-------- + +add mock config files per package here; +they can be either +- --.ARCH.conf +- -.ARCH.conf +- .ARCH.conf + +If the builder does not find a match in this dir, it will +use the conf file from one dir up ( and should be good +for most builds ) + +ARCH needs to be either i386 / x86_64 or noarch. In most cases +we will want to use the default mock configs from one dir up +and adapt those. + +In almost every case, we want the noarch.conf to be symlinked +to the x86_64 config file. Regular noarch files are built against +the x86_64 target, but if something has ExclusiveArch then it +will be attempted against the noarch conf first. + +If doing custom mock configs for the kernel, its always +going to need a noarch.cfg as well + +--------- +repo urls that contain /mirror/ point to pristine upstream +mirrors ( unmaintained, they will never change ) + +repo urls that contain /repo/ represent the actual +repositories that built content is being injected into + + +--------- +Some files that are part of the system: +- def.cfg +- logging.ini +- hints +- site-defaults.cfg