[csw-devel] SF.net SVN: gar:[12117] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Dec 29 01:13:02 CET 2010
Revision: 12117
http://gar.svn.sourceforge.net/gar/?rev=12117&view=rev
Author: wahwah
Date: 2010-12-29 00:13:02 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
checkpkg: Enabling the symlink check again
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/package_checks.py
Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py 2010-12-29 00:12:30 UTC (rev 12116)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-12-29 00:13:02 UTC (rev 12117)
@@ -1153,7 +1153,7 @@
pkgmap_entry["path"]))
-def disabledCheckSymlinksBaseDirs(pkg_data, error_mgr, logger, messenger):
+def CheckSymlinksBaseDirs(pkg_data, error_mgr, logger, messenger):
"""If a symlink is in a non-existing directory, installation fails."""
pkgname = pkg_data["basic_stats"]["pkgname"]
for pkgmap_entry in pkg_data["pkgmap"]:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list