Re: [Kicad-developers] PATCH: improve library install script a little

2015-08-05 Thread Wayne Stambaugh
Patch committed in the product branch r6054.  Thanks.

On 8/4/2015 9:30 PM, Henner Zeller wrote:
 Hi,
 Some small changes for the library-repos-install.sh script.
 
 https://github.com/hzeller/kicad/compare/master...hzeller:script-no-grep-dependency.diff
 
 Suggested commit message:
 
 o library install script improvements
- Make WORKING_TREES configurable with environment variable to
  simplify external install scripts.
- Don't use grep but native sed functionality to find relevant
  lines in github JSON (grep can create trouble if there is a
  global --color=always setting)
 
 (guess how I found out about the color setting haha).
 
 -h
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp
 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] PATCH: improve library install script a little

2015-08-04 Thread Henner Zeller
Hi,
Some small changes for the library-repos-install.sh script.

https://github.com/hzeller/kicad/compare/master...hzeller:script-no-grep-dependency.diff

Suggested commit message:

o library install script improvements
   - Make WORKING_TREES configurable with environment variable to
 simplify external install scripts.
   - Don't use grep but native sed functionality to find relevant
 lines in github JSON (grep can create trouble if there is a
 global --color=always setting)

(guess how I found out about the color setting haha).

-h
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp