[csw-devel] SF.net SVN: gar:[12104] csw/mgar/gar/v2/lib/python/package_checks.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Dec 28 14:13:51 CET 2010


Revision: 12104
          http://gar.svn.sourceforge.net/gar/?rev=12104&view=rev
Author:   wahwah
Date:     2010-12-28 13:13:50 +0000 (Tue, 28 Dec 2010)

Log Message:
-----------
checkpkg: Disable the symlinks check for now.

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-27 22:29:50 UTC (rev 12103)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2010-12-28 13:13:50 UTC (rev 12104)
@@ -1153,7 +1153,7 @@
                pkgmap_entry["path"]))
 
 
-def CheckSymlinksBaseDirs(pkg_data, error_mgr, logger, messenger):
+def disabledCheckSymlinksBaseDirs(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