[sysadmin/neon-tooling] mgmt/digital_ocean: purge downloaded cinc* packages as well
Carlos De Maine <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c06560f6e9f9625bab0549c207a709eb39218e1e by Carlos De Maine. Committed on 21/07/2026 at 03:54. Pushed by carlosdem into branch 'master'. purge downloaded cinc* packages as well M +1 -1 mgmt/digital_ocean/deploy.sh https://invent.kde.org/sysadmin/neon-tooling/-/commit/c06560f6e9f9625bab0549c207a709eb39218e1e diff --git a/mgmt/digital_ocean/deploy.sh b/mgmt/digital_ocean/deploy.sh index 9e1de3d5..be57ebf3 100755 --- a/mgmt/digital_ocean/deploy.sh +++ b/mgmt/digital_ocean/deploy.sh @@ -73,7 +73,7 @@ sudo -u jenkins-slave -i /tmp/deploy_tooling.sh # only runs daily, so speed is not of the essence nor does it help anything. # We can easily install chef again on the next run, it costs nothing but reduces # the image size by a non trivial amount. -apt-get -y purge chef\* +apt-get -y purge chef\* cinc\* apt --purge --yes autoremove apt-get clean # We could skip docs via dpkg exclusion rules like used in the ubuntu docker