Skip to content
Snippets Groups Projects
Commit 99bbd9d6 authored by Franck Bret's avatar Franck Bret
Browse files

Stateful Julia lister

Add a state to the lister to store the ``last_seen_commit`` as a Git
commit hash.

Use Dulwich to retrieve a Git commit walker since
``last_seen_commit`` if any.
For each commit detect if it is a new package or a new package
version commit and returns its origin with commit date as
last_update.
parent 053f0a93
No related branches found
No related tags found
1 merge request!507Stateful Julia lister
Pipeline #6274 passed