| | 17 | |
| | 18 | == Set up a directory for YUM == |
| | 19 | You will need to create a directory for YUM to store its metadata in. Any directory will do. This will be passed in to checkdeps as its working directory. |
| | 20 | |
| | 21 | == Create a YUM config file == |
| | 22 | This can be very basic. The minimum we need is the location of the directory where the YUM templates describing the repositories are stored. |
| | 23 | |
| | 24 | {{{ |
| | 25 | [main] |
| | 26 | reposdir=/home/username/yumroot |
| | 27 | installroot=/home/myusername/yumroot |
| | 28 | }}} |
| | 29 | |
| | 30 | == Generate YUM repository files == |
| | 31 | For each |
| | 32 | |
| | 33 | = Get depchecks = |
| | 34 | depchecks is available in the QWG tree at |