Changes between Version 7 and Version 8 of Development/Templates/ClientSideDepsCheck


Ignore:
Timestamp:
May 19, 2008, 12:44:16 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

    v7 v8  
    33One of the annoying things about Quattor is that you can't check that a package set defined in a profile is consistent, i.e. that it doesn't require any more packages added to resolve dependencies. This can result in a frustrating sequence of "tweak package list, deploy profiles, run SPMA, check for dependency errors". The problem is that dependency information is not available when compiling profiles.
    44
    5 However, there is a tool that's very good at resolving dependency problems, and it's called YUM. The following recipe gives details of using YUM and
     5However, there is a tool that's very good at resolving dependency problems, and it's called YUM. The following recipe gives details of using YUM and a python utility called {{{checkdeps}}} (available at [source:SCDB/trunk/src/utils/profiles/checkdeps src/utils/profiles/checkdeps]).
    66
    77= Create YUM repositories =
     
    3434
    3535= Get checkdeps =
    36 checkdeps is available in the SCDB distribution at src/utils/profiles/checkdeps
     36checkdeps is available in the SCDB distribution at [source:SCDB/trunk/src/utils/profiles/checkdeps src/utils/profiles/checkdeps]
    3737
    3838= Run checkdeps =