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

TM/Meetings/05-Nov-2013

< TM‎ | Meetings

When

12 November 2013 (Tuesday) at 1100 Rochester MN
Html.gifcalendar Ical.gifcalendar

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

Agenda

Action items from TM/Meetings/8-October-2013

  • Review bug backlogs (Fix target milestones; review / triage incoming high-severity issues)
    • AI All
    • Ongoing
  • Bugs
    • Still problems with RSE initialization - probably due to stuff being done by extensions. DaveM and DaveD to follow up.
  • 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)
  • Integration and Build
    • AI Manuel to write up a brief gerrit "how-to"
    • AI Anna to investigate HIPP for TM - Do we need one? How do we request one? How do we migrate our jobs?

Bugs

  • Still problems with RSE initialization - probably due to stuff being done by extensions. DaveM and DaveD to follow up.
    • Ongoing
  • Dave continuing as project lead for the time being. Still need to contact Greg Watson re PTP sponsorship.

Luna

  • Luna is now building out of the master branch
  • Declaring participation in Luna?
  • M2 is out. We did not produce a build for M2. Will do one for M3 at the end of this week.

Kepler

  • Kepler SR1 is out. Built from the TM_3.5_maintenance branch.
  • Download page still to be constructed.

Web site & wiki maintenance

  • Site continues to be updated as time permits

Bugs

Community

Foundation

Committer status

Vacations

Notes

Next Meeting

Minutes

Resolved Action items

  • Anna - HIPP instance being brought up. Not quite there. FindBugs is misbehaving. Overall the instance is much easier to manage and is much faster than shared Hudson.
  • DaveD - Greg Watson is amenable to taking on the role of project lead if there is not too much work involved.
  • DaveD - Our 3.6 M3 is out and contributed to Luna.

New Action Items

  • Anna - continue to bring up HIPP
  • Anna and DaveD - Adjust the nightly build to finish up some packaging steps for the update and download sites
  • DaveD - Luna M4
  • DaveD - Hand project lead duties off to Greg Watson
  • All - watch the newsgroup more closely

Bugs

Community

Other

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