From bfcd2c96be127171902333546f484a8f84db30c6 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 23 Sep 2018 20:13:42 +0100 Subject: [PATCH] resources: Register mustache.js as foreign resource The original commit that added it (7c52c9265b) did not specify where it came from or which version. The source refers to and contains a version string stating "0.8.2". However, this file does not match the source code of released version "0.8.2". Instead, our copy seems to match the source ode of release v1.0.0 (except for the version string). The only commit in the uptream repository that matches our copy is the commit right before the "Tag v1.0.0" commit, at which point it had all changes of v1.0.0, but still had the version string of the last published version. I assume then at this file was copied from the GitHub master branch at the time. I'll update it to v1.0.0 proper in a separate commit. Change-Id: I37c69e71fd4b005532cb0ac80964c72d3921eae6 --- maintenance/resources/foreign-resources.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintenance/resources/foreign-resources.yaml b/maintenance/resources/foreign-resources.yaml index 6ac354a051..67beba3991 100644 --- a/maintenance/resources/foreign-resources.yaml +++ b/maintenance/resources/foreign-resources.yaml @@ -67,6 +67,16 @@ jquery: integrity: sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60= dest: jquery.js +mustache: + type: multi-file + files: + mustache.js: + src: https://raw.githubusercontent.com/janl/mustache.js/d9aa70301432214ffe3c665a1d961fab705179c4/mustache.js + integrity: sha384-P2daDexXWeaWn28b70xr3OnPcWr/HxLvsNeC5OhLFATmDPQ+sNWIC+s8eCh1+F6Q + LICENSE: + src: https://raw.githubusercontent.com/janl/mustache.js/d9aa70301432214ffe3c665a1d961fab705179c4/LICENSE + integrity: sha384-MYVwXwula9+YkyXexOJVZ0v0DaVvG22uX57mNq5Di+7u8OH9EG9q3yuXkp1Iehiq + oojs: type: tar src: https://registry.npmjs.org/oojs/-/oojs-2.2.2.tgz -- 2.20.1