Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
TM/Meetings/5-Feb-2013
When
5 February 2013 (Tuesday) at
1200 Toronto, 1700 UTC
calendar calendar
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/8-Jan-2013
- All Review bug backlogs (Fix target milestones; review / triage incoming high-severity issues)
- Anna jar signing plugin updated yet?
- Dave D See remaining migration action items below; fix secure storage login for JUnits
- Update Website Docs where they refer to CVS (some done, more to do)
- Downloads Page - recommend manually editing a downloads page; most smaller projects do very simply; (done)
- Maybe update the CVS repo putting in a "readme.txt" that project has migrated to git (still to do)
- 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)
- Manuel Complete legacy builds
Master branch builds
- Put Repo information into the plugins ? - Currently building on Tycho 0.15, but 0.16 is available
- Validate Hudson master build output against what we had, file bugs for anything incomplete
- Some goodies (eg help index; .api_description; scmurl in MANIFEST.MF) might be missing - not necessarily re-do all of them, but document whats different
Legacy branch builds
3.4.2 (Juno SR2)
- Jars signing - must fix for RC4
- attempted contribution for RC1 - didn't take
- contribution for RC2 closer
- contribution for RC3 seems good
- web pages for RC builds are now active - somewhat automated with PHP
- will create 3_4_maintenance branch on Feb 25
Kepler
- contribution made for M5 but broke PTP
- will update to Java 1.6 as prereq last week of February, prior to M6
- M6+1 is March 18 - API "freeze"
- readying web pages for M builds
Web site & wiki maintenance
- site continues to be updated
Bugs
Community
Foundation
Committer status
Vacations
- DWD vacation Feb 18-22
Notes
Next Meeting
- Tuesday TM/Meetings/5-Mar-2013 (4 weeks)
Minutes
- Caught up on individual status
- No major items to report
- DaveD
- progress was made on the web site and builds (signing etc.)
- Will create R3_4_maintenance branch on Feb 25
- Fixed secure storage login for JUnits.
- RC4 looks good will capture this coming Thursday
- M6+1 is March 28
- DaveD on vacation Feb 18 to Feb 22. Juno SR2 release is at that time, but this is the quiet week so this should not be a problem.
- Anna will be out one of the last weeks of January.
Notes
None.
Action Items
- All Review bug backlogs (Fix target milestones; review / triage incoming high-severity issues)
- Anna Monitor jar signing plugin
- Dave D See remaining migration action items below; fix secure storage login for JUnits
- Update Website Docs where they refer to CVS
- Downloads Page - recommend manually editing a downloads page; most smaller projects do this really simple; follow CDT / Linuxtools
- Maybe update the CVS repo putting in a "readme.txt" that project has migrated to git
- Webpages partially out-of-date --> migrate to Wiki; Wayne got something "almost done" that can be auto-generated
- Create R3_4_maintenance branch on Feb 25
- Publish update sites and download pages for Juno RC2 Release Candidates
- Publish update sites and download pages for RC2
- Publish update site and download page for Kepler M5
Info
- Use this URL for committing: ssh://userid@git.eclipse.org:29418/tm/org.eclipse.tm.git
- The Gerrit web UI is here: https://git.eclipse.org/r/p/tm/org.eclipse.tm.git
- Docs for using Gerrit are here: Gerrit
- Cmdline (See Git#Committers_new_to_Git):
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