Re: [PATCH v4 1/2] maint.mk: handle missing git with more grace

2012-12-31 Thread Eric Blake
On 12/28/2012 03:13 PM, Peter Rosin wrote: > * top/maint.mk (no-submodule-changes, public-submodule-commit): Quietly > proceed if git is not present. > > Copyright-paperwork-exempt: yes > Signed-off-by: Peter Rosin > --- > top/maint.mk |6 -- > 1 files changed, 4 insertions(+), 2 deletio

Re: git-version-gen w/o git

2012-12-31 Thread Eric Blake
On 12/28/2012 04:45 PM, Peter Rosin wrote: >>> Sure thing, I also rebased them while at it... >> >> ...but forgot the script-version. v4 coming up. >> >> Sorry for the noise. > > But sent the wrong patch anyway and also omitted the subject. > > *blush* > > v5 coming up. Ugg, I saw v4 and pushed

Re: [PATCH v4 2/2] git-version-gen: add --fallback option to use if git is not present

2012-12-31 Thread Eric Blake
On 12/28/2012 03:13 PM, Peter Rosin wrote: > When building in a git checkout, but from a system lacking git, it > is useful to fall back to the version determined when the git > checkout was last used from a system sporting git. > > * build-aux/git-version-gen: Add support for the new option --fal

Re: [PATCH v5 2/2] git-version-gen: add --fallback option to use if git is not present

2012-12-31 Thread Eric Blake
On 12/28/2012 04:45 PM, Peter Rosin wrote: > When building in a git checkout, but from a system lacking git, it > is useful to fall back to the version determined when the git > checkout was last used from a system sporting git. > > * build-aux/git-version-gen: Add support for the new option --fal