From 814d1f929e78eb419e8ccce975d671bcf8a2b28e Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 20 Apr 2017 17:01:25 +0200 Subject: [PATCH 1/3] changement version node 6.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 391a612..e28d7da 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: build build: apt-get update apt-get install --yes --no-install-recommends curl ca-certificates - curl --silent --location https://deb.nodesource.com/setup_0.12 | bash - + curl --silent --location https://deb.nodesource.com/setup_6.x | bash - apt-get install --yes nodejs npm install --ignore-scripts ARCH=$(ELECTRON_ARCH) npm run build From c9b60a03ba13cc0972ca52108bbb6c97fcc4ea58 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 20 Apr 2017 17:33:58 +0200 Subject: [PATCH 2/3] Ajout de fichier de configuration pour la construction des paquets via Tamarin --- .dockerignore | 3 +++ .tamarinrc | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .dockerignore create mode 100644 .tamarinrc diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..098c84f --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +/dist +/node_modules +/build diff --git a/.tamarinrc b/.tamarinrc new file mode 100644 index 0000000..0af94a9 --- /dev/null +++ b/.tamarinrc @@ -0,0 +1,3 @@ +project_version=0.0.2 +project_name=pitaya +no_version_suffix=no From 54d2a1f6400492c25bdfd13cd4cf68933ed392e4 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 20 Apr 2017 17:34:26 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Suppression=20du=20fichier=20changelog=20(a?= =?UTF-8?q?utog=C3=A9n=C3=A9r=C3=A9=20d=C3=A9sormais)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 debian/changelog diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 2a9fa9d..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -pitaya (0.0.1) unstable; urgency=low - - * Dev release - - -- William Petit Fri, 16 Oct 2015 15:57:03 +0200