mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 04:33:49 +00:00
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> |
||
|---|---|---|
| .. | ||
| build | ||
| ci | ||
| nmk | ||
| crit-setup.py | ||
| criu-ns | ||
| fake-restore.sh | ||
| feature-tests.mak | ||
| flake8.cfg | ||
| install-criu-image-streamer.sh | ||
| install-debian-pkgs.sh | ||
| magic-gen.py | ||
| protobuf-gen.sh | ||
| systemd-autofs-restart.sh | ||
| tmp-files.sh | ||