Bug 547549 - Link should be HTTPS on orbit build page

Change http -> https when building repository link.

Change-Id: I9dc69fb660ab69e6e7333c7145c5fc7c0c8b5291
Signed-off-by: Mat Booth <mat.booth@redhat.com>
diff --git a/scripts/iplog.php b/scripts/iplog.php
index f792142..0ca9907 100644
--- a/scripts/iplog.php
+++ b/scripts/iplog.php
@@ -15,7 +15,7 @@
 
 # get path to use when resolving relative children repositories
 if (isset($_GET['repoPath'])) {
-	$targetServer = 'http://download.eclipse.org';
+	$targetServer = 'https://download.eclipse.org';
 	$rPath = $_GET['repoPath'];
 	$repoPath = $targetServer . '/' . $rPath;