[BuildTools-tickets] [BuildTools] #120: --git is not obeyed for Data dependencies in get.dependencies.sh

BuildTools coin-trac at coin-or.org
Tue Oct 23 15:37:56 EDT 2018


#120: --git is not obeyed for Data dependencies in get.dependencies.sh
------------------------------+---------------------------
Reporter:  juan-pablo-vielma  |       Owner:  tkr
    Type:  defect             |      Status:  new
Priority:  minor              |   Component:  build system
 Version:  0.8                |  Resolution:
Keywords:                     |
------------------------------+---------------------------
Description changed by stefan:

Old description:

> BuildTools/get.dependencies.sh, Lines 350 to 354 in f061d47
> {{{
>  if [ $svn_repo = 'Data' ]; then
>      data_proj=`echo $url | cut -d '/' -f 6`
>      print_action "Checking out Data/$data_proj"
>      svn co $url Data/$data_proj
>      subdirs+="Data/$data_proj "
> }}}

New description:

 Created at Aug 24, 2018:

 !BuildTools/get.dependencies.sh, Lines 350 to 354 in f061d47
 {{{
  if [ $svn_repo = 'Data' ]; then
      data_proj=`echo $url | cut -d '/' -f 6`
      print_action "Checking out Data/$data_proj"
      svn co $url Data/$data_proj
      subdirs+="Data/$data_proj "
 }}}

--

--
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/120#comment:2>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list