[Checkins] SVN: z3c.pypimirror/trunk/src/z3c/pypimirror/pypimirror.cfg.sample updated documentation

Andreas Jung andreas at andreas-jung.com
Wed Sep 3 11:16:34 EDT 2008


Log message for revision 90769:
  updated documentation
  

Changed:
  U   z3c.pypimirror/trunk/src/z3c/pypimirror/pypimirror.cfg.sample

-=-
Modified: z3c.pypimirror/trunk/src/z3c/pypimirror/pypimirror.cfg.sample
===================================================================
--- z3c.pypimirror/trunk/src/z3c/pypimirror/pypimirror.cfg.sample	2008-09-03 15:11:53 UTC (rev 90768)
+++ z3c.pypimirror/trunk/src/z3c/pypimirror/pypimirror.cfg.sample	2008-09-03 15:16:33 UTC (rev 90769)
@@ -6,8 +6,8 @@
 # where's your mirror on the net?
 base_url = http://your-host.com/
 
-# ???
-lock_file_name = pypi-poll-access.lock
+# lock file to avoid duplicate runs of the mirror script
+lock_file_name = /tmp/pypi-poll-access.lock
 
 # Pattern for package files, only those matching will be mirrored
 filename_matches =
@@ -20,8 +20,8 @@
 # Pattern for package names; only packages having matching names will
 # be mirrored
 package_matches = 
-    zope.app.*
-    plone.app.*
+    zope.*
+    plone.*
 
 # remove packages not on pypi (or externals) anymore
 cleanup = True
@@ -39,11 +39,19 @@
 # support the content-length header, so be prepared to download
 # a lot of data on each mirror update.
 # This is highly experimental and shouldn't be used right now.
+# 
+# NOTE: This option should only be set to True if package_matches is not 
+# set to '*' - otherwise you will mirror a huge amount of data. BE CAREFUL
+# using this option!!!
 external_links = False
 
 # similar to 'external_links' but also follows an index page if no
 # download links are available on the referenced download_url page
 # of a given package.
+#
+# NOTE: This option should only be set to True if package_matches is not 
+# set to '*' - otherwise you will mirror a huge amount of data. BE CAREFUL
+# using this option!!!
 follow_external_index_pages = False
 
 # logfile 



More information about the Checkins mailing list