summaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-02-13 10:08:34 +0530
committerAmar Tumballi <amarts@redhat.com>2019-02-13 10:13:48 +0530
commit73d22d982b965f81a1fde2400b6d432242be0db5 (patch)
tree801652fb291bfd98ae68d2dd79e9afb034ec0dc9 /tests/bugs
parent017721e5cad5b8a5b498a06e54098ea920d5bc96 (diff)
rfc.sh: fix the missing rebase issue
When we decided to use clang-format for coding-style, and not bother about local `check-patch.pl`, we had commented out coding style check method in `./rfc.sh`. While it was intended and valid, we missed to see one major issue with that. `git fetch` command, which fetched latest code of the project, was inside the check_patches method, which also got missed. Even though we had an explicit 'rebase_orgin' method, it did nothing because the git fetch was not done before this. Now, calling an explicit git fetch, and removing dead code of check patches, as we are all fine with coding-style changes in last 4+ months. updates: bz#1193929 Change-Id: I3779096a527b93e780858ada8d988fdcdd6e2928 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/bugs')
0 files changed, 0 insertions, 0 deletions