criu/scripts
Radostin Stoyanov f432186e73 Dockerfile: use 'git clean' before build
The 'make docker-build' command creates a copy of all files from the
in local CRIU clone inside a container.

Then it runs 'make mrproper' inside the container, followed by
compilation of criu, followed by another 'make mrproper'.

After the last mrproper command, it attempts to check if
the clean was successful by running 'git clean'.

However, this check fails when the local repository contains
files that are not part of the repository.

For example, the vscode editor creates the folder '.vscode/'
which would be copied inside the docker container and cause
'make docker-build' to fail.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2021-09-03 10:31:00 -07:00
..
build Dockerfile: use 'git clean' before build 2021-09-03 10:31:00 -07:00
ci ci: enable crit tests in CI 2021-09-03 10:31:00 -07:00
nmk make: use cflags/ldflags for config.h detection mechanism 2020-03-27 19:36:20 +03:00
crit-setup.py py: Reformat everything into pep8 style 2019-09-07 15:59:56 +03:00
criu-ns criu-ns: Merge comparisons with 'in' 2021-09-03 10:31:00 -07:00
fake-restore.sh zdtm: check an exit code of a straced restore 2018-05-12 11:45:31 +03:00
feature-tests.mak config/nftables: include string.h for strlen 2020-03-27 19:36:20 +03:00
flake8.cfg flake.cfg: Update to yapf formatting 2019-09-07 15:59:53 +03:00
install-criu-image-streamer.sh scripts: run shellcheck on the scripts folder 2020-10-20 00:18:24 -07:00
install-debian-pkgs.sh scripts: run shellcheck on the scripts folder 2020-10-20 00:18:24 -07:00
magic-gen.py py: Fix tabs in code comments 2019-09-07 15:59:57 +03:00
protobuf-gen.sh scripts: run shellcheck on the scripts folder 2020-10-20 00:18:24 -07:00
systemd-autofs-restart.sh scripts: run shellcheck on the scripts folder 2020-10-20 00:18:24 -07:00
tmp-files.sh scripts: run shellcheck on the scripts folder 2020-10-20 00:18:24 -07:00