Hi All,
I am wondering how to maintain an up-to-date Drupal install with Ingres modifications. What I mean by that is most of us will have our own Drupal projects in version control and commit Drupal updates to our projects as they are released. The Ingres Drupal repository available
here is at 6.17 whereas Drupal 6.19 is out and 6.18 contained a number of security fixes. I'm not finger pointing, I'm just highlighting a maintenance issue.
So what I'm attempting to do is add/replace Ingres Drupal specific files to our existing Drupal project. I made pretty good progress with adding/replacing the following four files:
- ../includes/install.ingres.inc
- ../includes/database.ingres.inc
- ../includes/install.inc
- install.php
But what I'd like to know is: Is there a list of files that I should be aware about? I can diff away I suppose but that is cumbersome and I'm hoping for an authoritative list. Is there some other way to package these files and notify people of changes to these files?
Hope there are others out there interested in Ingres and Drupal!
Cheers