Fixing the lister after docker-dev test runs:
- The last_update entry in ListedOrigins was undef, now returns a datetime object.
- The lister would produce an invalid origin (https) in the case of malformed scm poms. Now we check the visit_type before yielding scm entries to make sure we only throw valid types.