Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] HIPP authorization on GitHub

Hi again,

I have created a deploy key for repo https://github.com/eclipse/californium. If you need to deploy things to other Californium's repositories, a separate key will be required for each one. Feel free to ask for one.

You will need to change the git URL in your Hudson job configuration. I associated the deploy key with the specific hostname "deploy_github_eclipse_californium". So instead of "https://github.com/eclipse/californium.git";, you will need to use "ssh://deploy_github_eclipse_californium/eclipse/californium.git"

In order to use the new Git URL, you will need to wipe the workspace of the jobs. To avoid a known issue with Hudson when cloning Github repos with a clean workspace, I advise you to activate the option "Use Command line git to clone" under "Code source management > Git > Advanced" (the second advanced button).

Please, open a bug under Community > Hudson if you face any issue or require key for other projects. I monitor the bugzilla more closely than projects' mailing lists.

Cheers,
Mikael

> Le 19 oct. 2015 à 11:15, Mikael Barbero <mikael@xxxxxxxxxxx> a écrit :
> 
> Hi Kai,
> 
> Sorry for the delay. I am currently working on this. I will keep you posted.
> 
> Thanks.
> Mikael
> 
>> Le 19 oct. 2015 à 10:49, Hudalla Kai (INST/ESY) <Kai.Hudalla@xxxxxxxxxxxx> a écrit :
>> 
>> Hi Mikael,
>> 
>> have you been able to set up authorization of our HIPP instance on GitHub so that we can check in updated POM files as part of setting the release version during the Californium release build [1]?
>> 
>> [1] https://hudson.eclipse.org/californium/job/parent-release/
>> 
>> Regards,
>> Kai
>> 
>> _______________________________________________
>> cf-dev mailing list
>> cf-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cf-dev
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top