aboutsummaryrefslogtreecommitdiff
path: root/scripts/git-transplant.py
AgeCommit message (Collapse)Author
2020-06-08scripts: git-transplant.py: encode subprocess output a stringMatias Elo
Change subprocess output from bytes to a string. Enables running the script with new Python versions. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
2018-03-22Port 733ab61 "update Linaro Copyrights to 2018 year"Matias Elo
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2016-08-05linux-dpdk: git-transplant.py: handle exception when there is no match with grepZoltan Kiss
Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
2016-07-07linux-dpdk: scripts: add git-transplant scriptZoltan Kiss
This script helps pulling new commit from odp.git by building a list of patches (probably) needed to be ported. There is also a short howto about the usage. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>