fuel-web/shotgun
Igor Kalnitsky 9be3661d72 Shotgun: make snapshot of entire /var/log
Shootgun uses a fabric.api.get method to download some folder from the
remote host. Unfortunately, this method has a bug and fails when we
trying to download a folder that contains a symlink to another one.

So we need to patch fabric api to prevent us from such falls. The issue
with fabric api is that it recognize all symlinks as a file. As a result
we fails when trying to download a folder (pointed by a symlink)  as
a file.

The patch was proposed to the fabric master branch and can be reviewed
here:

    https://github.com/fabric/fabric/pull/1147

Closes-Bug: #1318514
Closes-Bug: #1323436

Change-Id: Ic2ae889337e5da15bbdf83338b8e8d5d913aeb63
2014-06-26 22:05:04 +03:00
..
bin fixed flake8 for shotgun 2013-10-02 16:51:14 +04:00
shotgun Shotgun: make snapshot of entire /var/log 2014-06-26 22:05:04 +03:00
.testr.conf Added tox.ini files to subprojects 2014-06-17 17:55:14 +04:00
requirements.txt Added tox.ini files to subprojects 2014-06-17 17:55:14 +04:00
setup.py Refactoring of diagnostic snapshot generation logic 2014-04-20 16:05:04 +04:00
test-requirements.txt Added tox.ini files to subprojects 2014-06-17 17:55:14 +04:00
tox.ini Don't install package dependencies for flake8 2014-06-20 20:05:50 +00:00