- Update to version 1.075:
* Add url parameters for report/download * ui: User friendly status of DB sync for a directory * Add Etag and X-MEDIA-VERSION for folders * Add response header X-MEDIA-VERSION * Add Etag when rendering files * Prioritize scanning of projects * Make VPN_PREFIX a list * Add WorkingDir to the subtree.service * Add config for mojo tmpfiles * fix redirect for mirrorlist parameter for zsync files OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=105
This commit is contained in:
parent
748f0bc1fb
commit
9c79f06b0e
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,3 +21,5 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
MirrorCache-1.075.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
3
MirrorCache-1.075.obscpio
Normal file
3
MirrorCache-1.075.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63798c467b758755054c11cc1c939882951f277785460dea853d436a952a31a4
|
||||
size 1210892
|
3
MirrorCache-1.075.tar
Normal file
3
MirrorCache-1.075.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76cf81c8b9488c0e22d301bb231eefa5cea30e278dbede905384d60595b44afc
|
||||
size 1454080
|
@ -1,3 +1,4 @@
|
||||
# Type Path Mode UID GID Age Argument
|
||||
d /var/lib/mirrorcache 0750 mirrorcache mirrorcache - -
|
||||
d /run/mirrorcache 0750 mirrorcache mirrorcache - -
|
||||
!d /var/lib/mirrorcache 0750 mirrorcache mirrorcache - -
|
||||
!d /run/mirrorcache 0750 mirrorcache mirrorcache - -
|
||||
r /tmp/mojo.tmp.* - mirrorcache mirrorcache 8h
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 11:00:26 UTC 2024 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
- Update to version 1.075:
|
||||
* Add url parameters for report/download
|
||||
* ui: User friendly status of DB sync for a directory
|
||||
* Add Etag and X-MEDIA-VERSION for folders
|
||||
* Add response header X-MEDIA-VERSION
|
||||
* Add Etag when rendering files
|
||||
* Prioritize scanning of projects
|
||||
* Make VPN_PREFIX a list
|
||||
* Add WorkingDir to the subtree.service
|
||||
* Add config for mojo tmpfiles
|
||||
* fix redirect for mirrorlist parameter for zsync files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 04 10:32:53 UTC 2024 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: MirrorCache
|
||||
version: 1.074
|
||||
mtime: 1712218226
|
||||
commit: cc30136a08f34fc786b2572e9c337c77e1bb65fd
|
||||
version: 1.075
|
||||
mtime: 1716288572
|
||||
commit: c4068774ad94f0acb53a9aff3226992c321065b2
|
||||
|
@ -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) perl(Config::IniFiles)
|
||||
%define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools
|
||||
Name: MirrorCache
|
||||
Version: 1.074
|
||||
Version: 1.075
|
||||
Release: 0
|
||||
Summary: WebApp to redirect and manage mirrors
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00be4c2c1f3c053bf5f0b7415989d1af5e73664e5e5b8c3af19cf3fc2c5a062c
|
||||
size 1013133
|
||||
oid sha256:236566155516ce58068c2d22421d89995d8d6f0315020dc0da18216b5aaf0654
|
||||
size 1017877
|
||||
|
Loading…
Reference in New Issue
Block a user