From d4fbc976ac30d35acef10a933749aad2defc0df8 Mon Sep 17 00:00:00 2001 From: Mason Hock <mason@masonhock.com> Date: Fri, 13 Sep 2019 00:21:27 -0700 Subject: [PATCH] update for etiona --- helpers/make-ubuntu-release-upgrader | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpers/make-ubuntu-release-upgrader b/helpers/make-ubuntu-release-upgrader index 2f6a753f5..52572c354 100644 --- a/helpers/make-ubuntu-release-upgrader +++ b/helpers/make-ubuntu-release-upgrader @@ -268,6 +268,9 @@ replace '14.04' '7.0' . -R rpl 16\.04 8\.0 po/* -R rpl 16\.04 8\.0 DistUpgrade/*.ui -R replace '16.04' '8.0' . -R +rpl 18\.04 9\.0 po/* -R +rpl 18\.04 9\.0 DistUpgrade/*.ui -R +replace '18.04' '9.0' . -R rpl $UPSTREAM $CODENAME . -R rpl oneiric brigantia . -R rpl natty dagda . -R @@ -279,6 +282,8 @@ rpl hardy robur . -R rpl lucid taranis . -R rpl precise toutatis . -R rpl trusty belenos . -R +rpl xenial flidas . -R +rpl bionic etiona . -R rm ./data/demoted.cfg ./DistUpgrade/demoted.cfg.trusty utils/demoted.cfg.trusty data/demoted.cfg.trusty echo "notification-daemon" > data/demoted.cfg -- GitLab