Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Please review PR #472

Hi David,

yes, but I sorted that out with "webmaster" a few months ago:

Since the current Eclipse IT infrastructure is split between their datacenter and GCE you will need to configure the following proxy settings for the maven build:

---
-Dhttp.proxyHost=proxy.eclipse.org
-Dhttp.proxyPort=9898
-Dhttp.nonProxyHosts=xeclipse.org
-Dhttps.proxyHost=proxy.eclipse.org
-Dhttps.proxyPort=9898
-Dhttps.nonProxyHosts=xeclipse.org
-Dftp.proxyHost=proxy.eclipse.org
-Dftp.proxyPort=9898
-Dftp.nonProxyHosts=xeclipse.org
---

The Package Drone instance is already running on the GCE infrastructure, where the HIPP instance is still on their build server. However the build server may only talk to the internet using a proxy. Except for "*.eclipse.org" ... the problem is that "packagedrone.eclipse.org" is one exception to that.

Jens

On Wed, Aug 24, 2016 at 5:53 PM, Woodard, David <david.woodard@xxxxxxxxxxxx> wrote:
Hi Jens,

The build is now failing because it can’t connect to PackageDrone. Is this hosted within the Eclipse network? Is this a question for the webmaster?

Thanks,
--Dave

On Aug 24, 2016, at 08:10, Jens Reimann <jreimann@xxxxxxxxxx> wrote:

https://github.com/eclipse/kura/pull/472 – Implement CamelCloudService with Web UI

--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill
_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev


_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev



--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

Back to the top