octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57044] gitlab mirror: "bootstrap --no-git req


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #57044] gitlab mirror: "bootstrap --no-git requires --gnulib-srcdir"
Date: Fri, 11 Oct 2019 20:21:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36

Follow-up Comment #7, bug #57044 (project octave):

Colin - I think it might be reasonable to put a conditional in there. What
about


if test -d .hg; then
  use_git=false
  GNULIB_SRCDIR=gnulib
fi


This should have zero effect on everyone currently working on Octave with hg.

This will affect anyone that was downloading a snapshot of the Octave sources
and was expecting ./bootstrap to look for an existing gnulib in the current
directory, with this change it would instead use git to pull the latest gnulib
from savannah. I expect the number of people working with Octave this way to
be close to zero.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57044>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]