reproduce.tt: Add option to fetch but not build
[?]
May 26, 2015, 2:01 PM
MRINNBYYYM7PZ3L6AUSLJCEWKCPHI7T34CPEMLVA6EDWAAPW56FQCDependencies
- [2]
5Q4ZLL37reproduce.tt: Add --help flag - [*]
HZWUT4YNAllow users to reproduce builds on their own systems
Change contents
- edit in src/root/reproduce.tt at line 18
fetchOnly= - edit in src/root/reproduce.tt at line 46
--fetchFetch the inputs and then exit. - edit in src/root/reproduce.tt at line 61
elif [ "$arg" = --fetch ]; thenfetchOnly=1 - edit in src/root/reproduce.tt at line 174[4.3144][4.3144]
if [ -n "$fetchOnly" ]; then exit 0; fi