~jelmer/git-build-recipe/+git/git-build-recipe:vcs-field-uses-insecure-uri

Last commit made on 2018-09-12
Get this branch:
git clone -b vcs-field-uses-insecure-uri https://git.launchpad.net/~jelmer/git-build-recipe/+git/git-build-recipe
Only Jelmer Vernooij can upload to this branch. If you are Jelmer Vernooij please log in for upload directions.

Branch merges

Branch information

Name:
vcs-field-uses-insecure-uri
Repository:
lp:~jelmer/git-build-recipe/+git/git-build-recipe

Recent commits

04f0359... by Jelmer Vernooij

Use secure URI in Vcs control header.

Fixes lintian: vcs-field-uses-insecure-uri
See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.

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).