public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
228b99aeae9c0760f89235268d1803e604febfa1 blob 837 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
#! /bin/sh
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# PASST - Plug A Simple Socket Transport
#  for qemu/UNIX domain socket mode
#
# PASTA - Pack A Subtle Tap Abstraction
#  for network namespace/tap device mode
#
# test/build/static_checkers.sh - Run static checkers
#
# Copyright Red Hat
# Author: David Gibson <david@gibson.dropbear.id.au>

. $(dirname $0)/../exeter/sh/exeter.sh

exeter_register cppcheck make -C .. cppcheck
exeter_set_description cppcheck "passt sources pass cppcheck"

exeter_register clang_tidy make -C .. clang-tidy
exeter_set_description clang_tidy "passt sources pass clang-tidy"

exeter_register flake8 make flake8
exeter_set_description flake8 "passt tests in Python pass flake8"

exeter_register mypy make mypy
exeter_set_description mypy "passt tests in Python pass mypy --strict"

exeter_main "$@"
debug log:

solving 228b99ae ...
found 228b99ae in https://archives.passt.top/passt-dev/20251001095202.3875003-3-david@gibson.dropbear.id.au/ ||
	https://archives.passt.top/passt-dev/20251002045012.4047974-2-david@gibson.dropbear.id.au/ ||
	https://archives.passt.top/passt-dev/20251002050437.4175553-7-david@gibson.dropbear.id.au/
found 42806e79 in https://passt.top/passt
preparing index
index prepared:
100755 42806e798a30e8c80c72325a740235ddf20df001	test/build/static_checkers.sh

applying [1/3] https://archives.passt.top/passt-dev/20251001095202.3875003-3-david@gibson.dropbear.id.au/
diff --git a/test/build/static_checkers.sh b/test/build/static_checkers.sh
index 42806e79..228b99ae 100755

Checking patch test/build/static_checkers.sh...
Applied patch test/build/static_checkers.sh cleanly.

skipping https://archives.passt.top/passt-dev/20251002045012.4047974-2-david@gibson.dropbear.id.au/ for 228b99ae
skipping https://archives.passt.top/passt-dev/20251002050437.4175553-7-david@gibson.dropbear.id.au/ for 228b99ae
index at:
100755 228b99aeae9c0760f89235268d1803e604febfa1	test/build/static_checkers.sh

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).