~racb/git-ubuntu:queue

Last commit made on 2017-04-05
Get this branch:
git clone -b queue 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:
queue
Repository:
lp:~racb/git-ubuntu

Recent commits

542e518... by Robie Basak

Add the "queue" command

aac640a... by Nish Aravamudan

usd/importer: don't symlink orig tarball during import

79cfcb8... by Nish Aravamudan

usd tag: pre-populate tag message

Add a helper function in usd/git_repository to extract the distribution
target from d/changelog and use that value and the version to generate
standard tag messages.

LP: #1664992

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

9d957a1... by Nish Aravamudan

usd/source_information: fix another typo

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

3feb765... by Nish Aravamudan

usd-cron: fix typo

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

0422feb... by Nish Aravamudan

usd-cron: retry imports 3 times

We can get transient network failures from Launchpad.

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

e4dc51e... by Nish Aravamudan

usd/source_information: fix looping bug

If we actually failed permanently to download a file, we wouldn't see
it, because we only iterate self.retries times, and the iterated value
goes up to self.retries-1. So we never end up triggering the condition.

Use a flag instead.

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

4f3ce6d... by Nish Aravamudan

usd-cron: login to launchpad on each iteration

We have seen network stalls and connection issues when we use a
long-lived launchpad connection. Instead, re-establish the connection on
each main loop iteration.

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

5b8678c... by Nish Aravamudan

usd-cron: use spphr.self_link rather than spphr.self

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

f428014... by Nish Aravamudan

usd/importer: fix case of devel branches not existing

I had inverted the comparison and additionally, if a branch didn't
already exist, we'd get exceptions.

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