]> git.proxmox.com Git - pve-eslint.git/blobdiff - Makefile
import 8.41.0 source
[pve-eslint.git] / Makefile
index 147b4d4be850b37eae1baed93a7e77928c11b6ab..92414ca6124f5861c4c2af0c99819764bacba61b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ DSC=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}.dsc
 
 SRCDIR=src
 UPSTREAM=eslint
-UPSTREAMTAG=v7.0.0-alpha.3
+UPSTREAMTAG=v8.41.0
 BUILDSRC=${UPSTREAM}-${UPSTREAMTAG}
 
 all: ${DEB}
@@ -49,7 +49,7 @@ download:
 # NOTE: needs npm installed, downloads packages from npm
 .PHONY: buildupstream
 buildupstream: ${BUILDSRC}
-       cp ${BUILDSRC}/build/eslint.js ${SRCDIR}/eslint.js
+       cp ${BUILDSRC}/build/eslint.js ${SRCDIR}/lib/eslint.js
 
 ${BUILDSRC}: ${UPSTREAM} patches
        rm -rf $@
@@ -64,7 +64,7 @@ ${BUILDSRC}: ${UPSTREAM} patches
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist buster
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye
 
 .PHONY: distclean
 distclean: clean