From: Anas Nashif Date: Mon, 25 Feb 2013 21:29:24 +0000 (-0800) Subject: add correct update repo X-Git-Tag: accepted/trunk/20130225.214136~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0ca5b5b2d2fb24de8a74797c1f0a97fd8308551;p=platform%2Fupstream%2Fswup.git add correct update repo --- diff --git a/swup.py b/swup.py index e2ccee1..144d4b2 100755 --- a/swup.py +++ b/swup.py @@ -15,7 +15,7 @@ import rpm import subprocess as sub import distutils -update_repo="file:///home/tizen/test-updates/updates-repo" +update_repo="http://anashif-desktop.jf.intel.com/~public_html/tizen-pc/updates" update_cache="/var/cache/updates"