Changes between Version 3 and Version 4 of YumCodeSnippet/SetupArbitraryRepo

Show
Ignore:
Author:
james (IP: 65.172.155.230)
Timestamp:
07/21/09 20:41:47 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YumCodeSnippet/SetupArbitraryRepo

    v3 v4  
    1010 
    1111yb = yum.YumBase() 
    12 if not yb.setCacheDir(reuse=False): 
     12if not yb.setCacheDir(force=True, reuse=False): 
    1313  print >>sys.stderr, "Can't create a tmp. cachedir. " 
    1414  sys.exit(1)