From: OpenOCD-Gerrit <ope...@us...> - 2021-01-28 06:02:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 427552c078ea02c5b5a4c1492419dc6c3f4845dd (commit) from 5c17ce508ed5fd16fe7e42877199277996575625 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 427552c078ea02c5b5a4c1492419dc6c3f4845dd Author: Antonio Borneo <bor...@gm...> Date: Wed Jan 27 23:53:12 2021 +0100 steppenprobe: fix file permission Commit 895d4a599585 ("tcl/interface/ftdi: Add Steppenprobe open hardware interface") erroneously set the execution permission to the configuration file. Strip the execution permission. Change-Id: I556451d5e6fee4aee385451e8c90216a25b6ef46 Signed-off-by: Antonio Borneo <bor...@gm...> Fixes: http://openocd.zylin.com/5653 Reviewed-on: http://openocd.zylin.com/6038 Reviewed-by: Paul Fertser <fer...@gm...> Tested-by: Paul Fertser <fer...@gm...> diff --git a/tcl/interface/ftdi/steppenprobe.cfg b/tcl/interface/ftdi/steppenprobe.cfg old mode 100755 new mode 100644 ----------------------------------------------------------------------- Summary of changes: tcl/interface/ftdi/steppenprobe.cfg | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tcl/interface/ftdi/steppenprobe.cfg hooks/post-receive -- Main OpenOCD repository |