[Checkins] SVN: keas.build/trunk/src/keas/build/index.txt added doc about upload-type

Adam Groszer agroszer at gmail.com
Thu Sep 3 08:04:03 EDT 2009


Log message for revision 103500:
  added doc about upload-type

Changed:
  U   keas.build/trunk/src/keas/build/index.txt

-=-
Modified: keas.build/trunk/src/keas/build/index.txt
===================================================================
--- keas.build/trunk/src/keas/build/index.txt	2009-09-03 11:02:59 UTC (rev 103499)
+++ keas.build/trunk/src/keas/build/index.txt	2009-09-03 12:04:03 UTC (rev 103500)
@@ -175,9 +175,18 @@
   correct versions of each of the ``twollow.*`` packages.  More on
   this later.
 
+- **upload-type** - Choose from ``internal`` or ``setup.py``
+
+  - **internal** Upload packages to a WebDAV enabled web server using the
+    below credetials. This is the default setting.
+    (actually does a ``python setup.py sdist`` and uploads the result)
+
+  - **setup.py** Executes ``python setup.py sdist register upload``,
+    does nothing else as this command should take care of the upload.
+
 - **package-index** - The url to a WebDAV [#webdav]_ enabled web
   server where generated eggs for each of the ``twollow.*`` packages
-  should be uploaded.
+  should be uploaded. Used only if ``upload-type`` is ``internal``.
 
 - **package-index-username** - The username for accessing the WebDAV
   server



More information about the checkins mailing list