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
Red Hat Ansible Automation Platform on Microsoft Azure Icon
Red Hat Ansible Automation Platform on Microsoft Azure

Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
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