aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-02Really do make clean for the first buildHEADmasterKevin Suo
take into consideratoin of the ingored commits.
2020-03-01No need to run autogen.sh for every buildKevin Suo
Run it for the first build only.
2020-03-01Do not do make clean with failed buildKevin Suo
and added some more ignore pattern.
2020-02-26Revise name of ignore list file.release-1.0Kevin Suo
The previous one was a typo.
2020-02-26Fix error in ignore logicKevin Suo
The previous one only generate two commits in any range.
2020-02-26Re-design the ignore logic for better performance and readingKevin Suo
2020-02-26Give me 5 seconds to terminate the process with Ctrl-C keyKevin Suo
Hit Ctrl-C during the git checkout process is dangerous. It is also dangerous to terminate during make. This commit adds a 5s sleep time between each loop, so you can terminate the process by Ctrl-C.
2020-02-26Do not add useless tagsKevin Suo
We already have source hash in the summary line
2020-02-26Add more ignore patternKevin Suo
2020-02-19Add support to ignore source commits based on descriptionKevin Suo
2020-02-17Initial working commit.Kevin Suo