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 "".
The branch, api-next has been updated via f15441382809525bea73554ccba9ca44d0337466 (commit) via d2562fb0cb2c2b21b628b265ef24a6c8cbac9608 (commit) via f4386378e466a519d8f97923ba43ea22dec1e933 (commit) via 3ca26420f0e06fdb1b2cb9192461dbc32a421de5 (commit) via b50cf14202528e986ae9a41721fae1e746078646 (commit) from 826ee894aa0ebd09d42a17e1de077c46bc5b366a (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 f15441382809525bea73554ccba9ca44d0337466 Merge: 826ee894 d2562fb0 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Tue May 23 18:11:41 2017 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --cc .travis.yml index c7df4706,e792af06..614e7821 --- a/.travis.yml +++ b/.travis.yml @@@ -57,8 -65,16 +65,16 @@@ before_install - sudo mkdir -p /mnt/huge - sudo mount -t hugetlbfs nodev /mnt/huge
+ - if [ "$TEST" = "CHECKPATCH" ]; then + echo ${TRAVIS_COMMIT_RANGE}; + ODP_PATCHES=`echo ${TRAVIS_COMMIT_RANGE} | sed 's/.//'`; + if [ -z "${ODP_PATCHES}" ]; then env; exit 1; fi; + ./scripts/ci-checkpatches.sh ${ODP_PATCHES}; + exit $?; + fi + - sudo apt-get -qq update - - sudo apt-get install automake autoconf libtool libssl-dev graphviz mscgen doxygen + - sudo apt-get install automake autoconf libtool libssl-dev graphviz mscgen doxygen libconfig-dev - sudo apt-get install libpcap-dev linux-headers-`uname -r` - sudo pip install coverage - gem install asciidoctor
-----------------------------------------------------------------------
Summary of changes: .codecov.yml | 14 ++++++++++---- .travis.yml | 31 ++++++++++++++++--------------- example/generator/odp_generator.c | 20 +++++++++++++++++--- scripts/checkpatch.pl | 6 +++--- scripts/ci-checkpatches.sh | 17 +++++++++++++++++ 5 files changed, 63 insertions(+), 25 deletions(-) create mode 100755 scripts/ci-checkpatches.sh
hooks/post-receive