From ea8598d41119cff40984f372d5d6e115edd2dd53 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sat, 20 Nov 2021 19:30:15 +0100 Subject: [PATCH 1/4] version bump (9.0.63) --- sco_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sco_version.py b/sco_version.py index 24094b5e..d579aa6b 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.0.62" +SCOVERSION = "9.0.63" SCONAME = "ScoDoc" From adbbd51cf1ab8a924b230a1bf45c5734db4a6068 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sat, 20 Nov 2021 19:38:19 +0100 Subject: [PATCH 2/4] version --- sco_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sco_version.py b/sco_version.py index d579aa6b..2430c967 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.0.63" +SCOVERSION = "9.0.64" SCONAME = "ScoDoc" From 6c747b1f0e3b617ac174bafb754c3792d3e65b27 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sun, 21 Nov 2021 23:40:34 +0100 Subject: [PATCH 3/4] removed added deb dependency to unblock updates --- tools/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debian/control b/tools/debian/control index fec60a15..fe734c06 100644 --- a/tools/debian/control +++ b/tools/debian/control @@ -4,4 +4,4 @@ Architecture: amd64 Maintainer: Emmanuel Viennet Description: ScoDoc 9 Un logiciel pour le suivi de la scolarité universitaire. -Depends: adduser, curl, gcc, graphviz, libpq-dev, postfix|exim4, cracklib-runtime, libcrack2-dev, python3-dev, python3-venv, python3-pip, python3-wheel, nginx, postgresql, redis, ufw, systemctl +Depends: adduser, curl, gcc, graphviz, libpq-dev, postfix|exim4, cracklib-runtime, libcrack2-dev, python3-dev, python3-venv, python3-pip, python3-wheel, nginx, postgresql, redis, ufw From 5e2e36cfab886411e4bda0289f9845151e9d7e49 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Sun, 21 Nov 2021 23:58:18 +0100 Subject: [PATCH 4/4] =?UTF-8?q?Modifie=20script=20d'upgrade=20pour=20?= =?UTF-8?q?=C3=A9viter=20les=20'kept=20back'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sco_version.py | 2 +- tools/upgrade.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sco_version.py b/sco_version.py index 2430c967..eab57f78 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.0.64" +SCOVERSION = "9.0.65" SCONAME = "ScoDoc" diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 02db2b12..7a7d9b46 100755 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -25,6 +25,10 @@ check_uid_root "$0" if [ -z "$SCODOC_UPGRADE_RUNNING" ] then apt-get update && apt-get -y dist-upgrade + # install spécifiquement scodoc9, utile si les dépendances Debian de scodoc9 + # ont été changées, ce qui peut provoquer un + # "packages have been kept back" + apt install scodoc9 fi systemctl restart redis systemctl restart nginx