git-ubuntu:deprecated-snap

Last commit made on 2017-05-12
Get this branch:
git clone -b deprecated-snap 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:
deprecated-snap
Repository:
lp:git-ubuntu

Recent commits

15de5f3... by Nish Aravamudan

snap: refer to the classic flags for installation

0b3578e... by Nish Aravamudan

snapcraft.yaml: switch to deprecated-snap branch

a9843ff... by Nish Aravamudan

Deprecate old snap name

ae1a77c... by Nish Aravamudan

usd merge: d/control.in may not always exist

ce74304... by Nish Aravamudan

usd import: error out when importing a srcpkg with empty directories

By default, git cannot represent empty directories and so our imports do
not match the pulisehd source packages. Make it a fatal error if
detected.

a6781cb... by Nish Aravamudan

usd merge: if onto does not yet exist (using default value or otherwise), create it

Otherwise we get a failure and inability to parse it.

835bda7... by Nish Aravamudan

usd import: fix import when orig tarball compression changing

Our current algorithm assumes that if a given upstream version has been
successfully imported once, it will not need to be imported again -- and
will always show up in the archive with the same filename. That,
unfortunately, is not the case when the tarball compression is changed
(e.g., tar.gz -> tar.bz2). While we correctly notice that the tar.bz2
version has not been imported before, `gbp import-orig` fails because it
cannot tag the .bz2 upstream version (since the --upstream-tag value we
use does not differentiate the the two file names). Append the file
extension to the tag name, so it is easy to distinguish.

LP: #1686541

503a67c... by Nish Aravamudan

usd-cron: use tempdir for usd-cron-log

snaps can't write to their own fs, so it can't be a package resource.

0960df1... by Nish Aravamudan

usd build: fix caching of DSC files

We need to save the dsc object for later use.

33d0fcd... by Nish Aravamudan

usd merge/tag: fix support for --bug

Set the tag prefix globally. Add --bug to `usd tag` as well, as it's
needed for the workflow.