There are core, security and module updates available. Will this profile and make file be updated to Drupal 6.20 and current modules?

CommentFileSizeAuthor
#2 erp.tar_.gz21.77 KBleenx

Comments

leenx’s picture

Been messing with this, but so far,I have not been successful. I hope somebody else might be able to make some head way. It tended to cause the following problem ... http://drupal.org/node/1105172#comment-4323566

Thanks
LeeT

leenx’s picture

Status: Active » Needs review
StatusFileSize
new21.77 KB

Done some updates. Basically using the following make stub, a complete DrupalERP install can be made, that should be functioning and usable in Aegir too.

drush make erp-stub.make erp-test

Copy the below make stub into erp-stub.make and use the above drush command.

core = 6.x
api = 2

projects[drupal][type] = "core"
;Patch for AutoComplete
projects[drupal][patch][] = "http://files.leenx.biz/erp/base/patches/erp_autocomplete.patch"

; Orginal files on D.O
;http://drupalcode.org/project/drupalerp.git/blob_plain/1c20785:/drupalerp.profile
;http://drupalcode.org/project/drupalerp.git/blob_plain/ef703fa:/drupal-org.make
projects[drupalerp][type] = "profile"
projects[drupalerp][download][type] = "get"
projects[drupalerp][download][url] = "http://files.leenx.biz/erp/base/drupalerp.tar.gz"
; Format issue, just build tar ball
;projects[drupalerp][patch][] = "http://files.leenx.biz/erp/base/patches/profile-fix.patch"
;projects[drupalerp][patch][] = "http://files.leenx.biz/erp/base/patches/profile-update.patch"

; Patches
projects[erp][patch][] = "http://files.leenx.biz/erp/base/patches/erp-nohang.patch"
;projects[erp][patch][] = "http://files.leenx.biz/erp/base/patches/erp-notax.patch"

I have also attached a copy of the patches, profile and make file, almost running like D.O build system.

I have removed the countdowntimer module and added jstimer. Removed context and ctools, seeing that I could not find it used any where.

Hoping that people can test and somebody can merge the changes.

leenx’s picture

If anybody is interested, I have patches and make build file at http://files.leenx.biz/erp/20111130a/erp.make

If you have drush and drush make install, you can just do

drush make http://files.leenx.biz/erp/20111130a/erp.make folder-name

This should build a complete platform with my test theme and a few patches in place.

Enjoy
LeeT

singularo’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)