User Tools

Site Tools


dev:meetings:2011-07-05

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dev:meetings:2011-07-05 [2011/07/04 17:52] – created bshumdev:meetings:2011-07-05 [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 25: Line 25:
   - Review action items   - Review action items
     - gmcharlt to write up some ideas on improving git use and releases     - gmcharlt to write up some ideas on improving git use and releases
-      * **STATUS**: ? 
-    - bshum to test [[https://bugs.launchpad.net/evergreen/+bug/731521|LP 731521]] again. 
       * **STATUS**: ?       * **STATUS**: ?
     - gmcharlt working on: [[https://bugs.launchpad.net/evergreen/+bug/740320|LP 740320]] and [[https://bugs.launchpad.net/evergreen/+bug/520175|LP 520175]] ([[http://git.evergreen-ils.org/?p=evergreen/equinox.git;a=shortlog;h=refs/heads/ext/pioneer-autogrid-improvements | related work ]])     - gmcharlt working on: [[https://bugs.launchpad.net/evergreen/+bug/740320|LP 740320]] and [[https://bugs.launchpad.net/evergreen/+bug/520175|LP 520175]] ([[http://git.evergreen-ils.org/?p=evergreen/equinox.git;a=shortlog;h=refs/heads/ext/pioneer-autogrid-improvements | related work ]])
       * **STATUS**: ?       * **STATUS**: ?
     - dbs to poke jamesrf via email about: [[https://bugs.launchpad.net/evergreen/+bug/780665|LP 780665]]  (spine labels assume LC)     - dbs to poke jamesrf via email about: [[https://bugs.launchpad.net/evergreen/+bug/780665|LP 780665]]  (spine labels assume LC)
-      * **STATUS**: ?+      * **STATUS**: jamesrf uploaded a patch as requested; dbs still needs to test and apply it (hopefully in time for 2.0.8)
     - gmcharlt to review [[https://bugs.launchpad.net/evergreen/+bug/787162|LP 787162]], [[https://bugs.launchpad.net/evergreen/+bug/758945|LP 758945]]     - gmcharlt to review [[https://bugs.launchpad.net/evergreen/+bug/787162|LP 787162]], [[https://bugs.launchpad.net/evergreen/+bug/758945|LP 758945]]
       * **STATUS**: ?       * **STATUS**: ?
Line 37: Line 35:
       * **STATUS**: ?       * **STATUS**: ?
     - 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     - 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**: ?+      * **STATUS**: <code bash> 
 +#!/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 
 +</code>
   - Conifer held TT OPAC development days @ University of Windsor, June 27-29th. See notes [[dev:opac:template-toolkit:todos|here]].   - Conifer held TT OPAC development days @ University of Windsor, June 27-29th. See notes [[dev:opac:template-toolkit:todos|here]].
  
dev/meetings/2011-07-05.1309816374.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.