]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Prevent symlinks to be added to the tree
authorarmando-migliaccio <armamig@gmail.com>
Sun, 21 Dec 2014 04:55:35 +0000 (20:55 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Sun, 21 Dec 2014 04:57:54 +0000 (20:57 -0800)
commit3bf7e4574267eca9b013d5485477458baf7a2891
tree2f9d1480572ec7c3f348335251a31feb024ebeec
parent3a0411dce5404f0baec44676ba5a904fe15d4e7e
Prevent symlinks to be added to the tree

Symlinks cannot be allowed because they are not supported by distutils.
Adding them results into package build failures.

This patch add a check that verifies that no symlinks can slip in.

Closes-bug: #1404605

Change-Id: I0d308127081bb2fa4ff7d7e0ed2f1b6e915163c9
tox.ini