Changeset 2835
- Timestamp:
 - Jan 1, 2010, 7:45:35 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/packages/invirt-dev/invirtibuilder (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/packages/invirt-dev/invirtibuilder
r2820 r2835 213 213 214 214 @contextlib.contextmanager 215 def packageWorkdir(package ):215 def packageWorkdir(package, commit): 216 216 """Checkout the package in a temporary working directory. 217 217 … … 301 301 else: 302 302 db.failed_stage = 'checking out package source' 303 with packageWorkdir(package ) as workdir:303 with packageWorkdir(package, commit) as workdir: 304 304 db.failed_stage = 'preparing source package' 305 305 packagedir = os.path.join(workdir, package)  
Note: See TracChangeset
          for help on using the changeset viewer.
      