53ccbeb7a8
Upstream changes: ================= 1.10.2 2015-06-19 ----------------- [Bug] #1273: Fix issue with ssh/config not having a cross-platform default path. Thanks to @SamuelMarks for catch & patch. [Bug] #1286: (also #971, #1032) Recursively unwrap decorators instead of only unwrapping a single decorator level, when obtaining task docstrings. Thanks to Avishai Ish-Shalom for the original report & Max Kovgan for the patch. [Bug] #1289: Fix 'NameError: free variable referenced before assignment in enclosing scope'. Thanks to @SamuelMarks for catch & patch. [Bug] #980: (also #1312) Redirect output of cd to /dev/null so users enabling bash's CDPATH (or similar features in other shells) don't have polluted output captures. Thanks to Alex North-Keys for the original report & Steve Ivy for the fix. [Bug] #1305: (also #1313) Fix a couple minor issues with the operation of & demo code for the JobQueue class. Thanks to @dioh and Horst Gutmann for the report & Cameron Lane for the patch. [Bug] #1318: Update functionality added in #1213 so abort error messages don't get printed twice (once by us, once by sys.exit) but the annotated exception error message is retained. Thanks to Felix Almeida for the report. 1.10.1 2014-12-19 ----------------- [Bug] #1226: Update get to ensure that env.user has access to tempfiles before changing permissions. Also corrected permissions from 404 to 0400 to match comment. Patch by Curtis Mattoon; original report from Daniel Watkins. [Support] #1229: Add some missing API doc hyperlink references. Thanks to Tony Narlock. [Support] #958: Remove the Git SHA portion of our version string generation; it was rarely useful & occasionally caused issues for users with non-Git-based source checkouts. [Bug] #1180: Fix issue with unicode steam outputs crashing if stream encoding type is None. Thanks to @joekiller for catch & patch. [Bug] #1228: Update the CommandTimeout class so it has a useful str instead of appearing blank when caught by Fabric's top level exception handling. Catch & patch from Tomaz Muraus. [Support] #1213: Add useful exception message to the implicit SystemExit raised by Fabric's use of sys.exit inside the abort function. This allows client code catching SystemExit to have better introspection into the error. Thanks to Ioannis Panousis. [Bug] #1019: (also #1022, #1186) Fix is a tty tests in environments where streams (eg sys.stdout) have been replaced with objects lacking a .isatty() method. Thanks to Miki Tebeka for the original report, Lele Long for a subsequent patch, and Julien Phalip for the final/merged patch. [Bug] #1201: Don't naively glob all get targets - only glob actual directories. This avoids incorrectly yielding permission errors in edge cases where a requested file is within a directory lacking the read permission bit. Thanks to Sassa Nf for the original report. 1.10.0 2014-09-04 ----------------- [Feature] #975: Fabric can now be invoked via python -m fabric in addition to the typical use of the fab entrypoint. Patch courtesy of Jason Coombs. (Python 2.7 only) [Feature] #1090: Add option to skip unknown tasks. Credit goes to Jonas Lundberg. [Feature] #1098: Add support for dict style roledefs. Thanks to Jonas Lundberg. [Feature] #700: Added use_sudo and temp_dir params to get. This allows downloading files normally not accessible to the user using sudo. Thanks to Jason Coombs for initial report and to Alex Plugaru for the patch (#1121). [Bug] #1188: Update local to close non-pipe file descriptors in the child process so subsequent calls to local aren't blocked on e.g. already-connected network sockets. Thanks to Tolbkni Kao for catch & patch.
122 lines
4.1 KiB
Text
122 lines
4.1 KiB
Text
@comment $NetBSD: PLIST,v 1.16 2015/08/12 03:26:47 gls Exp $
|
|
bin/fab
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/fabfile/__init__.py
|
|
${PYSITELIB}/fabfile/__init__.pyc
|
|
${PYSITELIB}/fabfile/__init__.pyo
|
|
${PYSITELIB}/fabric/__init__.py
|
|
${PYSITELIB}/fabric/__init__.pyc
|
|
${PYSITELIB}/fabric/__init__.pyo
|
|
${PYSITELIB}/fabric/__main__.py
|
|
${PYSITELIB}/fabric/__main__.pyc
|
|
${PYSITELIB}/fabric/__main__.pyo
|
|
${PYSITELIB}/fabric/api.py
|
|
${PYSITELIB}/fabric/api.pyc
|
|
${PYSITELIB}/fabric/api.pyo
|
|
${PYSITELIB}/fabric/auth.py
|
|
${PYSITELIB}/fabric/auth.pyc
|
|
${PYSITELIB}/fabric/auth.pyo
|
|
${PYSITELIB}/fabric/colors.py
|
|
${PYSITELIB}/fabric/colors.pyc
|
|
${PYSITELIB}/fabric/colors.pyo
|
|
${PYSITELIB}/fabric/context_managers.py
|
|
${PYSITELIB}/fabric/context_managers.pyc
|
|
${PYSITELIB}/fabric/context_managers.pyo
|
|
${PYSITELIB}/fabric/contrib/__init__.py
|
|
${PYSITELIB}/fabric/contrib/__init__.pyc
|
|
${PYSITELIB}/fabric/contrib/__init__.pyo
|
|
${PYSITELIB}/fabric/contrib/console.py
|
|
${PYSITELIB}/fabric/contrib/console.pyc
|
|
${PYSITELIB}/fabric/contrib/console.pyo
|
|
${PYSITELIB}/fabric/contrib/django.py
|
|
${PYSITELIB}/fabric/contrib/django.pyc
|
|
${PYSITELIB}/fabric/contrib/django.pyo
|
|
${PYSITELIB}/fabric/contrib/files.py
|
|
${PYSITELIB}/fabric/contrib/files.pyc
|
|
${PYSITELIB}/fabric/contrib/files.pyo
|
|
${PYSITELIB}/fabric/contrib/project.py
|
|
${PYSITELIB}/fabric/contrib/project.pyc
|
|
${PYSITELIB}/fabric/contrib/project.pyo
|
|
${PYSITELIB}/fabric/decorators.py
|
|
${PYSITELIB}/fabric/decorators.pyc
|
|
${PYSITELIB}/fabric/decorators.pyo
|
|
${PYSITELIB}/fabric/docs.py
|
|
${PYSITELIB}/fabric/docs.pyc
|
|
${PYSITELIB}/fabric/docs.pyo
|
|
${PYSITELIB}/fabric/exceptions.py
|
|
${PYSITELIB}/fabric/exceptions.pyc
|
|
${PYSITELIB}/fabric/exceptions.pyo
|
|
${PYSITELIB}/fabric/io.py
|
|
${PYSITELIB}/fabric/io.pyc
|
|
${PYSITELIB}/fabric/io.pyo
|
|
${PYSITELIB}/fabric/job_queue.py
|
|
${PYSITELIB}/fabric/job_queue.pyc
|
|
${PYSITELIB}/fabric/job_queue.pyo
|
|
${PYSITELIB}/fabric/main.py
|
|
${PYSITELIB}/fabric/main.pyc
|
|
${PYSITELIB}/fabric/main.pyo
|
|
${PYSITELIB}/fabric/network.py
|
|
${PYSITELIB}/fabric/network.pyc
|
|
${PYSITELIB}/fabric/network.pyo
|
|
${PYSITELIB}/fabric/operations.py
|
|
${PYSITELIB}/fabric/operations.pyc
|
|
${PYSITELIB}/fabric/operations.pyo
|
|
${PYSITELIB}/fabric/sftp.py
|
|
${PYSITELIB}/fabric/sftp.pyc
|
|
${PYSITELIB}/fabric/sftp.pyo
|
|
${PYSITELIB}/fabric/state.py
|
|
${PYSITELIB}/fabric/state.pyc
|
|
${PYSITELIB}/fabric/state.pyo
|
|
${PYSITELIB}/fabric/task_utils.py
|
|
${PYSITELIB}/fabric/task_utils.pyc
|
|
${PYSITELIB}/fabric/task_utils.pyo
|
|
${PYSITELIB}/fabric/tasks.py
|
|
${PYSITELIB}/fabric/tasks.pyc
|
|
${PYSITELIB}/fabric/tasks.pyo
|
|
${PYSITELIB}/fabric/thread_handling.py
|
|
${PYSITELIB}/fabric/thread_handling.pyc
|
|
${PYSITELIB}/fabric/thread_handling.pyo
|
|
${PYSITELIB}/fabric/utils.py
|
|
${PYSITELIB}/fabric/utils.pyc
|
|
${PYSITELIB}/fabric/utils.pyo
|
|
${PYSITELIB}/fabric/version.py
|
|
${PYSITELIB}/fabric/version.pyc
|
|
${PYSITELIB}/fabric/version.pyo
|
|
man/man1/fab.1
|
|
share/doc/fabric/api/contrib/console.rst
|
|
share/doc/fabric/api/contrib/django.rst
|
|
share/doc/fabric/api/contrib/files.rst
|
|
share/doc/fabric/api/contrib/project.rst
|
|
share/doc/fabric/api/core/colors.rst
|
|
share/doc/fabric/api/core/context_managers.rst
|
|
share/doc/fabric/api/core/decorators.rst
|
|
share/doc/fabric/api/core/docs.rst
|
|
share/doc/fabric/api/core/network.rst
|
|
share/doc/fabric/api/core/operations.rst
|
|
share/doc/fabric/api/core/tasks.rst
|
|
share/doc/fabric/api/core/utils.rst
|
|
share/doc/fabric/changelog.rst
|
|
share/doc/fabric/contact.rst
|
|
share/doc/fabric/development.rst
|
|
share/doc/fabric/faq.rst
|
|
share/doc/fabric/index.rst
|
|
share/doc/fabric/installing.rst
|
|
share/doc/fabric/roadmap.rst
|
|
share/doc/fabric/running_tests.rst
|
|
share/doc/fabric/troubleshooting.rst
|
|
share/doc/fabric/tutorial.rst
|
|
share/doc/fabric/usage/env.rst
|
|
share/doc/fabric/usage/execution.rst
|
|
share/doc/fabric/usage/fab.rst
|
|
share/doc/fabric/usage/fabfiles.rst
|
|
share/doc/fabric/usage/interactivity.rst
|
|
share/doc/fabric/usage/library.rst
|
|
share/doc/fabric/usage/output_controls.rst
|
|
share/doc/fabric/usage/parallel.rst
|
|
share/doc/fabric/usage/ssh.rst
|
|
share/doc/fabric/usage/tasks.rst
|