forked from pool/MirrorCache
Accepting request 1033079 from openSUSE:infrastructure:MirrorCache
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1033079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MirrorCache?expand=0&rev=20
This commit is contained in:
commit
320e98258f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5abd76c9dc816e84c479c3f3a0325f346304af1c42ba4feeb13e1dc5a5cbeaf5
|
||||
size 987148
|
3
MirrorCache-1.044.obscpio
Normal file
3
MirrorCache-1.044.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e78abbcadb14be696bc1ba34528445fec864083bf7e3495be4baa0f697aa10b
|
||||
size 1017868
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 13:16:53 UTC 2022 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
- Update to version 1.044:
|
||||
* Move minion stats to unauthenticated route (#313)
|
||||
* Fix occasional duplicate error in agg_download (#313)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 09:32:56 UTC 2022 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
- Update to version 1.043:
|
||||
* Add backend for download size reports (#309)
|
||||
* Add mirrors to zsync response (#312)
|
||||
* Prefer zsync over metalink responses (#312)
|
||||
* Avoid race condition when new files are discovered while mirrors are scanned (#311)
|
||||
* Fix generation of zsync hashes for big files (#310)
|
||||
* t: add manual test for local folder (#308)
|
||||
* Retry hashes import if a new file hasnt got any (#307)
|
||||
* Add trailing slash for top folders (#306) - bmwiedermann
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 09:47:07 UTC 2022 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: MirrorCache
|
||||
version: 1.042
|
||||
mtime: 1664444483
|
||||
commit: b79e2f052f85c455161a636b56db7adc31d3ca67
|
||||
version: 1.044
|
||||
mtime: 1666875061
|
||||
commit: 9e614f3f90035b0234a554eabb5a4744c395fd37
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) perl(Sort::Versions) perl(URI::Escape) perl(XML::Writer) perl(base) perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow rubygem(sass) perl(Net::DNS) perl(LWP::Protocol::https) perl(Digest::SHA)
|
||||
%define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools
|
||||
Name: MirrorCache
|
||||
Version: 1.042
|
||||
Version: 1.044
|
||||
Release: 0
|
||||
Summary: WebApp to redirect and manage mirrors
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user