~tintou/git-build-recipe:master

Last commit made on 2018-07-28
Get this branch:
git clone -b master https://git.launchpad.net/~tintou/git-build-recipe
Only Corentin Noël can upload to this branch. If you are Corentin Noël please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~tintou/git-build-recipe

Recent commits

b1f7355... by Corentin Noël

Handle submodules

It is possible to fetch the submodules before building the package by specifying submodule-strategy {normal, recursive} in the header of the recipe

The default behavior is not changed

34751d7... by Colin Watson

releasing package git-build-recipe version 0.3.5

b5da323... by Colin Watson

Unset LANGUAGE when running tests, to avoid a build failure in Debian's reproducible-builds environment.

dcee459... by Colin Watson

releasing package git-build-recipe version 0.3.4

9e273b5... by Colin Watson

Add changelog for previous commit

b07a9bf... by Dmitry Shachnev

Make pull_or_clone work when the target dir exists and is empty

This allows one to use the nest command as a replacement for submodules.

Add two new tests for pull_or_clone function: one when the target directory
is empty, and another one when it contains a subdirectory.

LP: #1644640.

4ef152b... by Colin Watson

releasing package git-build-recipe version 0.3.3

dddd45b... by Colin Watson

Handle git 2.9.0

git 2.9.0 forbids merging unrelated histories by default, but has an
option to override this. Pass it where appropriate, since we explicitly
want to allow such merges (as demonstrated by a test carried over from
bzr-builder).

Debian: #835526

f21d4a5... by Colin Watson

releasing package git-build-recipe version 0.3.2

a56071a... by Colin Watson

Make tests work in environments where git can't figure out a default user name (closes: #818141).