Created
July 18, 2013 10:58
-
-
Save delphian/6028455 to your computer and use it in GitHub Desktop.
Rebuild the drush site make file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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