Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package MirrorCache for openSUSE:Factory checked in at 2021-11-11 21:38:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MirrorCache (Old) and /work/SRC/openSUSE:Factory/.MirrorCache.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MirrorCache" Thu Nov 11 21:38:13 2021 rev:4 rq:930818 version:1.016 Changes: -------- --- /work/SRC/openSUSE:Factory/MirrorCache/MirrorCache.changes 2021-10-28 18:31:41.128423808 +0200 +++ /work/SRC/openSUSE:Factory/.MirrorCache.new.1890/MirrorCache.changes 2021-11-11 21:39:20.357016310 +0100 @@ -1,0 +2,26 @@ +Thu Nov 04 08:21:40 UTC 2021 - Andrii Nikitin <[email protected]> + +- 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 <[email protected]> + +- Update to version 1.015: + * Add hypnotoad service (#217) + * Log statistics the old way + * Add stress tests + * Add indices on sync_requested and scan_requested to avoid deadlock + * Allow hash.mtime differ for up to 1 min + * Rework estimation of inactive jobs count + +------------------------------------------------------------------- Old: ---- MirrorCache-1.014.obscpio New: ---- MirrorCache-1.016.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MirrorCache.spec ++++++ --- /var/tmp/diff_new_pack.oikYYH/_old 2021-11-11 21:39:20.813016643 +0100 +++ /var/tmp/diff_new_pack.oikYYH/_new 2021-11-11 21:39:20.813016643 +0100 @@ -16,12 +16,13 @@ # -%define mirrorcache_services mirrorcache.service mirrorcache-backstage.service mirrorcache-backstage-hashes.service mirrorcache-subtree.service +%define mirrorcache_services_restart mirrorcache.service mirrorcache-backstage.service mirrorcache-backstage-hashes.service mirrorcache-subtree.service +%define mirrorcache_services %{mirrorcache_services_restart} mirrorcache-hypnotoad.service %define assetpack_requires perl(CSS::Minifier::XS) >= 0.01 perl(JavaScript::Minifier::XS) >= 0.11 perl(Mojolicious::Plugin::AssetPack) >= 1.36 perl(IO::Socket::SSL) %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.014 +Version: 1.016 Release: 0 Summary: WebApp to redirect and manage mirrors License: GPL-2.0-or-later @@ -56,6 +57,7 @@ # DEST_DIR={_datadir} mkdir -p %{buildroot}%{_sbindir} ln -s ../sbin/service %{buildroot}%{_sbindir}/rcmirrorcache +ln -s ../sbin/service %{buildroot}%{_sbindir}/rcmirrorcache-hypnotoad ln -s ../sbin/service %{buildroot}%{_sbindir}/rcmirrorcache-backstage ln -s ../sbin/service %{buildroot}%{_sbindir}/rcmirrorcache-backstage-hashes ln -s ../sbin/service %{buildroot}%{_sbindir}/rcmirrorcache-subtree @@ -73,12 +75,14 @@ %service_del_preun %{mirrorcache_services} %postun -%service_del_postun %{mirrorcache_services} +%service_del_postun %{mirrorcache_services_restart} +%service_del_postun_without_restart mirrorcache-hypnotoad.service %files %doc README.asciidoc %license LICENSE %{_sbindir}/rcmirrorcache +%{_sbindir}/rcmirrorcache-hypnotoad %{_sbindir}/rcmirrorcache-backstage %{_sbindir}/rcmirrorcache-backstage-hashes %{_sbindir}/rcmirrorcache-subtree @@ -89,6 +93,7 @@ # init %dir %{_unitdir} %{_unitdir}/mirrorcache.service +%{_unitdir}/mirrorcache-hypnotoad.service %{_unitdir}/mirrorcache-backstage.service %{_unitdir}/mirrorcache-backstage-hashes.service %{_unitdir}/mirrorcache-subtree.service ++++++ MirrorCache-1.014.obscpio -> MirrorCache-1.016.obscpio ++++++ ++++ 2173 lines of diff (skipped) ++++++ MirrorCache-tmpfilesd.conf ++++++ --- /var/tmp/diff_new_pack.oikYYH/_old 2021-11-11 21:39:21.001016780 +0100 +++ /var/tmp/diff_new_pack.oikYYH/_new 2021-11-11 21:39:21.001016780 +0100 @@ -1,2 +1,3 @@ # Type Path Mode UID GID Age Argument d /var/lib/mirrorcache 0750 mirrorcache mirrorcache - - +d /run/mirrorcache 0750 mirrorcache mirrorcache - - ++++++ MirrorCache-user.conf ++++++ --- /var/tmp/diff_new_pack.oikYYH/_old 2021-11-11 21:39:21.017016792 +0100 +++ /var/tmp/diff_new_pack.oikYYH/_new 2021-11-11 21:39:21.017016792 +0100 @@ -1,2 +1,3 @@ # Type Name ID GECOS [HOME] u mirrorcache - "MirrorCache" /var/lib/mirrorcache +g mirrorcache ++++++ MirrorCache.obsinfo ++++++ --- /var/tmp/diff_new_pack.oikYYH/_old 2021-11-11 21:39:21.037016806 +0100 +++ /var/tmp/diff_new_pack.oikYYH/_new 2021-11-11 21:39:21.037016806 +0100 @@ -1,5 +1,5 @@ name: MirrorCache -version: 1.014 -mtime: 1634655073 -commit: bd31badfdc3b28b2a2d7dadf13346a4a7e06fdac +version: 1.016 +mtime: 1636013805 +commit: 20f73d6807be22bb1a291d68a3c2f44bce71c393
