~nacc/git-ubuntu:lp1711174-lint-check-changelog-dist

Last commit made on 2017-09-28
Get this branch:
git clone -b lp1711174-lint-check-changelog-dist https://git.launchpad.net/~nacc/git-ubuntu
Only Nish Aravamudan can upload to this branch. If you are Nish Aravamudan please log in for upload directions.

Branch merges

Branch information

Name:
lp1711174-lint-check-changelog-dist
Repository:
lp:~nacc/git-ubuntu

Recent commits

6d8000f... by Nish Aravamudan

lint: check if a bugfix is targetted at the correct branch

LP: #1711174

dff509f... by Nish Aravamudan

version: update to 0.2.1

31b833f... by Nish Aravamudan

snap: need to be ubuntutools with python2 and python3

The wrapper scripts are only installed if python2 is used. This requires
building python2 from source.

688ffc5... by Nish Aravamudan

snap: need devscripts to be staged

dch is provided by it.

98c345b... by Nish Aravamudan

snap: add manpage/shell completion parts

setuptools does not provide a clean way to install these (particularly
with our current structure), so just make them dump parts of the snap.
Update the man wrapper to correspond to the new location.

2ca8cb8... by Nish Aravamudan

source_information: refactor pull() to be more pythonic

bacf0a9... by Nish Aravamudan

build: add retry/backoff loop for apt update/apt install in LXD

apt-get/apt do not return an error when indexes fail to update, which
means we only see a failure to install packages. Use common logic to
loop.

e2fbc48... by Nish Aravamudan

snap: rename part from main to git-ubuntu

With this change, the snap now builds successfully on Xenial, and runs
on Xenial and Artful.

LP: #1718499

33d123c... by Nish Aravamudan

tests/bin/integration-test: set git user.name and user.email if unset

Otherwise git itself emits an error on any command.

eabfdf5... by Nish Aravamudan

snap: provide explicit stage-packages for git-ubuntu part