From 792fab20e68a3428dbf1c6d1052c9ebd472b05f6 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Tue, 30 Apr 2019 15:57:34 +0200 Subject: [PATCH 1/2] Export NPM_VERSION variable in Makefile Change-type: patch Changelog-entry: Export NPM_VERSION variable in Makefile Signed-off-by: Lorenzo Alberto Maria Ambrosi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e0b4909..a432c60e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # --------------------------------------------------------------------- RESIN_SCRIPTS ?= ./scripts/resin -NPM_VERSION ?= 6.7.0 +export NPM_VERSION ?= 6.7.0 S3_BUCKET = artifacts.ci.balena-cloud.com # This directory will be completely deleted by the `clean` rule From 8a2db8bced4781f992c64b62adcc28dfe11a1434 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Tue, 30 Apr 2019 16:19:37 +0200 Subject: [PATCH 2/2] Add CODEOWNERS file to repository Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi --- .gitattributes | 1 + CODEOWNERS | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 CODEOWNERS diff --git a/.gitattributes b/.gitattributes index f92a83dc..61b434ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -25,6 +25,7 @@ Makefile text *.yml text *.patch text *.txt text +CODEOWNERS text # Binary files (no line-ending conversions) *.bz2 binary diff=hex diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..5200713e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +* @thundron @zvin @jviotti +/scripts @nazrhom