Meeting takes place on IRC on the #evergreen channel on Freenode. See the Calendar for specific dates and times.
Held at
Last meeting:
#!/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
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