From: Zac Medico Date: Sun, 3 Jun 2007 07:15:54 +0000 (-0000) Subject: Remove pym/{cache,elog_modules} directory symlinks since they lead to upgrade/downgra... X-Git-Tag: v2.2_pre1~1302 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=078e7254e676c53dc185181c3f1cc4d58d963fed;p=portage.git Remove pym/{cache,elog_modules} directory symlinks since they lead to upgrade/downgrade issues. These modules probably aren't referenced from outside of portage anyway. There's a hack in config.load_best_module() so that cache.* in /etc/portage/modules will first try cache.* and then try portage.cache.* if there's an ImportError. svn path=/main/trunk/; revision=6726 --- diff --git a/pym/cache b/pym/cache deleted file mode 120000 index 1b5338531..000000000 --- a/pym/cache +++ /dev/null @@ -1 +0,0 @@ -portage/cache \ No newline at end of file diff --git a/pym/elog_modules b/pym/elog_modules deleted file mode 120000 index 6b14e4bbf..000000000 --- a/pym/elog_modules +++ /dev/null @@ -1 +0,0 @@ -portage/elog \ No newline at end of file