User Tools

Site Tools


dev:meetings:2011-08-02

This is an old revision of the document!


Developer meeting: August 2, 2011

Meeting takes place on IRC on the #evergreen channel on Freenode. See the Calendar for specific dates and times.

Held at

  • 09:00:00 a.m. Tuesday August 2, 2011 in America/Los_Angeles
  • 12:00:00 p.m. Tuesday August 2, 2011 in Canada/Eastern
  • 16:00:00 Tuesday August 2, 2011 in UTC

Last meeting:

Logs and minutes

  • Minutes will be supplied in this document after the meeting finishes.

Prior to the meeting

  • Please fill out Who's who if you want to be identified more readily in the future

Agenda

  1. Determine the taker of minutes:
  2. Determine meeting leader:
  3. Review action items
    1. gmcharlt working on: LP 740320 and LP 520175 ( related work )
      • STATUS: Open.
      • ACTION ITEM: gmcharlt will respond when possible.
    2. gmcharlt to review LP 787162, LP 758945
      • STATUS: Still in process, deferred to next.
    3. gmcharlt suggested that we have a pullrequests review meeting opposite to dev meetings (to be added to mailing list for discussion)
      • STATUS: Open.
        • Possibly have pullrequest meetings more frequently to supplement the committfests
        • tsbere noted that gmcharlt was thinking the weeks we don't have a dev meeting. So every tuesday at noon there would be a dev meeting or a pullrequest meeting.
      • ACTION ITEM: Still need to find a volunteer to confirm schedule, send out notification, and arrange other admin overhead stuff.
    4. phasefx will take an action for making a custom git command to spit out the invocation for checking out a specific branch from a specific repository
      • STATUS: Open.
      • ACTION ITEM: tsbere will be looking at custom git commands.
        #!/bin/sh
        # Have this be something like /usr/local/bin/git-url and invoke as "git url" while sitting in the checked out branch.
        # Not perfect.  For example, you may have the repo URL be something like git@git.evergreen-ils.org while others may
        # need git://git.evergreen-ils.org/, or vice versa
        giturlbranch=`git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`
        giturlrepo=`git config -l | grep ${giturlbranch}.remote | cut -f2 -d=`
        giturlrepourl=`git config -l | grep ${giturlrepo}.url | cut -f2 -d=`
        echo git add remote $giturlrepo $giturlrepourl
        echo git co -b $giturlbranch $giturlrepo/$giturlbranch

Template::Toolkit merge status

  • Conifer hosted a dev session in June in the attempt the accelerate the development of the TT OPAC; there is strong interest in adopting the TT OPAC prior to September (for obvious academic year reasons)d
  • On July 29, Dan Scott asked on IRC what steps would need to be taken to get TT OPAC branches merged to master; Lebbeous Fogle-Weekly replied:
I have a strong desire to merge equinox work and conifer work on
tt opac before any divergence gets any messier (so maybe next week?)
The plan is to merge the Template Toolkit code into Evergreen master 
before (at the latest) the 2.2 feature freeze, so that it will be 
included in Evergreen 2.2.  We have a few remaining TODO items (branch 
merging, wiring things up), but I'm not anticipating any real 
complications there.
  
The goal for 2.2 is to replace the slimpac by default and not (yet) to 
replace the regular patron and staff-embedded OPAC.  However, it will be 
possible to use T-pac for both with a small amount of configuration.

Patch review queue

We don't want to let submitted patches rot, here's a list of bugs with attached patches

Also a list of bugs with "pullrequest" tags that may also contain patches

New section of dev:git with some steps for adding a signoff.

A spreadsheet of bugs that could use some attention (statuses, confirmation, etc.) is available at http://goo.gl/a9SAQ

Evergreen release statuses

  1. Evergreen release status:
    1. 1.6.1.x (current release = 1.6.1.8)
      1. Bugs targeted to 1.6.1.9
    2. 2.0.x (current release = 2.0.7)
      1. Need to mark 2.0.7 as closed and released on LP.
      2. Bugs targeted to 2.0.8
    3. 2.1.x (current release = 2.1-rc1)
      1. Status check

Next meeting

dev/meetings/2011-08-02.1312288325.txt.gz · Last modified: 2022/02/10 13:34 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.