Changes between Version 3 and Version 4 of RepoTools

Show
Ignore:
Author:
skvidal (IP: 24.211.246.61)
Timestamp:
11/12/08 21:39:19 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RepoTools

    v3 v4  
    4141      }}} 
    4242 
    43         - good repo practices 
    44                 - dir structure 
    45                 - hardlinking 
    46         - verifying a repository is correct: verifytree 
    47         - checking package gpg keys: rpm -K -v 
     43== verifytree == 
     44 If you've just made a repo and you want to verify that everything in that repo is accurate and functional you can run '''verifytree''' to check out all the repodata and packages. 
    4845 
     46Example: 
     47   {{{ 
     48$ verifytree /home/skvidal/tmp/empty-repoverifytree /home/skvidal/tmp/empty-repo/ 
     49Checking repodata: 
     50  verifying repomd.xml with yum 
     51  verifying filelists checksum 
     52  verifying primary checksum 
     53  verifying primary_db checksum 
     54  verifying other_db checksum 
     55  verifying other checksum 
     56  verifying filelists_db checksum 
     57Checking groups (comps.xml): 
     58  verifying comps.xml with yum 
     59  comps file missing or unparseable 
     60   }}} 
     61 
     62