Uninstalling (CLOUD)

Steps for uninstalling the Anka Build Cloud package

Mac

Controller & Registry Combined

From the command line, execute the following command: sudo /Library/Application\ Support/Veertu/Anka/tools/controller/uninstall.sh

Registry Standalone

This requires manually performing the following steps:

sudo launchctl unload -w /Library/LaunchDaemons/com.veertu.anka.registry.plist
IFS=$'\n'; for pkgfile in $(sudo pkgutil --only-files --files com.veertu.anka.registry.pkg); do sudo rm "/$pkgfile"; done;
sudo pkgutil --forget com.veertu.anka.registry.pkg

Node Agent

On each Node, we install an agent as part of the Anka CLI package. This can be removed by running the following command:

sudo rm -rf /Library/Application\ Support/Veertu/ # dangerous if you have important things under this directory you don't want to remove
sudo pkgutil --forget com.veertu.anka.agent.pkg

Linux / Docker

docker-compose down should stop the containers.