Mailinglist Archive: yast-commit (503 mails)
| < Previous | Next > |
[yast-commit] r40755 - /trunk/network/src/installation/inst_do_net_test.ycp
- From: kmachalkova@xxxxxxxxxxxxxxxx
- Date: Wed, 05 Sep 2007 08:55:39 -0000
- Message-id: <20070905085539.CD99A250D1@xxxxxxxxxxxxxxxx>
Author: kmachalkova
Date: Wed Sep 5 10:55:39 2007
New Revision: 40755
URL: http://svn.opensuse.org/viewcvs/yast?rev=40755&view=rev
Log:
Fix downloading release notes with proxy (#305222)
Modified:
trunk/network/src/installation/inst_do_net_test.ycp
Modified: trunk/network/src/installation/inst_do_net_test.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/installation/inst_do_net_test.ycp?rev=40755&r1=40754&r2=40755&view=diff
==============================================================================
--- trunk/network/src/installation/inst_do_net_test.ycp (original)
+++ trunk/network/src/installation/inst_do_net_test.ycp Wed Sep 5 10:55:39 2007
@@ -371,7 +371,7 @@
}
//Include also proxy option (if applicable) - #162800, #260407
- string cmd = " /usr/bin/curl -s -S -v -f -m 300" + proxy + " " + url + " -o " + filename;
+ string cmd = " /usr/bin/curl -s -S -v -f -m 300 " + proxy + " " + url + " -o " + filename;
cmd = cmd + " > " + logdir + "/" + log_filename + " 2>&1";
// env["LANG"] = GetLanguageUTF8 ();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Sep 5 10:55:39 2007
New Revision: 40755
URL: http://svn.opensuse.org/viewcvs/yast?rev=40755&view=rev
Log:
Fix downloading release notes with proxy (#305222)
Modified:
trunk/network/src/installation/inst_do_net_test.ycp
Modified: trunk/network/src/installation/inst_do_net_test.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/installation/inst_do_net_test.ycp?rev=40755&r1=40754&r2=40755&view=diff
==============================================================================
--- trunk/network/src/installation/inst_do_net_test.ycp (original)
+++ trunk/network/src/installation/inst_do_net_test.ycp Wed Sep 5 10:55:39 2007
@@ -371,7 +371,7 @@
}
//Include also proxy option (if applicable) - #162800, #260407
- string cmd = " /usr/bin/curl -s -S -v -f -m 300" + proxy + " " + url + " -o " + filename;
+ string cmd = " /usr/bin/curl -s -S -v -f -m 300 " + proxy + " " + url + " -o " + filename;
cmd = cmd + " > " + logdir + "/" + log_filename + " 2>&1";
// env["LANG"] = GetLanguageUTF8 ();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |