git-ubuntu:snap/beta

Last commit made on 2018-03-02
Get this branch:
git clone -b snap/beta https://git.launchpad.net/git-ubuntu
Members of git-ubuntu developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
snap/beta
Repository:
lp:git-ubuntu

Recent commits

287df3a... by Nish Aravamudan

version: bump to 0.7.4

3e9e2d7... by Nish Aravamudan

apt_repo: fix mis-use of os.path.join

When os.path.join is given an absolute path as any component,
it resets the computed path to that value. This is obviously
the case in our usage (since we are appending a system path to
the snap's path). Fix this by abstracting out the root path and
appending the same relative path in both cases.

3b21bbe... by Nish Aravamudan

Revert "snap: scripts need a custom LD_LIBRARY_PATH"

This reverts commit acdbf24e77bf4af64de82557794cbcfc26b328c0.

This was a regression in snapcraft, as it worked before the recent
updates.

acdbf24... by Nish Aravamudan

snap: scripts need a custom LD_LIBRARY_PATH

516b160... by Nish Aravamudan

version: bump to 0.7.3

4239044... by Nish Aravamudan

apt_repo: fix obvious typo in snap handling

ebc05cd... by Nish Aravamudan

version: bump to 0.7.2

b104e4b... by Nish Aravamudan

gitignore: add snap-related files

These are not tracked in Git, and they also affect the
versioning now.

95b585e... by Nish Aravamudan

apt_repo: need to use SNAP-sensitive paths for keyring files

Now that they are available in the snap, that is.

f93816e... by Nish Aravamudan

apt_repo: add docstring for parameter