Drupal updates in version 6 were causing some issue from within our network.
We tried update status proxy with no success. None of the patches seemed to make much difference.

In the end I put together a perl script to check local site for installed modules - compare to update site on drupal and to produce email with attachments of out of date modules.
This consists of:

1. Configuration file drupal-update.cfg (/usr/local/scripts/drupal-update.cfg)

2. drupal-modules.ignore
This is the file to list all modules that you wish ignore from being looked up
# list of modules to ignore
# module_name

3. Perl script drupal-update.pl

4. Cron entries
## Run drupal update script
30 7 * * * root cd /usr/local/scripts/; ./drupal-update.pl ./drupal-update.cfg security
40 7 * * 1 root cd /usr/local/scripts/; ./drupal-update.pl ./drupal-update.cfg

First runs every day looking for security upates
Second runs every monday to list all other updates

Project Activity

See All Activity >

Follow drupal-update

drupal-update Web Site

You Might Also Like
Free CRM Software With Something for Everyone Icon
Free CRM Software With Something for Everyone

216,000+ customers in over 135 countries grow their businesses with HubSpot

Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
Get free CRM
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Just to add, this should work on any version of drupal, within the configuration file you define drupal update url and version which in our case was 6.x This should drupal_version = 7.x Simply update the version to match version number you are running and configure the rest of the config file to receive notifications. the script as per crontab runs with 2 arguments. # Run weekly ./drupal-update.pl ./config-file.cfg - this will send emails of all updates # Run regular ./drupal-update.pl ./config-file.cfg security - this will send emails of all security updates
Read more reviews >

Additional Project Details

Registered

2011-12-16