Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570333
en ru br
ALT Linux repos
S:7.4.3-alt6

Group :: System/Servers
RPM: pve-manager

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pve-manager-eslint.patch
Download


--- pve-manager/www/manager6/Makefile.eslint	2021-09-27 11:36:25.206322330 +0000
+++ pve-manager/www/manager6/Makefile	2021-09-27 11:48:19.876945862 +0000
@@ -280,17 +280,7 @@ JSSRC= 							\
 
 all:
 
-.lint-incremental: ${JSSRC}
-	eslint $?
-	touch "$@"
-
-.PHONY: lint
-check: lint
-lint: ${JSSRC}
-	eslint --strict ${JSSRC}
-	touch ".lint-incremental"
-
-pvemanagerlib.js: .lint-incremental OnlineHelpInfo.js ${JSSRC}
+pvemanagerlib.js: OnlineHelpInfo.js ${JSSRC}
 	cat OnlineHelpInfo.js ${JSSRC} >$@.tmp
 	mv $@.tmp $@
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin