summaryrefslogtreecommitdiff
path: root/for-repo
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-05-04 21:12:07 -0400
committerB. Stack <bgstack15@gmail.com>2021-05-04 21:12:07 -0400
commitf9de4e603a88f2cdc1375ef96458b77528724876 (patch)
tree4aff6fb54b9f9aed4d3a558432f8468b41369295 /for-repo
parentfix quote-pocket-quote (diff)
downloadlibrewolf-fedora-f9de4e603a88f2cdc1375ef96458b77528724876.tar.gz
librewolf-fedora-f9de4e603a88f2cdc1375ef96458b77528724876.tar.bz2
librewolf-fedora-f9de4e603a88f2cdc1375ef96458b77528724876.zip
WIP: added a bunch of fixes
Diffstat (limited to 'for-repo')
-rw-r--r--for-repo/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/for-repo/README.md b/for-repo/README.md
index ffbd251..48a88a6 100644
--- a/for-repo/README.md
+++ b/for-repo/README.md
@@ -23,3 +23,8 @@ Files are added or modified:
* a few tarballs omitted from upstream git sources:
* cbindgen-vendor.tar.xz
* `firefox-langpacks-*.tar.xz`
+
+Files that are removed:
+* sources
+
+Fedora's dist-git project provides a lookaside cache for large assets so they do not have to be stored in source control. The `sources` file links to those files, but we embed in the librewolf src.rpm the two tarballs we need.
bgstack15