[Quilt-dev] [PATCH 2/3] setup: Add --fast option

2014-12-07 Thread Jean Delvare
This is an alternative implementation of quilt setup for rpm spec files, which is much faster than the original implementation. The idea is to have rpmbuild generate our working tree directly, instead of taking note of everything it does and then replaying that record from scratch. The new

[Quilt-dev] [PATCH 3/3] setup: Merge tests

2014-12-07 Thread Jean Delvare
Don't test the same condition twice in a row, it's inefficient. --- Note: this was not done before to make the previous patch more readable. quilt/setup.in | 65 - 1 file changed, 33 insertions(+), 32 deletions(-) --- a/quilt/setup.in