[go: up one dir, main page]

Skip to content
Release Lorry version: v2.5.0

Big thank you to @f-george for helping with this release

The notable changes in this release are:
- Empty directories are now cleaned up correctly when working with raw files.
Previously, if was possible to "trick" lorry into considering a mirror successful
if the last part of the path matches the filename. This has been fixed now.
- Notification threshold fix. Notifications now work correctly.
Keep in mind, that deploying this change will wipe all the current (likely broken)
notification failure counts, which means that there will be issued a one-time notification
for all broken mirrors after startup.
- ls-remote and set-head git operation now can be performed via the git binary.
- The confgit token (if set through confgit) should now be set via the `[config-source]`
configuration block. The old `gitlab-private-confgit-token{-file}` works, but is deprecated.

c3cc278 Update version to 2.5
69bc64e Rewrite config source token configuration
b3ae01a Update README and CHANGELOG
6f87bbf Fix scheduler block
fd0bdb0 Add a Git Binary for get_head
753922e Rework the notification threshold system
e59c2b2 Cleanup empty directories for raw-file mirrors
bf96f38 Compare SHA for FileEntry
7bce0f9 Introduce binary/git2 switching for remote
2325620 Add a Git Binary for ls-remote
e156131 Match gitlab service
2fb9dd0 bump gitlab to 0.1708.2 reduce ApiError matches