~racb/git-ubuntu:nofetch.v2

Last commit made on 2017-02-01
Get this branch:
git clone -b nofetch.v2 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:
nofetch.v2
Repository:
lp:~racb/git-ubuntu

Recent commits

e2c126a... by Robie Basak

usd import: add --no-fetch option

76c0b1c... by Robie Basak

Refactor: split add_and_fetch_*

I want to be able to add but not fetch, so split add_and_fetch into two
functions, and push the burden of fetching separately onto the caller.

310166f... by Robie Basak

usd/importer.py: reverse sense of if statement

It's easier to not have to follow the double negative. This does not
change behaviour.

5cfd5ea... by Nish Aravamudan

usd: add exception messages where appropriate

Not added for StopIteration, as that is purely stop calling loops.

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

683bcda... by Robie Basak

Correctly instantiate exceptions

We should be raising instances of exception classes, not the classes
themselves.

117e81a... by Robie Basak

add_and_fetch_remote: improve exception handling

We should check explicitly for the exceptions we can handle rather than
suppressing all of them.

2e33c1c... by Nish Aravamudan

usd-cron: store links as strings

We cannot compare a saved string to the full link object at run-time, so
just use the string representation of the link.

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

e738b67... by Nish Aravamudan

usd-cron: fix stupid syntax error

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

c9959b3... by Nish Aravamudan

usd-cron: add support for reading in timestamps from log

Rather than searching back 24 hours, try to use the saved values if
available.

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

0edf6dc... by Nish Aravamudan

usd-cron: adjust e-mail report subject as it may not be exactly hourly

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