Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » 4DIAC - Framework for Distributed Industrial Automation and Control » How to report correction in the 4diac website?(reporting errors present in the project website)
How to report correction in the 4diac website? [message #1815078] Wed, 25 September 2019 09:37 Go to next message
Vishnu Easwaran E is currently offline Vishnu Easwaran EFriend
Messages: 19
Registered: August 2017
Junior Member
Is there a place to report errors present in the project website, I have noticed a few content related mistakes. I am guessing it is not done via Bugzilla and hence the question. For example there is a repeated word in the 4diac LIB page- screenshot attached.
Re: How to report correction in the 4diac website? [message #1815087 is a reply to message #1815078] Wed, 25 September 2019 11:18 Go to previous messageGo to next message
Alois Zoitl is currently offline Alois ZoitlFriend
Messages: 1583
Registered: January 2014
Senior Member

Yes please also use our bugzilla for that. You can select "Web Page" as component. Our web page is in a git repo and we also have a gerrit for that allowing that you directly fix stuff. However I don't know if none-commiters have access to it. Jose recently used the web-page gerrit. @Jose can you give please us your insights here?
Re: How to report correction in the 4diac website? [message #1815088 is a reply to message #1815087] Wed, 25 September 2019 11:21 Go to previous messageGo to next message
Vishnu Easwaran E is currently offline Vishnu Easwaran EFriend
Messages: 19
Registered: August 2017
Junior Member
That is great! If possible, will do that asap then.
Re: How to report correction in the 4diac website? [message #1815089 is a reply to message #1815087] Wed, 25 September 2019 11:25 Go to previous messageGo to next message
Jose Maria Jesus Cabral Lassalle is currently offline Jose Maria Jesus Cabral LassalleFriend
Messages: 199
Registered: February 2016
Senior Member
You can clone the repository doing

git clone https://git.eclipse.org/r/www.eclipse.org/4diac.git 4diacWebsite

When pushing to gerrit is the same procedure as in FORTE:
- Do your changes
- Commit
- do:
$ git push origin HEAD:refs/for/master

Regarding the permissions. I'm not sure. I assume there shouldbn't be any problem.

Please try and see if it works
Re: How to report correction in the 4diac website? [message #1815090 is a reply to message #1815089] Wed, 25 September 2019 11:36 Go to previous messageGo to next message
Alois Zoitl is currently offline Alois ZoitlFriend
Messages: 1583
Registered: January 2014
Senior Member

What I forgot: For pushing you will definitly need an eclipse account and you need to file the Eclipse Contributor Agreement (ECA). The commit has to be created with the same email address that your Eclipse user account has. Gerrit is checking if the ECA is signed. This is very convenient for us.

A good intro to the Gerrit infrastructure at Eclipse Foundation and how to use it (e.g., login) can be found here: https://wiki.eclipse.org/Gerrit
Re: How to report correction in the 4diac website? [message #1815102 is a reply to message #1815090] Wed, 25 September 2019 13:07 Go to previous messageGo to next message
Vishnu Easwaran E is currently offline Vishnu Easwaran EFriend
Messages: 19
Registered: August 2017
Junior Member
thanks @alois and @jose. I will figure out things and make the change.
Re: How to report correction in the 4diac website? [message #1815158 is a reply to message #1815090] Thu, 26 September 2019 10:52 Go to previous messageGo to next message
Vishnu Easwaran E is currently offline Vishnu Easwaran EFriend
Messages: 19
Registered: August 2017
Junior Member
@jose the simple method of commit and push gave me authentication failed error.

@alois I have reported a bug for the same, so as to enable gerrit as per the link you shared. I hope it is the right thing to do get the access to gerrit.

[Updated on: Fri, 27 September 2019 08:31]

Report message to a moderator

Re: How to report correction in the 4diac website? [message #1815218 is a reply to message #1815158] Fri, 27 September 2019 11:34 Go to previous messageGo to next message
Jose Maria Jesus Cabral Lassalle is currently offline Jose Maria Jesus Cabral LassalleFriend
Messages: 199
Registered: February 2016
Senior Member
oh ok, then probably the webpage repository is not allowing non-commiters to push. But the bug procedure is fine. This really helps a lot
Re: How to report correction in the 4diac website? [message #1815219 is a reply to message #1815218] Fri, 27 September 2019 11:42 Go to previous messageGo to next message
Alois Zoitl is currently offline Alois ZoitlFriend
Messages: 1583
Registered: January 2014
Senior Member

Just to be sure where are you pushing too? Have you setup your gerrit credentials (e.g., public key for ssh pushing)?
Re: How to report correction in the 4diac website? [message #1815265 is a reply to message #1815219] Sat, 28 September 2019 12:50 Go to previous messageGo to next message
Vishnu Easwaran E is currently offline Vishnu Easwaran EFriend
Messages: 19
Registered: August 2017
Junior Member
I tried with HTTPS and not ssh. It gave me Authentication error. I will try after setting up keys and revert :)
Re: How to report correction in the 4diac website? [message #1815267 is a reply to message #1815265] Sat, 28 September 2019 14:10 Go to previous messageGo to next message
Alois Zoitl is currently offline Alois ZoitlFriend
Messages: 1583
Registered: January 2014
Senior Member

Th problem with HTTPS access to gerrit is that gerrit generates a password which you have to use and not your Eclipse user password. This is described in the doc I linked above.
Re: How to report correction in the 4diac website? [message #1815305 is a reply to message #1815267] Mon, 30 September 2019 07:56 Go to previous messageGo to next message
Vishnu Easwaran E is currently offline Vishnu Easwaran EFriend
Messages: 19
Registered: August 2017
Junior Member
Yes, I used the same password or I think I did - copied and pasted into terminal. But, let me setup the ssh keys and try again.

[Updated on: Mon, 30 September 2019 10:40]

Report message to a moderator

Re: How to report correction in the 4diac website? [message #1815311 is a reply to message #1815305] Mon, 30 September 2019 10:41 Go to previous messageGo to next message
Vishnu Easwaran E is currently offline Vishnu Easwaran EFriend
Messages: 19
Registered: August 2017
Junior Member
@alois I have corrected it and pushed using HTTPS itself. Could you please share the remote URL for ssh too. I couldn't find it anywhere.
Re: How to report correction in the 4diac website? [message #1815316 is a reply to message #1815311] Mon, 30 September 2019 13:22 Go to previous message
Alois Zoitl is currently offline Alois ZoitlFriend
Messages: 1583
Registered: January 2014
Senior Member

Vishnu, thanks for the commit and your support.

I checked in my git config and the ssh address should be: ssh://username@git.eclipse.org:29418/www.eclipse.org/4diac.git
Previous Topic:F_AND output data can't be connected to F_OR input data?
Next Topic:PROJECT WITH ECLIPSE 4DIAC
Goto Forum:
  


Current Time: Sat Apr 20 02:09:06 GMT 2024

Powered by FUDForum. Page generated in 0.03934 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top