Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov@fedoraproject.org>2022-05-11 21:03:36 +0300
committerAndrei Vagin <avagin@google.com>2022-05-13 09:05:43 +0300
commit3c8aa309fc703f5f8b8c6779360b828a99fceff8 (patch)
tree03a4eb4e33de4a2e636119550fd9c5e4d445e238 /Makefile
parenta1fb2eca3f22991240c18afacbfd3f45f8a6edf5 (diff)
crit: Use same version as criu
Name collision with an abandoned project named 'crit' in pypi causes pip to show crit (CRiu Image Tool) as outdated. This patch updates crit to use the same version and license as criu. Fixes #1878 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e67bcc561..f8d44626b 100644
--- a/Makefile
+++ b/Makefile
@@ -428,6 +428,7 @@ lint:
flake8 --config=scripts/flake8.cfg test/others/rpc/config_file.py
flake8 --config=scripts/flake8.cfg lib/py/images/pb2dict.py
flake8 --config=scripts/flake8.cfg scripts/criu-ns
+ flake8 --config=scripts/flake8.cfg scripts/crit-setup.py
flake8 --config=scripts/flake8.cfg coredump/
shellcheck --version
shellcheck scripts/*.sh