Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Recommenders/Infrastructure"

m (GIT Repository)
m
Line 1: Line 1:
= Calendar =
+
= Calendar =
  
<googlecalendar width="100%" title="Dates" mode="WEEK">o7jf369fbh1nj1cad7uth4327g%40group.calendar.google.com</googlecalendar>
+
<googlecalendar width="100%" title="Dates" mode="WEEK">o7jf369fbh1nj1cad7uth4327g%40group.calendar.google.com</googlecalendar>  
  
= GIT Repository =
+
= GIT Repository =
 
+
<pre>Committer:  
<pre>
+
Committer:  
+
 
   git clone ssh://committer_id@git.eclipse.org/gitroot/recommenders/org.eclipse.recommenders.git
 
   git clone ssh://committer_id@git.eclipse.org/gitroot/recommenders/org.eclipse.recommenders.git
  
 
Anonymous:
 
Anonymous:
 
   git clone git://git.eclipse.org/gitroot/recommenders/org.eclipse.recommenders.git
 
   git clone git://git.eclipse.org/gitroot/recommenders/org.eclipse.recommenders.git
</pre>
+
</pre>  
 +
<br> Committers, PLEASE NOTE: Eclipse.org will '''REFUSE''' pushed changes if the Committer entry is not '''YOU'''. Please ensure you configure your git environment correctly, by specifying your Eclipse Committer email address before committing.
  
 +
<br> Therefore, do '''one''' of the following:
  
Committers, PLEASE NOTE:
+
'''EITHER''' via command line:  
Eclipse.org will '''REFUSE''' pushed changes if the Committer entry is not '''YOU'''.  Please ensure you configure your git environment correctly, by specifying your Eclipse Committer email address before committing. 
+
<pre>$ pwd
 
+
 
+
Therefore, do '''one''' of the following:
+
 
+
'''EITHER''' via command line:
+
<pre>
+
$ pwd
+
 
/Users/Marcel/Repositories/org.eclipse.recommenders
 
/Users/Marcel/Repositories/org.eclipse.recommenders
 
$ git config --local user.name "Marcel Bruch"
 
$ git config --local user.name "Marcel Bruch"
 
$ git config --local user.email "bruch@st.informatik.tu-darmstadt.de"
 
$ git config --local user.email "bruch@st.informatik.tu-darmstadt.de"
</pre>
+
</pre>  
 
+
'''OR''' edit $REPO_HOME/.git/config and add the user section to the config file:  
'''OR''' edit $REPO_HOME/.git/config and add the user section to the config file:
+
<pre>[user]
 
+
<pre>
+
[user]
+
 
       name = Marcel Bruch
 
       name = Marcel Bruch
 
       email = bruch@st.informatik.tu-darmstadt.de
 
       email = bruch@st.informatik.tu-darmstadt.de
</pre>
+
</pre>  
 +
<br> For more information about Git, please see the Git wiki page and migration guide:
  
 +
*http://wiki.eclipse.org/Git
 +
*http://wiki.eclipse.org/Git/Migrating_to_Git
  
For more information about Git, please see the Git wiki page and migration guide:
+
AND see this pretty good screencast tutorial by Ralf Ebert:  
* http://wiki.eclipse.org/Git
+
* http://wiki.eclipse.org/Git/Migrating_to_Git
+
  
AND see this pretty good screencast tutorial of Ralf Ebert:
+
*http://www.vimeo.com/16395537
* http://www.vimeo.com/16395537
+
  
 +
<br>
  
== Using Public Keys ==
+
== Using Public Keys ==
See [[Git#Setting_up_ssh_keys]], but not working for committers without shell access. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=312378
+
  
= Project Website =
+
See [[Git#Setting_up_ssh_keys]], but not working for committers without shell access. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=312378
Your project website is up and ready to be authored. Simply set up a new repository location:
+
  
<pre>
+
= Project Website  =
host: dev.eclipse.org
+
 
 +
Your project website is up and ready to be authored. Simply set up a new repository location:
 +
<pre>host: dev.eclipse.org
 
repository: /cvsroot/org.eclipse
 
repository: /cvsroot/org.eclipse
 
method: extssh
 
method: extssh
</pre>
+
</pre>
 +
You have access to the www component, and specifically, the recommenders/ directory. Anything you commit to the recommenders/ directory will be automatically published to http://www.eclipse.org/recommenders/ within one minute.
 +
 
 +
<br>  
  
You have access to the www component, and specifically, the recommenders/ directory. Anything you commit to the recommenders/ directory will be
+
= Mailing lists =
automatically published to http://www.eclipse.org/recommenders/ within one minute.
+
  
 +
The recommenders-dev@eclipse.org list has been created. You can subscribe to the list here: https://dev.eclipse.org/mailman/listinfo/recommenders-dev . Subscription is required to post messages to the list.
  
= Mailing lists =
+
Your mailing list will be added to the page (http://www.eclipse.org/mail/) after you have entered the required information into your ProjectInfo, via the Portal tools.  
The recommenders-dev@eclipse.org list has been created. You can subscribe to the list here: https://dev.eclipse.org/mailman/listinfo/recommenders-dev .
+
Subscription is required to post messages to the list.
+
  
Your mailing list will be added to the page (http://www.eclipse.org/mail/) after you have entered the required information into your ProjectInfo, via the Portal tools.
+
= Newsgroups  =
  
= Newsgroups =
+
The eclipse.recommenders list has been created on the news.eclipse.org server.  
The eclipse.recommenders list has been created on the news.eclipse.org server.
+
  
Your newsgroup will be added to the page (http://www.eclipse.org/newsgroups/) after you have entered the required information into your ProjectInfo, via the Portal tools.:
+
Your newsgroup will be added to the page (http://www.eclipse.org/newsgroups/) after you have entered the required information into your ProjectInfo, via the Portal tools.:  
  
If you need additional mailing lists or newsgroups, please contact webmaster@eclipse.org
+
If you need additional mailing lists or newsgroups, please contact webmaster@eclipse.org  
  
= Downloads =
+
= Downloads =
You have a downloads area with 2GB of space. To access this area, simply use an SFTP or SCP client (such as CoreFTP or WinSCP) in SSH mode to transfer your files. Refer to the File Paths section in the Committer Tools for the downloads area to see where you should be publishing downloadable files. Please be diligent when transferring files: the downloads area is mirrored to over 70 mirror sites worldwide.
+
  
To link to a downloadable file, use the following path:
+
You have a downloads area with 2GB of space. To access this area, simply use an SFTP or SCP client (such as CoreFTP or WinSCP) in SSH mode to transfer your files. Refer to the File Paths section in the Committer Tools for the downloads area to see where you should be publishing downloadable files. Please be diligent when transferring files: the downloads area is mirrored to over 70 mirror sites worldwide.  
<pre>
+
<a href="http://www.eclipse.org/downloads/download.php?file=/recommenders/recommenders-1.0.0.zip">you name it</a>
+
</pre>
+
  
This will ask users to pick a mirror site for the file, and it will add technology.recommenders downloads to our download statistics (also in the Committer
+
To link to a downloadable file, use the following path:
Tools, Live Download Stats).
+
<pre> &lt;a href="http://www.eclipse.org/downloads/download.php?file=/recommenders/recommenders-1.0.0.zip"&gt;you name it&lt;/a&gt;
 +
</pre>
 +
This will ask users to pick a mirror site for the file, and it will add technology.recommenders downloads to our download statistics (also in the Committer Tools, Live Download Stats).  
  
= Bugzilla =
+
= Bugzilla =
Your bugzilla project, components, versions (if specified) and milestones (if specified) have been created.
+
  
If your committers had a bugzilla account that matches the e-mail address supplied to the Foundation, their account was granted standard
+
Your bugzilla project, components, versions (if specified) and milestones (if specified) have been created.  
committer rights to edit and confirm bugs.  If the committers didn't have a bugzilla account, they should create one using the same e-mail
+
address as supplied to the Foundation and contact webmaster@eclipse.org to have their account upgraded with committer rights.
+
  
 +
If your committers had a bugzilla account that matches the e-mail address supplied to the Foundation, their account was granted standard committer rights to edit and confirm bugs. If the committers didn't have a bugzilla account, they should create one using the same e-mail address as supplied to the Foundation and contact webmaster@eclipse.org to have their account upgraded with committer rights.
  
 
[[Category:Recommenders]]
 
[[Category:Recommenders]]

Revision as of 17:20, 14 February 2011

Calendar

GIT Repository

Committer: 
  git clone ssh://committer_id@git.eclipse.org/gitroot/recommenders/org.eclipse.recommenders.git

Anonymous:
  git clone git://git.eclipse.org/gitroot/recommenders/org.eclipse.recommenders.git


Committers, PLEASE NOTE: Eclipse.org will REFUSE pushed changes if the Committer entry is not YOU. Please ensure you configure your git environment correctly, by specifying your Eclipse Committer email address before committing.


Therefore, do one of the following:

EITHER via command line:

$ pwd
/Users/Marcel/Repositories/org.eclipse.recommenders
$ git config --local user.name "Marcel Bruch"
$ git config --local user.email "bruch@st.informatik.tu-darmstadt.de"

OR edit $REPO_HOME/.git/config and add the user section to the config file:

[user]
       name = Marcel Bruch
       email = bruch@st.informatik.tu-darmstadt.de


For more information about Git, please see the Git wiki page and migration guide:

AND see this pretty good screencast tutorial by Ralf Ebert:


Using Public Keys

See Git#Setting_up_ssh_keys, but not working for committers without shell access. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=312378

Project Website

Your project website is up and ready to be authored. Simply set up a new repository location:

host: dev.eclipse.org
repository: /cvsroot/org.eclipse
method: extssh

You have access to the www component, and specifically, the recommenders/ directory. Anything you commit to the recommenders/ directory will be automatically published to http://www.eclipse.org/recommenders/ within one minute.


Mailing lists

The recommenders-dev@eclipse.org list has been created. You can subscribe to the list here: https://dev.eclipse.org/mailman/listinfo/recommenders-dev . Subscription is required to post messages to the list.

Your mailing list will be added to the page (http://www.eclipse.org/mail/) after you have entered the required information into your ProjectInfo, via the Portal tools.

Newsgroups

The eclipse.recommenders list has been created on the news.eclipse.org server.

Your newsgroup will be added to the page (http://www.eclipse.org/newsgroups/) after you have entered the required information into your ProjectInfo, via the Portal tools.:

If you need additional mailing lists or newsgroups, please contact webmaster@eclipse.org

Downloads

You have a downloads area with 2GB of space. To access this area, simply use an SFTP or SCP client (such as CoreFTP or WinSCP) in SSH mode to transfer your files. Refer to the File Paths section in the Committer Tools for the downloads area to see where you should be publishing downloadable files. Please be diligent when transferring files: the downloads area is mirrored to over 70 mirror sites worldwide.

To link to a downloadable file, use the following path:

 <a href="http://www.eclipse.org/downloads/download.php?file=/recommenders/recommenders-1.0.0.zip">you name it</a>

This will ask users to pick a mirror site for the file, and it will add technology.recommenders downloads to our download statistics (also in the Committer Tools, Live Download Stats).

Bugzilla

Your bugzilla project, components, versions (if specified) and milestones (if specified) have been created.

If your committers had a bugzilla account that matches the e-mail address supplied to the Foundation, their account was granted standard committer rights to edit and confirm bugs. If the committers didn't have a bugzilla account, they should create one using the same e-mail address as supplied to the Foundation and contact webmaster@eclipse.org to have their account upgraded with committer rights.

Back to the top