From: Timo Tijhof Date: Sun, 23 Sep 2018 19:13:42 +0000 (+0100) Subject: resources: Register mustache.js as foreign resource X-Git-Tag: 1.34.0-rc.0~4018^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=bfcd2c96be127171902333546f484a8f84db30c6;p=lhc%2Fweb%2Fwiklou.git 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 --- 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