]> source.dussan.org Git - nextcloud-server.git/commit
Lock SCSS so we only run 1 job at a time 15794/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 29 May 2019 14:09:07 +0000 (16:09 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 12 Jul 2019 14:18:02 +0000 (16:18 +0200)
commitf8aeef7ae9ea97e85318839f8d569e8765cad958
treedf3b5aa5710904adfaefd7001dd825726dd69d88
parentc193c0d46670fdda79f74523eb0f616175dd513b
Lock SCSS so we only run 1 job at a time

This is bit hacky but a start to lock the SCSS compiler properly
Retry during 10s then give up
Properly get error message
Do not clear locks and properly debug scss caching

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Template/IconsCacher.php
lib/private/Template/SCSSCacher.php
tests/lib/Template/SCSSCacherTest.php