git-ubuntu:snap/stable

Last commit made on 2018-03-02
Get this branch:
git clone -b snap/stable 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/stable
Repository:
lp:git-ubuntu

Recent commits

0a79cbc... by Nish Aravamudan

Merge branch 'master' into snap/stable

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.

a5263d6... by Nish Aravamudan

Merge branch 'master' into snap/stable

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

fa66d8a... by Nish Aravamudan

Merge branch 'master' into snap/stable

516b160... by Nish Aravamudan

version: bump to 0.7.3

4239044... by Nish Aravamudan

apt_repo: fix obvious typo in snap handling

2dad7d7... by Nish Aravamudan

Merge branch 'master' into snap/stable