git @ Cat's Eye Technologies Funicular / 16d7227
Testing reveals what is wrong with things. Chris Pressey 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
327327 execute(funicular, 'cd distrepos/' .. source_name ..
328328 ' && hg archive -r tip -t zip ' ..
329329 '-X .hgignore -X .gitignore -X .hgtags -X .hg_archival.txt ' ..
330 '../staging_area/' .. dest_name .. '.zip')
330 '../../staging_area/' .. dest_name .. '.zip')
331331 else
332332 execute(funicular, 'cd distrepos && tar zcf ../staging_area/' ..
333333 dest_name .. '.tgz ' .. source_name)