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 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 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