mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 08:14:35 +01:00
When we genete packages file we want to see the resulting files. This changes to now create repos in a tmpdir. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
9 lines
160 B
Makefile
9 lines
160 B
Makefile
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
|
|
clean:
|
|
find . -type d -name "*home:katacontainers*" -exec sudo rm -rf {} \;
|