diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-05-05 11:44:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-05-05 12:52:24 +0200 |
commit | 69ee8dbb70ca10c7884edd0925e01ec76ae043d8 (patch) | |
tree | 07e9e612a2443eb9ea4c0b10cbfa107fb7a09d2d /download.lst | |
parent | 342d98b8aae6dcea0a5eec9ad97214fa17409437 (diff) |
Add comment about duplication of information
...between download.lst and solenv/flatpak-manifest.in
Change-Id: Ic53686f46d3f814141d067ff51bd0e6a8fdb5596
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93460
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/download.lst b/download.lst index 88d7d0778697..b7b3244b563e 100644 --- a/download.lst +++ b/download.lst @@ -1,3 +1,8 @@ +# For the Flatpak build (which cannot execute `make fetch` from its---sandboxed---build +# environment), some of the entries here are duplicated in solenv/flatpak-manifest.in. When making +# changes to such duplicated entries here, it is helpful when the changes are also made in +# solenv/flatpak-manifest.in. + export ABW_SHA256SUM := e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed export ABW_TARBALL := libabw-0.1.3.tar.xz export APACHE_COMMONS_LOGGING_SHA256SUM := 49665da5a60d033e6dff40fe0a7f9173e886ae859ce6096c1afe34c48b677c81 |