Skip to content

Commit

Permalink
Renamed config file
Browse files Browse the repository at this point in the history
  • Loading branch information
brcooley committed Dec 30, 2011
1 parent fac3675 commit 2ac69ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
*.pyc
drupal-*
*.sublime*
drupalUpdateTest.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# drupdate v0.7.3a #
# drupdate v0.7.4a #

drupdate is a python script which allows for complete update to a [Drupal](http://www.drupal.org) installation on a remote server. It can also perform a fresh install of the latest version of Drupal. It was desiged to be used on shared hosts, where ssh access isn't allowed, but it should work for any setup.

Expand Down
4 changes: 2 additions & 2 deletions drupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
from subprocess import *

LOG_FILE = time.strftime('.%Y-%m-%d.log')
CONFIG_FILE = '.duConfig.conf'
CONFIG_FILE = '.drupdate.conf'
PROG_TITLE = 'drupdate'
VERSION = '0.7.2a'
VERSION = '0.7.4a'

DEF_CONFIG = {
'DirectoriesToSave' : '',
Expand Down

0 comments on commit 2ac69ca

Please sign in to comment.