summaryrefslogtreecommitdiffstats
path: root/clean-rpmsrate
Commit message (Collapse)AuthorAgeFilesLines
* further simplify (Pascal Terjan)Thierry Vignaud2012-03-161-1/+1
|
* make clean-rpmsrate 11.5% faster on average on cached repo directory byThierry Vignaud2012-03-151-1/+4
| | | | | | | doing less work in the regexp engine and less path walks elapsed time consistently go down from 0.70 to 0.62 on scores of run (mainly a win in time spend in the kernel)
* rename $d as $dir for clarityThierry Vignaud2012-03-151-2/+2
|
* reorder for clarityThierry Vignaud2012-03-151-1/+2
|
* rename $rpmsrate_base as $rpmsrate_raw_fileThierry Vignaud2012-03-151-2/+2
|
* make it slight clearerThierry Vignaud2012-03-151-1/+1
|
* only cleanrpmsrate() is exported and we don't call anything else anywayThierry Vignaud2012-03-151-1/+1
|
* (preread_rpmsrate,cleanrpmsrate) simplify: kill unused $norpmsrate parameter ↵Thierry Vignaud2012-03-151-1/+1
| | | | (no overengeneering)
* rename $rpmsrate as $output_file to show its real purposeThierry Vignaud2012-03-151-3/+3
|
* perl_checker cleanupsThierry Vignaud2012-03-151-4/+7
|
* add cleanrpmsrateNicolas Vigier2011-05-011-0/+19