Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
[bug 1042560] Remove unused packages in dev VM
Browse files Browse the repository at this point in the history
This adds a command to the VM provisioning script which removes
unused packages after provisioning is done and hence frees up some
space on the virtual machine.
  • Loading branch information
lgp171188 committed Jul 23, 2014
1 parent c1bdfbb commit 3e607a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/vagrant_provision.sh
Expand Up @@ -70,6 +70,10 @@ apt-get install -y -q memcached
# Create local settings file if it doesn't exist
[ -f fjord/settings/local.py ] || cp fjord/settings/local.py-dist fjord/settings/local.py

# Remove unused packages, most of them are related to X server
# and we don't use X server at all.
apt-get autoremove -y -q

# FIXME: Change the motd file so that it has a link to Fjord docs,
# tells the user where the code is and lists common commands.

Expand Down

0 comments on commit 3e607a5

Please sign in to comment.