~nacc/git-ubuntu:orig_tarball

Last commit made on 2016-11-01
Get this branch:
git clone -b orig_tarball 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:
orig_tarball
Repository:
lp:~nacc/git-ubuntu

Recent commits

2776880... by Nish Aravamudan

usd/GitRepository: add support for importing orig tarballs

WIP

Signed-off-by: Nishanth Aravamudan <email address hidden>

53f8d6e... by Nish Aravamudan

usd/importer: use a temp directory for pulling source packages

Signed-off-by: Nishanth Aravamudan <email address hidden>

c2427ba... by Nish Aravamudan

remove unused dependency

fb2b4b1... by Scott Moser

Walk release list backwards to find branch for ubuntu/devel.

This fixes an error when importing an ubuntu package that is no
longer available in the development release.

LP: #1638087

736bc48... by Nish Aravamudan

usd/importer: Fix verbose handling

Fixes: f9ef6d48 ("usd/importer: specify formatting for logger to include timestamps, drop module"
Signed-off-by: Nishanth Aravamudan <email address hidden>

f9ef6d4... by Nish Aravamudan

usd/importer: specify formatting for logger to include timestamps, drop module

Signed-off-by: Nishanth Aravamudan <email address hidden>

5cfd397... by Nish Aravamudan

usd-merge: properly report back return codes on errors

As pointed out by Christian Ehrhardt, if `git tag` fails, the return
code from `usd-merge` is zero, which is incorrect and can lead to
wrapper scripts incorrectly detecting success.

Signed-off-by: Nishanth Aravamudan <email address hidden>

d8191db... by Nish Aravamudan

usd/GitRepository: print exception information on pull failure

Signed-off-by: Nishanth Aravamudan <email address hidden>

44cb9c6... by Nish Aravamudan

usd/GitRepository: remove stray debug line

Signed-off-by: Nishanth Aravamudan <email address hidden>

5b6164b... by Scott Moser

Operate on changelog and commit message as bytes

Instead of
  git commit-tree -m <string>
We put the commit message in a file and use
  git commit-tree -F <tmpfile>
Now we are not converting the commit message to string at
all, allowing it to have non-utf-8 chars ini t.