Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] eclipse-jarsigner-plugin on husdson.eclipse.org

rm -rf will certainly do it.


On 07/24/2012 02:39 PM, Igor Fedorenko wrote:
> How do I drop sandbox git repositories I no longer need, "rm -rf" or
> there is mor to it?
>
> -- 
> Regards,
> Igor
>
> On 12-07-24 2:38 PM, Denis Roy wrote:
>> http://wiki.eclipse.org/Git#Creating_a_new_repository
>>
>> You can ask webmaster for a new Git repo for you, or you simply use a
>> shell on build.eclipse.org to create your own with the initrepo
>> command.  I'll concede that this is not as easy as Github, but at least
>> your code remains on eclipse.org servers at all times.
>>
>> If you agree that creating a new Git repo at eclipse.org (for
>> experimentation, for example) is too difficult, please open a bug
>> against Community > Git.  If a simple web UI for creating repos is all
>> it takes to make a few committers happier (and avoid having them
>> transfer code to external sites for experimentation) we can certainly
>> address the issue.
>>
>> Thanks,
>>
>> Denis
>>
>>
>> On 07/24/2012 02:30 PM, Stephan Leicht Vogt wrote:
>>> Oh, if you could point my to a wiki/how-to where I could see how I
>>> could do that I would love to switch to git.eclipse.org for my cbi
>>> sandbox.
>>>
>>> Thanks,
>>> Stephan
>>>
>>> BSI Business Systems Integration AG
>>> Täfernstrasse 16a, CH-5405 Baden
>>> T +41 56 484 19 47
>>> www.bsiag.com
>>>
>>>
>>> -----Original Message-----
>>> From: cbi-dev-bounces@xxxxxxxxxxx
>>> [mailto:cbi-dev-bounces@xxxxxxxxxxx] On Behalf Of Denis Roy
>>> Sent: Dienstag, 24. Juli 2012 20:29
>>> To: cbi-dev@xxxxxxxxxxx
>>> Subject: Re: [cbi-dev] eclipse-jarsigner-plugin on husdson.eclipse.org
>>>
>>> Thanks for the clarification.
>>>
>>> I was simply curious as to why you were using github instead of
>>> creating a cloned repo (a sandbox) on git.eclipse.org to experiment
>>> with the CBI build?
>>>
>>> Thanks,
>>>
>>> Denis
>>>
>>>
>>> On 07/24/2012 02:11 PM, Stephan Leicht Vogt wrote:
>>>> Hi Denis
>>>>
>>>> Well, yes you are correct about the code on github. But the code is
>>>> the same as it is on our svn repository on eclipse.org - except for
>>>> the new files for the cbi-build. I'm just testing the build and
>>>> won't publish it on the nightly download server. As soon as it is
>>>> ready I hope we are also ready to switch our svn-trunk to the
>>>> git.eclipse.org repository. There I will cherrypick my changes
>>>> concerning the cbi build.
>>>>
>>>> If this is a problem I would certainly remove any trace of github
>>>> from the job.
>>>>
>>>> Greetings
>>>>
>>>> Stephan Leicht Vogt
>>>>
>>>> BSI Business Systems Integration AG
>>>> Täfernstrasse 16a, CH-5405 Baden
>>>> T +41 56 484 19 47
>>>> www.bsiag.com
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx]
>>>> On Behalf Of Denis Roy
>>>> Sent: Dienstag, 24. Juli 2012 20:04
>>>> To: cbi-dev@xxxxxxxxxxx
>>>> Subject: Re: [cbi-dev] eclipse-jarsigner-plugin on husdson.eclipse.org
>>>>
>>>> The URL-based signing service will work from any computer within
>>>> the eclipse.org firewall; this includes all the Hudson machines.
>>>>
>>>> Stephan, I looked at your job configuration, and the URL of your
>>>> Git repository is:
>>>> git://github.com/sleicht/org.eclipse.scout-aggregator.git
>>>>
>>>> Are you using Eclipse build servers to build code that is
>>>> physically stored on github?  Or am I reading that wrong?
>>>>
>>>> Denis
>>>>
>>>>
>>>> On 07/24/2012 01:56 PM, Igor Fedorenko wrote:
>>>>> eclipse-jarsigner-plugin is not published to any maven repository yet
>>>>> and I do not believe there is currently supported hosted maven
>>>>> repository we can use. You need to manually install the plugin to
>>>>> maven local repository used by your build.
>>>>>
>>>>> Also, I am not sure if the signing service setup on build.eclipse.org
>>>>> will work on hudson.eclipse.org and all its slaves. I'd double check
>>>>> with webmaster.
>>>>>
>>>>> -- 
>>>>> Regards,
>>>>> Igor
>>>>>
>>>>>
>>>>> On 12-07-24 1:52 PM, Stephan Leicht Vogt wrote:
>>>>>> Hi Everyone
>>>>>>
>>>>>> I'm switching our builds from PDE-Custom-Build to CBI/Tycho/Maven
>>>>>> Build.
>>>>>> I allready can package allmost all our features and started to put
>>>>>> the build on the eclipse hudson server [1]. But unfortunatly I'm not
>>>>>> able to sign the packages with the eclipse-jarsigner-plugin as it is
>>>>>> done in the CBI-Platform Project. What am I missing? Do I need to
>>>>>> put a special maven repo in my pom?
>>>>>>
>>>>>> Thanks for any help and greetings
>>>>>>
>>>>>> Stephan
>>>>>>
>>>>>> [1]: https://hudson.eclipse.org/hudson/job/cbi-scout_rt-3.9-nightly
>>>>>>
>>>>>> Stephan Leicht Vogt



Back to the top