From 67bb67e99e6c79df7e562d9c3272cb864877e40c Mon Sep 17 00:00:00 2001 From: piccadilly circus Date: Sat, 29 Jul 2023 15:35:05 +0500 Subject: [PATCH] Fix broken build #2093 --- public/version-aliases/ghc.json | 33 +++++++++++++------ .../script/shared/appliances/services.rb | 2 +- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/public/version-aliases/ghc.json b/public/version-aliases/ghc.json index d35ed379a3..dc7c9a09dc 100644 --- a/public/version-aliases/ghc.json +++ b/public/version-aliases/ghc.json @@ -166,33 +166,46 @@ "9.0.1-alpha1": "9.0.1-alpha1", "9.0": "9.0.2", "9.0.1": "9.0.1", - "9": "9.6.0.20230128", - "9.x": "9.6.0.20230128", - "9.x.x": "9.6.0.20230128", + "9": "9.8.0.20230727", + "9.x": "9.8.0.20230727", + "9.x.x": "9.8.0.20230727", "9.0.x": "9.0.2", "9.0.2": "9.0.2", "9.2.1-alpha1": "9.2.1-alpha1", - "9.2": "9.2.5", + "9.2": "9.2.8", "9.2.1-alpha2": "9.2.1-alpha2", "9.2.1": "9.2.1", - "9.2.x": "9.2.5", + "9.2.x": "9.2.8", "9.2.2": "9.2.2", "9.2.3": "9.2.3", "9.2.4": "9.2.4", "9.2.5": "9.2.5", + "9.2.6": "9.2.6", + "9.2.7": "9.2.7", + "9.2.8": "9.2.8", "9.4.1-alpha1": "9.4.1-alpha1", - "9.4": "9.4.4", + "9.4": "9.4.5", "9.4.1-alpha2": "9.4.1-alpha2", "9.4.1-alpha3": "9.4.1-alpha3", "9.4.1": "9.4.1", - "9.4.x": "9.4.4", + "9.4.x": "9.4.5", "9.4.2": "9.4.2", "9.4.3": "9.4.3", "9.4.4": "9.4.4", + "9.4.5": "9.4.5", "9.6.0.20230111": "9.6.0.20230111", - "9.6.x": "9.6.0.20230128", - "9.6": "9.6.1-alpha2", + "9.6.x": "9.6.2", + "9.6": "9.6.2", "9.6.0.20230128": "9.6.0.20230128", + "9.6.0.20230210": "9.6.0.20230210", + "9.6.0.20230302": "9.6.0.20230302", "9.6.1-alpha1": "9.6.1-alpha1", - "9.6.1-alpha2": "9.6.1-alpha2" + "9.6.1-alpha2": "9.6.1-alpha2", + "9.6.1-alpha3": "9.6.1-alpha3", + "9.6.1": "9.6.1", + "9.6.2": "9.6.2", + "9.8.0.20230727": "9.8.0.20230727", + "9.8.x": "9.8.0.20230727", + "9.8": "9.8.1-alpha1", + "9.8.1-alpha1": "9.8.1-alpha1" } \ No newline at end of file diff --git a/spec/build/script/shared/appliances/services.rb b/spec/build/script/shared/appliances/services.rb index ba2e591bd1..129cb4f72f 100644 --- a/spec/build/script/shared/appliances/services.rb +++ b/spec/build/script/shared/appliances/services.rb @@ -29,7 +29,7 @@ ) expect(sexp_find(subject, [:elif, '"$TRAVIS_DIST" == focal'])) .to include_sexp( - [:cmd, 'sudo systemctl start mongodb', echo: true, timing: true] + [:cmd, 'sudo systemctl start mongod', echo: true, timing: true] ) end it "starts service based on init system" do