For now we still are in stretch

This commit is contained in:
Alexandre Aubin 2020-05-07 15:15:58 +00:00
parent 4a484ff6a5
commit 827ef9e423
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
readonly THISSCRIPT=$0
readonly BRANCH_NIGHTLY="unstable"
readonly DISTRIBS="buster"
readonly DISTRIBS="stretch buster"
readonly TIMETAG="$(date +%Y%m%d%H%M)"
readonly PACKAGES="moulinette SSOwat yunohost yunohost-admin"
readonly FORCE="false"

View file

@ -3,7 +3,7 @@
readonly THISSCRIPT=$0
readonly PACKAGE=$1
readonly BRANCH=$2
readonly DISTRIB="buster"
readonly DISTRIB="stretch"
source /home/vinaigrette/config/config
source /home/vinaigrette/scripts/common.sh