summaryrefslogtreecommitdiff
path: root/plugins/backend
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-02 13:23:25 -0700
committerGui Chen <gui.chen@intel.com>2012-12-12 19:33:43 +0800
commit8b6cd1209a6dd2bafe3dcdb2b7a6fd9d9446718d (patch)
treeceffcf2f4bca31007df917a5b3535e34e944e33e /plugins/backend
parent2f275b160639dc51dedb9e96bc97884e8d91cc2b (diff)
downloadmic-8b6cd1209a6dd2bafe3dcdb2b7a6fd9d9446718d.tar.gz
mic-8b6cd1209a6dd2bafe3dcdb2b7a6fd9d9446718d.tar.bz2
mic-8b6cd1209a6dd2bafe3dcdb2b7a6fd9d9446718d.zip
point to tizen repo, not meego
Change-Id: I50e62f957dbdbfbc178558598881e041fe0f1643
Diffstat (limited to 'plugins/backend')
-rwxr-xr-xplugins/backend/zypppkgmgr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/backend/zypppkgmgr.py b/plugins/backend/zypppkgmgr.py
index ac1fa5d..7e76089 100755
--- a/plugins/backend/zypppkgmgr.py
+++ b/plugins/backend/zypppkgmgr.py
@@ -25,7 +25,7 @@ if not hasattr(zypp, 'PoolQuery') or \
not hasattr(zypp.RepoManager, 'loadSolvFile'):
raise ImportError("python-zypp in host system cannot support PoolQuery or "
"loadSolvFile interface, please update it to enhanced "
- "version which can be found in repo.meego.com/tools")
+ "version which can be found in download.tizen.org/tools")
from mic import msger
from mic.kickstart import ksparser