forked from febbraro/profile
-
Notifications
You must be signed in to change notification settings - Fork 0
tekante/profile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How this relates to drupal.org build steps 1. Check the install profile directory out of Git from the appropriate tag and create a tarball of just that git clone git://github.com/febbraro/profile.git && cd profile && git checkout $TAG tar -czvf profile.tgz profile 2. Build the drupal-org.make file (if it exists) in --no-core mode to get the profile and all dependencies without core drush make --no-core build-profile.make ?? Even though step one already has the profile code, there doesn't seem to be a way to have it build using something like drush make --no-core and get the same structure as it would have gotten when it recurses 3. Create a separate .make file to *just* build core and then move the directory tree from step #2 into place under the profiles directory drush make drupal-org-core.make core mv profile-no-core/profiles/profile core/profiles/profile
About
testing some profile things for drush/drupal
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 99.4%
- JavaScript 0.6%