[Checkins] [zopefoundation/zope.mkzeoinstance] c0ff93: Rename the script / package 'mkzeoinstance' to avo...

GitHub noreply at github.com
Sat Mar 2 02:09:20 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.mkzeoinstance
  Commit: c0ff93f09a48d91e9be08ba363911369f892b7fc
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/c0ff93f09a48d91e9be08ba363911369f892b7fc
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-04-22 (Thu, 22 Apr 2010)

  Changed paths:
    A CHANGES.txt
    A README.txt
    A setup.py
    A src/zope/mkzeoinstance/__init__.py

  Log Message:
  -----------
  Rename the script / package 'mkzeoinstance' to avoid clashing with ZODB's.

Index: CHANGES.txt
===================================================================
--- CHANGES.txt	(revision 111277)
+++ CHANGES.txt	(working copy)
@@ -1,10 +1,13 @@
-``zope.mkzeoinst`` Changelog
-============================
+``zope.mkzeoinstance`` Changelog
+================================
 
 
 3.9.4 (unreleased)
 ------------------
 
+- Renamed the script / package ``mkzeoinstance`` to avoid clashing with the
+  script bundled with ZODB.
+
 - Added an option to spell the host interface to be listened on, as well as
   the port the generated ZEO server configuration.  Thanks to Igor Stroh
   for the patch.  See: https://bugs.launchpad.net/zodb/+bug/143361


  Commit: d7aa3b815b5d7750a9a968be81e0437fc4c4cb76
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/d7aa3b815b5d7750a9a968be81e0437fc4c4cb76
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-04-22 (Thu, 22 Apr 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Prep 3.9.4 release.


  Commit: d881d912c64439436c36b246075966e2fb2d9386
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/d881d912c64439436c36b246075966e2fb2d9386
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-04-22 (Thu, 22 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  svb


  Commit: 17df4cf4075898b5ebc96fa95aa9fe6d0eb57c5c
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/17df4cf4075898b5ebc96fa95aa9fe6d0eb57c5c
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-04-22 (Thu, 22 Apr 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Don't lie about Python 3.1 support.


  Commit: e3349d249726b0d1482ec9927fd633773bdc178f
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/e3349d249726b0d1482ec9927fd633773bdc178f
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-04-22 (Thu, 22 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M src/zope/mkzeoinstance/__init__.py

  Log Message:
  -----------
  Place the ``zeoctl`` socket  in ``$INSTANCE_HOME/var``

Previously, the socket was made in ``$INSTANCE_HOME/etc``, which should
ideally not be writable by the process.

See: https://bugs.launchpad.net/zope.mkzeoinstance/+bug/175981


  Commit: 1cd9284faf0ca02d662e9db3624a52da9b83e7b1
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/1cd9284faf0ca02d662e9db3624a52da9b83e7b1
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-06 (Thu, 06 May 2010)

  Changed paths:
    M src/zope/mkzeoinstance/__init__.py

  Log Message:
  -----------
  Conform to repository policy.


  Commit: 751946a0fa0f6d64d3be34ab06a171965c9e753a
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/751946a0fa0f6d64d3be34ab06a171965c9e753a
  Author: Baiju Muthukadan <baiju.m.mail at gmail.com>
  Date:   2010-05-19 (Wed, 19 May 2010)

  Changed paths:
    A buildout.cfg
    M src/zope/mkzeoinstance/__init__.py
    A src/zope/mkzeoinstance/tests/__init__.py
    A src/zope/mkzeoinstance/tests/test_unix.py

  Log Message:
  -----------
  Test cases for creating ZEO instance in Unix


  Commit: d9832bcd7c4f39151dba17ecd12075db2282beae
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/d9832bcd7c4f39151dba17ecd12075db2282beae
  Author: Baiju Muthukadan <baiju.m.mail at gmail.com>
  Date:   2010-05-19 (Wed, 19 May 2010)

  Changed paths:
    M src/zope/mkzeoinstance/tests/test_unix.py

  Log Message:
  -----------
  one more test


  Commit: 8ed82e5265f4d3a324cf28795e137bd322d5337d
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/8ed82e5265f4d3a324cf28795e137bd322d5337d
  Author: Baiju Muthukadan <baiju.m.mail at gmail.com>
  Date:   2010-05-19 (Wed, 19 May 2010)

  Changed paths:
    M src/zope/mkzeoinstance/tests/test_unix.py

  Log Message:
  -----------
  test zeoctl file output


  Commit: 1b8a4a99e619d85ccc8f990f1ff70c26e94e7661
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/1b8a4a99e619d85ccc8f990f1ff70c26e94e7661
  Author: Baiju Muthukadan <baiju.m.mail at gmail.com>
  Date:   2010-05-19 (Wed, 19 May 2010)

  Changed paths:
    M src/zope/mkzeoinstance/__init__.py

  Log Message:
  -----------
  remove unused function


  Commit: 1e0d2134dc829226b87e8eb856fcaaacc435bfbd
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/1e0d2134dc829226b87e8eb856fcaaacc435bfbd
  Author: Baiju Muthukadan <baiju.m.mail at gmail.com>
  Date:   2010-05-19 (Wed, 19 May 2010)

  Changed paths:
    M src/zope/mkzeoinstance/tests/test_unix.py

  Log Message:
  -----------
  start test cases for utility functions


  Commit: a4e4c768d17e8481a3992bbb0c670a3a9554276a
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/a4e4c768d17e8481a3992bbb0c670a3a9554276a
  Author: Baiju Muthukadan <baiju.m.mail at gmail.com>
  Date:   2010-05-19 (Wed, 19 May 2010)

  Changed paths:
    M src/zope/mkzeoinstance/tests/test_unix.py

  Log Message:
  -----------
  few more tests for utility functions


  Commit: 1a84263b9e1fe87eebc55e0a3bdbf8278df8cf71
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/1a84263b9e1fe87eebc55e0a3bdbf8278df8cf71
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2011-10-31 (Mon, 31 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prep 3.9.5 release.


  Commit: a7add01d44f4d7ba286049c5b40b5701f3ed2f26
      https://github.com/zopefoundation/zope.mkzeoinstance/commit/a7add01d44f4d7ba286049c5b40b5701f3ed2f26
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2011-10-31 (Mon, 31 Oct 2011)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  svb


Compare: https://github.com/zopefoundation/zope.mkzeoinstance/compare/c0ff93f09a48^...a7add01d44f4


More information about the checkins mailing list