# HG changeset patch # User John Schneiderman # Date 1407972907 18000 # Node ID bc8dd5547269f6d874abd7d2f2c33044d237ede2 # Parent 02d649ca5bb1aa93edbdc0bf0f7f8180dd70648e Updated set-up information to include new dependency. IN: - diff -r 02d649ca5bb1 -r bc8dd5547269 README --- 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 diff -r 02d649ca5bb1 -r bc8dd5547269 doc/ChangeLog --- 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 . *** ******************************************************************************** -0000-00-00 John Schneiderman 0.3.0 +2014-08-13 John Schneiderman 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. diff -r 02d649ca5bb1 -r bc8dd5547269 setup.cfg --- 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 diff -r 02d649ca5bb1 -r bc8dd5547269 setup.py --- 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