From: Geunsik Lim Date: Tue, 25 Apr 2017 05:41:57 +0000 (+0900) Subject: [tic-web] fix: network operation in case of downloading repodmd.xml X-Git-Tag: v20170428~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30a39a34e556624ee8b27f0382f82ec1bd69a9a0;p=archive%2F20170607%2Ftools%2Ftic.git [tic-web] fix: network operation in case of downloading repodmd.xml This patch is to fix the below issue: [04/24 18:05:43 KST] [Errno 14] PYCURL ERROR 7 - "Failed to connect to download.tizen.org port 80: Connection timed out" on http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/ packages/repodata/repomd.xml Change-Id: Ifb98d3588c28fe6d40c24b7a8bf7b5613baca223 Signed-off-by: Geunsik Lim --- diff --git a/systemd/tic-web.service b/systemd/tic-web.service index 7f44ee9..ac9e7e0 100644 --- a/systemd/tic-web.service +++ b/systemd/tic-web.service @@ -3,7 +3,9 @@ Description=Tizen Image Creator (TIC) - Web After=network.target [Service] -EnvironmentFile=/etc/profile +Environment="HTTP_PROXY=http://10.112.1.184:8080" +Environment="HTTPS_PROXY=http://10.112.1.184:8080" +Environment="FTP_PROXY=http://10.112.1.184:8080" Type=simple User=score Group=score