From 1e28c862d12a3b410eae523b2dcab6ac9f168647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Wed, 2 Jan 2019 19:10:41 +0100 Subject: [PATCH] add src files --- conf/arm.src.default | 6 ++++++ conf/x86-64.src.default | 6 ++++++ conf/x86.src.default | 6 ++++++ scripts/upgrade.d/upgrade.sh | 11 +++++++++++ 4 files changed, 29 insertions(+) create mode 100644 conf/arm.src.default create mode 100644 conf/x86-64.src.default create mode 100644 conf/x86.src.default create mode 100644 scripts/upgrade.d/upgrade.sh diff --git a/conf/arm.src.default b/conf/arm.src.default new file mode 100644 index 0000000..3d423d3 --- /dev/null +++ b/conf/arm.src.default @@ -0,0 +1,6 @@ +SOURCE_URL=https://github.com/jjhelmus/berryconda/releases/download/v__VERSION__/Berryconda3-__VERSION__-Linux-armv7l.sh +SOURCE_SUM=__MD5_SUM__ +SOURCE_SUM_PRG=md5sum +SOURCE_FILENAME=Berryconda3-__VERSION__-Linux-armv7l.sh +SOURCE_EXTRACT=false +SOURCE_FORMAT=sh \ No newline at end of file diff --git a/conf/x86-64.src.default b/conf/x86-64.src.default new file mode 100644 index 0000000..45961e6 --- /dev/null +++ b/conf/x86-64.src.default @@ -0,0 +1,6 @@ +SOURCE_URL=https://repo.continuum.io/miniconda/Miniconda3-__VERSION__-Linux-x86_64.sh +SOURCE_SUM=__MD5_SUM__ +SOURCE_SUM_PRG=md5sum +SOURCE_FILENAME=Miniconda3-__VERSION__-Linux-x86_64.sh +SOURCE_EXTRACT=false +SOURCE_FORMAT=sh \ No newline at end of file diff --git a/conf/x86.src.default b/conf/x86.src.default new file mode 100644 index 0000000..d4d390a --- /dev/null +++ b/conf/x86.src.default @@ -0,0 +1,6 @@ +SOURCE_URL=https://repo.continuum.io/miniconda/Miniconda3-__VERSION__-Linux-x86.sh +SOURCE_SUM=__MD5_SUM__ +SOURCE_SUM_PRG=md5sum +SOURCE_FILENAME=Miniconda3-__VERSION__-Linux-x86.sh +SOURCE_EXTRACT=false +SOURCE_FORMAT=sh \ No newline at end of file diff --git a/scripts/upgrade.d/upgrade.sh b/scripts/upgrade.d/upgrade.sh new file mode 100644 index 0000000..394fee4 --- /dev/null +++ b/scripts/upgrade.d/upgrade.sh @@ -0,0 +1,11 @@ +jupyterlab_version="0.35.4" + +miniconda3_version="4.5.11" + +miniconda3_x86_64_source_md5="e1045ee415162f944b6aebfe560b8fee" + +miniconda3_x86_source_md5="d8c3ea1bd25cf02c4ea92df4d31ef652" + +#For ARM +berryconda3_version="2.0.0" +berryconda3_arm_source_md5="1d8a60a9e201e3c30d927b5bf93b441d"