aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* COPYING: License field in header should be GPL-2 rather than GPL-2+Zac Medico2017-12-021-1/+1
| | | | | | The copyright headers specify "GNU General Public License v2" only. Fixes: cc5b94ab443f4 ("COPYING: add header paragraph")
* Rewrite doins in python (bug 624526)Hidehiko Abe2017-12-021-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | doins is written in bash. However, specifically in case that too many files are installed, it is very slow. This CL rewrites the script in python for performance. BUG=chromium:712659 TEST=time (./setup_board --forace && \ ./build_package --withdev && \ ./build_image --noenable_rootfs_verification test) ===Before=== real 21m35.445s user 93m40.588s sys 21m31.224s ===After=== real 17m30.106s user 94m1.812s sys 20m13.468s Change-Id: Ib10f623961ba316753d58397cff5e72fbc343339 Reviewed-on: https://chromium-review.googlesource.com/559225 X-Chromium-Bug: 712659 X-Chromium-Bug-url: https://bugs.chromium.org/p/chromium/issues/detail?id=712659 Reviewed-by: Manuel RĂ¼ger <mrueg@gentoo.org> Bug: https://bugs.gentoo.org/624526
* COPYING: add header paragraphZac Medico2017-11-301-0/+6