Posted by wipeout_dude on January 12, 2012 at 2:44pm
Hi All,
I am sure this is simple but I can't seem to crack it..
I have created a custom installation profile that includes a .make file.. I have archived the profile so now have a tar.gz file..
I now want to create a complete distribution including the custom profile..
My make file to create the build is as below.. (obviously it doesn't work because I don't know the correct syntax for pulling in a local file)
#
core = 7.x
api = 2
projects[] = drupal
projects[custom][type] = profile
projects[custom][download][type] = file
projects[custom][download][url] = file:///websites/make_files/custom.tar.gz
#
Can someone tell me what the correct syntax is for pulling in a local file?
Thanks..
Comments
not sure if this helps or not...
I think you just provide a full path
this is what i do to build from my local -dev profile (modified version of the build-openpublic.make)
1 api = 2
2 core = 7.x
3 projects[drupal][type] = core
4 projects[drupal][version] = "7.9"
5 projects[drupal][patch][] = http://drupal.org/files/issues/object_conversion_menu_router_build-97253...
6 projects[drupal][patch][] = http://drupal.org/files/issues/992540-3-reset_flood_limit_on_password_re... atch
7 projects[drupal][patch][] = http://drupal.org/files/i673020_deliver_1-make_0.patch
8 projects[drupal][patch][] = http://drupal.org/files/1355984-timeout_on_install_with_drush_si-make.patch
9 #projects[openpublic][version] = 1.0-beta4
10 projects[openpublic][download][type] = git
11 projects[openpublic][download][branch] = 7.x-1.0.4
12 projects[openpublic][download][url] = /Users/joel/htdocs/openpublic-dev