mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-29 09:57:28 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
24 lines
820 B
XML
24 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>proxy-maintainers</herd>
|
|
<herd>python</herd>
|
|
<maintainer>
|
|
<email>andreis.vinogradovs@gmail.com</email>
|
|
</maintainer>
|
|
<maintainer>
|
|
<email>maksbotan@gentoo.org</email>
|
|
<name>Maxim Koltsov</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The assets package does content-hash-naming (aka URL fingerprinting) so
|
|
you can use aggressive caching headers without risking that a client might
|
|
have an out-of-date version of an asset in its cache. If the content
|
|
changes, the content-hash-name also changes, resulting in a different URL
|
|
for each bytewise-unique version of an asset
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="launchpad">web-assets</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|