Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [GSoC-2015]Help Hover Tooltips

Hi Christian,

I tried an entire day to push the commit by using many ways. But I am continuously getting the following error. I have signed CLA and I have used the correct email address to sign CLA. I checked CLA bugs[1] list and I think forcing Gerrit to flush it's caches will be a solution. Can you do it from your side? I cannot find an exact reason since I am completely new to Gerrit.

Counting objects: 110, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (20/20), 66.95 KiB | 0 bytes/s, done.
Total 20 (delta 10), reused 0 (delta 0)
remote: Resolving deltas: 100% (10/10)
remote: Processing changes: refs: 1, done   
remote: ----------
remote: Reviewing commit: 83f8a116
remote: Authored by: Vidura Mudalige <vbmudalige@xxxxxxxxx>
remote:
remote: The author is not a committer on the project.
remote: error: The author does not have a current Contributor License Agreement (CLA) on file.
remote:
remote: The author has "signed-off" on the contribution.
remote: Please see http://wiki.eclipse.org/CLA
To https://vmudalige@xxxxxxxxxxxxxxx/r/ease/org.eclipse.ease.core
 ! [remote rejected] HEAD -> refs/for/master (A Contributor License Agreement is required.)
error: failed to push some refs to 'https://vmudalige@xxxxxxxxxxxxxxx/r/ease/org.eclipse.ease.core'

[1]. https://bugs.eclipse.org/bugs/buglist.cgi?list_id=5143644&query_format=advanced&short_desc=%5BCLA%5D&short_desc_type=substring

On Tue, Mar 24, 2015 at 12:57 AM, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
Hi Vidura,

I guess the best option for push would be to use https, providing your gerrit credentials. You may get them by looking on the eclipse gerrit webpage and check your user settings there.
When using ssh, you would have to register your public key in the gerrit preferences on the webpage, too.

You will not be able to push with http as we need some authentication for each psuh.

HTH
Christian


On 23.03.2015 10:27, Vidura Mudalige wrote:
Hi Christian,

I fixed the bug many days ago and currently I am working on the proposal. I need some guidelines to push the changes. I will be thankful if you can help me.

On Thu, Mar 19, 2015 at 12:03 PM, Vidura Mudalige <vbmudalige@xxxxxxxxx> wrote:
Hi Christian,

I edited the url in ".git/config" file in my local repo from "http" to "ssh". Now a password is requested to push to the origin. What should I do?

On Wed, Mar 18, 2015 at 8:58 PM, Vidura Mudalige <vbmudalige@xxxxxxxxx> wrote:
Hi Christian,

Thank you very much for your guidelines. I added a simple html page and finished the job.:) I committed the changes to my local core repository. But I cannot push the changes to Origin.

(fatal: unable to access 'http://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git/': The requested URL returned error: 403)

Can you give me some guidelines for that too? :)

BTW student application period has started for GSOC. Shall I start to create my proposal? I need some guidelines for that too.

Thank you.

On Wed, Mar 18, 2015 at 10:08 AM, <Christian.Pontesegger@xxxxxxxxxxxx> wrote:
> According to my knowledge, in order to a add a new html page to
> "org.eclipse.help" plugin I have to edit the plugin.xml file.

No. To add a new HTMl page you need to add it to a toc file. .toc files then
are registered within the plugin.xml. As org.eclipse.ease.help already has the
default structure of toc files registered already, you do not need to alter
plugin.xml.

> That plugin already included a default page for "Scripting User Guide".
> Shall I create similar plugin for the "Scripting Developer Guide"?

There are several toc files available, however no html files yet. So the task
is to create a simple html file and link it into the main toc file.

Regards
Christian

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



--
Vidura Mudalige
Undergraduate
Computer Science & Engineering
University of Moratuwa.



--
Vidura Mudalige
Undergraduate
Computer Science & Engineering
University of Moratuwa.



--
Vidura Mudalige
Undergraduate
Computer Science & Engineering
University of Moratuwa.


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


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



--
Vidura Mudalige
Undergraduate
Computer Science & Engineering
University of Moratuwa.

Back to the top