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 "TM/Meetings/10-September-2013"

< TM‎ | Meetings
(New page: == When == 10 September 2013 (Tuesday) at [http://www.timeanddate.com/worldclock/fixedtime.html?msg=Eclipse+TM+September+Committer+Call&iso=20130910T11&p1=159&am=30 1100 Rochester MN]<br/...)
 
(Luna)
Line 25: Line 25:
 
=== Luna ===
 
=== Luna ===
 
* Luna is now building out of the master branch
 
* Luna is now building out of the master branch
 +
* Declaring participation in Luna?
  
 
=== Kepler ===
 
=== Kepler ===

Revision as of 10:11, 10 September 2013

When

10 September 2013 (Tuesday) at 1100 Rochester MN
Html.gifcalendar Ical.gifcalendar

Skype: david_dykstal to call martin.oberhuber, david-k-mcknight, uwe.stieber, and anna_dushistova. All TM committers and interested parties are invited. Interested parties ping david_dykstal on Skype chat to be added to the call.

Backup dial-in: US & Canada (Toll-Free) 888-426-6840
Austria (Caller Paid) 0-1-2530601
For Other Countries: AT&T Teleconference
Participant Code: 8703125#

Agenda

Action items from TM/Meetings/9-July-2013

  • Review bug backlogs (Fix target milestones; review / triage incoming high-severity issues)
    • AI All
    • Ongoing
  • Web Site
    • AI DaveD - Update Website Docs where they refer to CVS (some done, more to do)
    • AI DaveD - Maybe update the CVS repo putting in a "readme.txt" that project has migrated to git (still to do)
    • AI DaveD - Webpages partially out-of-date --> migrate to Wiki; Wayne got something "almost done" that can be auto-generated. (done for the most part)
    • Ongoing

Luna

  • Luna is now building out of the master branch
  • Declaring participation in Luna?

Kepler

  • Kepler SR1 build are ongoing from the TM_3.5_maintenance branch
  • SR1 releases at the end of September

Web site & wiki maintenance

  • site continues to be updated as time permits

Bugs

Community

Foundation

Committer status

Vacations

Notes

Next Meeting

Minutes

Action items from TM/Meetings/10-September-2013

Bugs

Community

  • IBM will be adjusting the resources allocated to TM. This will result in some project changes. TBD.

Info

  git config --global --list
  git config --global user.email my_committer_email@address.com
  git config --global user.name "John Doe"
  git clone ssh://userid@git.eclipse.org:29418/tm/org.eclipse.tm.git
  #readonly:# git clone git://git.eclipse.org/gitroot/tm/org.eclipse.tm.git
  <make changes>
  "git status" shows changes
  "git diff" shows difference (like patch format)
  git add <filename> -adds a file
  git rm <filename> removes a file
  then git commit -m"message" --to commit into your local repo
  git push -- to push to the remote repository
  • TM/Git_Workflows cheatsheet on Wiki: Get egit, Setup egit, Clone Repo (website / code), Update, Edit, Push, Switch branch

Back to the top