changeset de3803076d15 in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=de3803076d15
description:
        Stop building 5.2 series
diffstat:

 update.sh |  5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 830a5adf859f -r de3803076d15 update.sh
--- a/update.sh Wed Jun 17 00:28:09 2020 +0200
+++ b/update.sh Sun Jul 26 08:31:23 2020 +0200
@@ -5,20 +5,15 @@
 docker build -q --rm --no-cache -t tryton/tryton:5.6-office -t 
tryton/tryton:office 5.6/office
 docker build -q --rm --no-cache -t tryton/tryton:5.4  5.4
 docker build -q --rm --no-cache -t tryton/tryton:5.4-office 5.4/office
-docker build -q --rm --no-cache -t tryton/tryton:5.2  5.2
-docker build -q --rm --no-cache -t tryton/tryton:5.2-office 5.2/office
 docker build -q --rm --no-cache -t tryton/tryton:5.0 5.0
 docker build -q --rm --no-cache -t tryton/tryton:5.0-office 5.0/office
 
 docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:5.6 python3 -m trytond.tests.run-tests -m
 docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:5.4 python3 -m trytond.tests.run-tests -m
-docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:5.2 python3 -m trytond.tests.run-tests -m
 docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:5.0 python3 -m trytond.tests.run-tests -m
 
 docker push tryton/tryton:5.0-office
 docker push tryton/tryton:5.0
-docker push tryton/tryton:5.2-office
-docker push tryton/tryton:5.2
 docker push tryton/tryton:5.4-office
 docker push tryton/tryton:5.4
 docker push tryton/tryton:5.6-office

Reply via email to