~racb/git-ubuntu:derive-env

Last commit made on 2018-02-07
Get this branch:
git clone -b derive-env https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
derive-env
Repository:
lp:~racb/git-ubuntu

Recent commits

4d1d2bd... by Robie Basak

Replace self._env with a derived property

As part of the drive to reduce stored state to improve testability,
derive self.env when we need it instead of working out in advance in the
constructor.

This is intended to have no functional changes.

GIT_WORK_TREE will end up differently normalised now, such as in
trailing slashes, since in testing pygit2.Repository.workdir was not
normalised like this and so a normalised assertion was needed. This
should not result in any change to git's behaviour.

9a34e75... by Nish Aravamudan

whitelist: add vagrant

Requested by Dan Watkins.

eff7c2d... by Nish Aravamudan

whitelist: add more packages entangled with PHP

5cda169... by Nish Aravamudan

whitelist: add libguestfs and kopanacore

4dde3fe... by Nish Aravamudan

gitubuntu: add API to call quilt and gbp

We want our quilt and gbp invocations to be reproducible when the
importer is run, or they might affect the resulting hashes. So use
application-specific logic via parameters (quilt) or environment (gbp)
to not load any configuration files.

LP: #1734137

971293c... by Nish Aravamudan

snap: move to released version of Git

We were leveraging a bugfix for 2.14.1, which is now available upstream.

c747863... by Nish Aravamudan

snap: move to released gbp

We were using pre-released software before with a workaround
for the versioning.

e430120... by Nish Aravamudan

Add php7.2 to whitelist

7c0c28a... by Christian Ehrhardt 

add sanlock to whitelist

Signed-off-by: Christian Ehrhardt <email address hidden>

38f8ab3... by Robie Basak

Add new source_builder module