changeset 38:bc8dd5547269

Updated set-up information to include new dependency. IN: -
author John Schneiderman <JohnMS@CodeGNU.com>
date Wed, 13 Aug 2014 18:35:07 -0500
parents 02d649ca5bb1
children a444cc89d51e
files README doc/ChangeLog setup.cfg setup.py
diffstat 4 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Aug 13 18:25:35 2014 -0500
+++ b/README	Wed Aug 13 18:35:07 2014 -0500
@@ -28,7 +28,8 @@
 
                               BUILD ENVIRONMENT
 HgWebManager is developed on Mageia 4 using just the standard development
-libraries, mercurial, and python.
+libraries, mercurial, and python. In addition, testing on Microsoft Windows
+Server 2008.
 
                               DIRECTORY MAP
 All the source code is listed in the src directory. Documentation is located in
--- a/doc/ChangeLog	Wed Aug 13 18:25:35 2014 -0500
+++ b/doc/ChangeLog	Wed Aug 13 18:35:07 2014 -0500
@@ -17,7 +17,7 @@
 ***  You should have received a copy of the GNU Affero General Public License***
 ***  along with this program. If not, see <http://www.gnu.org/licenses/>.    ***
 ********************************************************************************
-0000-00-00 John Schneiderman <Licensing _AT_ CodeGNU _DOT_ com> 0.3.0
+2014-08-13 John Schneiderman <Licensing _AT_ CodeGNU _DOT_ com> 0.3.0
 - Unregistering repositories will now only do so on an exact match of the
   storage name.
 - Generate default ignore file when creating a new managed repository.
--- a/setup.cfg	Wed Aug 13 18:25:35 2014 -0500
+++ b/setup.cfg	Wed Aug 13 18:35:07 2014 -0500
@@ -25,5 +25,5 @@
 [bdist_rpm]
 # Use --release to set the release number
 group = Development
-requires = python, mercurial
+requires = python, mercurial, filelock
 doc_files = README, LICENSE, doc/ChangeLog, doc/CREDITS, doc/TODO
--- a/setup.py	Wed Aug 13 18:25:35 2014 -0500
+++ b/setup.py	Wed Aug 13 18:35:07 2014 -0500
@@ -31,7 +31,8 @@
 	'mercurial.hg',
 	'mercurial.ui',
 	'mercurial.error',
-	'mercurial.hgweb'
+	'mercurial.hgweb',
+	'filelock'
 ]
 
 # Basic package setup information