Skip to content

Instantly share code, notes, and snippets.

@delphian
Created July 18, 2013 10:58
Show Gist options
  • Save delphian/6028455 to your computer and use it in GitHub Desktop.
Save delphian/6028455 to your computer and use it in GitHub Desktop.
Rebuild the drush site make file.
# Remove the directories we are rebuilding
tar -czf /tmp/drush-backup-`date +%Y%m%d%H%M%S`.tar.gz modules libraries
rm -rf ./modules/contrib ./libraries
# Pull down the new code
drush make --yes --no-core --working-copy --contrib-destination=. ./site.make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment