# clear all caches, only required when changing the mirrors/architecture config
clean:
sudo lb clean --all
sudo git clean -di
make -f Makefile.extra clean
bump_version:
@last_tag=$$(git tag | tail -n1);\
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.