Hi Shane,
you have both in the mail, a diff attached (the patch), and a shell command at
the bottom ...
The shell snippet was there only to spot the missing script entries.

For convenience i'm attaching only the patch now.


Shane Hathaway a écrit :
> kiorky wrote:
>> diff -ur --exclude=.svn  3.7.orig/setup.py 3.8/setup.py |grep script
> 
> FWIW, the "|grep script" part trimmed too much and made the patch
> unreadable.
> 
> Shane
> 

-- 
--
Cordialement,
KiOrKY
GPG Key FingerPrint: 0x1A1194B7681112AF

Index: 3.7/setup.py
===================================================================
--- setup.py    (révision 104538)
+++ setup.py    (copie de travail)
@@ -174,8 +174,9 @@
 # need to convert early versions of Zope3 databases to ZODB3.
 
 packages = ["BTrees", "BTrees.tests",
-            "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
+            "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests", "ZEO.scripts",
             "ZODB", "ZODB.FileStorage", "ZODB.tests",
+                    "ZODB.scripts",
             "persistent", "persistent.tests",
             "transaction", "transaction.tests",
             "ThreadedAsync",
@@ -187,12 +188,18 @@
     # into a package just like .py files.
     extensions = ["*.conf", "*.xml", "*.txt", "*.sh", "*.txt"]
     directories = [
+        "BTrees",
         "transaction",
         "transaction/tests",
         "persistent/tests",
         "ZEO",
+        "ZEO/scripts",
+        "ZEO/tests",
         "ZODB",
+        "ZODB/scripts",
         "ZODB/tests",
+        "ZODB/Blobs",
+        "ZODB/Blobs/tests",
         ]
     for dir in directories:
         exts = extensions

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to