[dpdk-dev] [PATCH] scripts: add git hook scripts for checkpatch and auto doc generation

2015-11-24 Thread Thomas Monjalon
Thanks for the idea 2015-11-06 13:48, Ferruh Yigit: > post-merge: Same script as "post-commit", but triggered after git pull A symbolic link would be sufficient. As it must be installed in the git hooks (probably making a symbolic link), duplicating the file is not needed at all. > pre-commit:

[dpdk-dev] [PATCH] scripts: add git hook scripts for checkpatch and auto doc generation

2015-11-24 Thread Ferruh Yigit
On Tue, Nov 24, 2015 at 06:44:36PM +0100, Thomas Monjalon wrote: > Thanks for the idea > > 2015-11-06 13:48, Ferruh Yigit: > > post-merge: Same script as "post-commit", but triggered after git pull > > A symbolic link would be sufficient. > As it must be installed in the git hooks (probably

[dpdk-dev] [PATCH] scripts: add git hook scripts for checkpatch and auto doc generation

2015-11-06 Thread Ferruh Yigit
On Fri, Nov 06, 2015 at 01:48:51PM +, Ferruh Yigit wrote: > Sorry for duplication, previous patch is not in the patchwork, this is the > exact same patch and re-sent for patchwork. > Incase anybody interested patchwork error seems because of a special char in message header "Received" field.

[dpdk-dev] [PATCH] scripts: add git hook scripts for checkpatch and auto doc generation

2015-11-06 Thread Ferruh Yigit
These scripts are to automate some common tasks, scripts needs to be deployed to specific folder to become active. Scripts: post-commit: Triggers after commit complete, re-generates api and guides html documents. "RTE_DOC_OUT" environment variable configures document output folder. Same script

[dpdk-dev] [PATCH] scripts: add git hook scripts for checkpatch and auto doc generation

2015-11-06 Thread Ferruh Yigit
Sorry for duplication, previous patch is not in the patchwork, this is the exact same patch and re-sent for patchwork. Ferruh Yigit (1): scripts: add git hook scripts for checkpatch and auto doc generation scripts/git-hooks/deploy.sh | 19 +++ scripts/git-hooks/post-commit |

[dpdk-dev] [PATCH] scripts: add git hook scripts for checkpatch and auto doc generation

2015-10-30 Thread Ferruh Yigit
These scripts are to automate some common tasks, scripts needs to be deployed to specific folder to become active. Scripts: post-commit: Triggers after commit complete, re-generates api and guides html documents. "RTE_DOC_OUT" environment variable configures document output folder. Same script