- Update to version 1.016:
* Add script for manual testing download.o.o * Add route /rest/scan_tree * Add job for recursive scan (#222) * Introduce variable MIRRORCACHE_TRUST_ADDR (#221) * Add BACKSTAGE_WORKERS parameter to scripts (#220) * Fix automatic mirror capability management when two capabilities are disabled for the same mirror (#219) * Dont try to find mirror for unversioned Debian files (#218) OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=35
This commit is contained in:
parent
de09c79261
commit
6562d15a3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ebf9d1dc75c3ff89abef127dd8dcb2a7443d7d9550061eca47ecef903495355
|
||||
size 769036
|
3
MirrorCache-1.016.obscpio
Normal file
3
MirrorCache-1.016.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0baa5f539dcfa431c0c2b6fa4b99039cdc0ecfeaa596a228d1c8407a241709a8
|
||||
size 785932
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 04 08:21:40 UTC 2021 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
- Update to version 1.016:
|
||||
* Add script for manual testing download.o.o
|
||||
* Add route /rest/scan_tree
|
||||
* Add job for recursive scan (#222)
|
||||
* Introduce variable MIRRORCACHE_TRUST_ADDR (#221)
|
||||
* Add BACKSTAGE_WORKERS parameter to scripts (#220)
|
||||
* Fix automatic mirror capability management when two capabilities are disabled for the same mirror (#219)
|
||||
* Dont try to find mirror for unversioned Debian files (#218)
|
||||
* Add hypnotoad service (#217)
|
||||
* Log statistics the old way
|
||||
* Add stress tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 28 08:56:27 UTC 2021 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: MirrorCache
|
||||
version: 1.015
|
||||
mtime: 1635411259
|
||||
commit: 7e0fe69144b170e6479f90056a4ba034b7f3a5a6
|
||||
version: 1.016
|
||||
mtime: 1636013805
|
||||
commit: 20f73d6807be22bb1a291d68a3c2f44bce71c393
|
||||
|
||||
|
@ -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.015
|
||||
Version: 1.016
|
||||
Release: 0
|
||||
Summary: WebApp to redirect and manage mirrors
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user