diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-06-03 07:15:54 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-06-03 07:15:54 +0000 |
commit | 078e7254e676c53dc185181c3f1cc4d58d963fed (patch) | |
tree | d215622a54e4f40595bb348d039c335d9b0ca0e9 | |
parent | ed7ce3c71016c5378bd3e3300c93afec6b329488 (diff) | |
download | portage-078e7254e676c53dc185181c3f1cc4d58d963fed.tar.gz portage-078e7254e676c53dc185181c3f1cc4d58d963fed.tar.bz2 portage-078e7254e676c53dc185181c3f1cc4d58d963fed.zip |
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
l--------- | pym/cache | 1 | ||||
l--------- | pym/elog_modules | 1 |
2 files changed, 0 insertions, 2 deletions
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 |