[yast-commit] r56520 - in /branches/SuSE-SLE-10-SP3-Branch/packager: package/yast2-packager.changes src/modules/SourceManager.ycp
Author: lslezak Date: Wed Apr 1 11:30:18 2009 New Revision: 56520 URL: http://svn.opensuse.org/viewcvs/yast?rev=56520&view=rev Log: - fixed ZMD repository sychronization - properly synchronize repositories with password in the URL (bnc#410417) Modified: branches/SuSE-SLE-10-SP3-Branch/packager/package/yast2-packager.changes branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceManager.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/packager/package/yast2-packager.changes?rev=56520&r1=56519&r2=56520&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/packager/package/yast2-packager.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/packager/package/yast2-packager.changes Wed Apr 1 11:30:18 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Apr 1 11:28:41 CEST 2009 - lslezak@suse.cz + +- fixed ZMD repository sychronization - properly synchronize + repositories with password in the URL (bnc#410417) + +------------------------------------------------------------------- Wed Jun 11 09:59:53 CEST 2008 - lslezak@suse.cz - added options for sw_single client, display proper workflow for Modified: branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceManager.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceManager.ycp?rev=56520&r1=56519&r2=56520&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceManager.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/packager/src/modules/SourceManager.ycp Wed Apr 1 11:30:18 2009 @@ -916,7 +916,8 @@ map gendata = Pkg::SourceGeneralData (src_id); string stype = gendata["type"]:""; // metadata type if (stype == "YaST") stype = "zypp"; /* 'rug' only accepts yum or zypp */ - string url = gendata["url"]:""; + // URL including password + string url = Pkg::SourceURL(src_id); string log_url = InstURL::HidePassword (url); // ZMD must have unique URIs, so we append the alias string alias = gendata["alias"]:""; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org