Changes between Version 1 and Version 2 of Development/Templates/ClientSideDepsCheck


Ignore:
Timestamp:
May 19, 2008, 12:22:11 PM (17 years ago)
Author:
/C=IE/O=Grid-Ireland/OU=cs.tcd.ie/L=RA-TCD/CN=Stephen O. Childs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Templates/ClientSideDepsCheck

    v1 v2  
    1313
    1414= Set up YUM on your development machine =
     15== Install YUM ==
    1516If YUM isn't installed, you will need to install it on the machine where you normally develop Quattor profiles. Note that that checkdeps.py has been tested with YUM version 3.2.8 (as used in Fedora 8).
     17
     18== Set up a directory for YUM ==
     19You 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 ==
     22This 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]
     26reposdir=/home/username/yumroot
     27installroot=/home/myusername/yumroot
     28}}}
     29
     30== Generate YUM repository files ==
     31For each
     32
     33= Get depchecks =
     34depchecks is available in the QWG tree at