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/4-June-2013

< TM‎ | Meetings
Revision as of 10:06, 2 July 2013 by David dykstal.us.ibm.com (Talk | contribs) (Next Meeting)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When

4 June 2013 (Tuesday) at 1200 Toronto
Html.gifcalendar Ical.gifcalendar

Skype: david_dykstal to call martin.oberhuber, david-k-mcknight, xuan.chen886, 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/2-Apr-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 (PMI - still examining, should be able to do some simplification) (done for the most part)
  • Kepler
    • AI DaveD - Schedule Kepler release review (done)
    • AI DaveD - Need to submit IP log 2 weeks prior (done)
    • AI DaveD - Prepare review materials, secure Tools PMC review (done)
  • TM 3.4.3
    • AI Martin - Coordinate 3.4.3 build and release.
  • Releng - Tycho versions plugin - causes pom.xml to match MANIFEST.MF
    • AI Martin - provide a references on the mailing list
    • AI Anna - do we want to incorporate into build to avoid the pom.xml update problems we get occasionally?
  • Releng - Apache commons.net
    • AI Martin - look at getting latest commons.net version into orbit now that it has been approved by IP. Try by next Tuesday (May 14).

Master branch builds

  • No releng items

Legacy branch builds

  • No releng items

3.4.2+ (Juno)

  • When should we declare 3.4.3 (if at all)?

Kepler

  • Put repository information into the plugins? - Currently building on Tycho 0.15, but 0.16 is available (still true?)
  • Some goodies (eg help index; .api_description) might be missing - not necessarily re-do all of them, but document what's different
  • We have built RC3, RC4 "build" is this weekend. No changes from RC3 are expected.

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/4-June-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
  • Kepler
    • AI DaveD - Schedule Kepler release review (done)
    • AI DaveD - Need to submit IP log 2 weeks prior (done)
    • AI DaveD - Prepare review materials, secure Tools PMC review (done)
    • Ongoing
  • TM 3.4.3
    • AI Martin - Coordinate 3.4.3 build and release. We decided that putting out a formal 3.4.3 release is not worth the trouble. We will continue patching on the 3.4 maintenance branch as necessary.
    • Done
  • Releng - Tycho versions plugin - causes pom.xml to match MANIFEST.MF
    • AI Martin - provide a references on the mailing list.
    • AI Anna - do we want to incorporate into build to avoid the pom.xml update problems we get occasionally?
    • We decided not to use this plugin as part of our builds. We will encourage the use of the platform releng tool that does a pom.xml/MANIFEST.MF check. This should be run prior to commit.
    • Done
  • Releng - Apache commons.net
    • AI Martin - look at getting latest commons.net version into orbit now that it has been approved by IP. Try by next Tuesday (May 14).
    • Done

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.