File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ import sbt._
66import scala .util .control .NonFatal
77
88object Libs {
9- val ScalaVersion = " 3.6.2 "
9+ val ScalaVersion = " 3.6.4 "
1010
1111 val `scalatest` = " org.scalatest" %% " scalatest" % " 3.2.19" // Apache License 2.0
1212// val `dotty-cps-async` = "com.github.rssh" %% "dotty-cps-async" % "0.9.23"
1313 val `junit-4-13` = " org.scalatestplus" %% " junit-4-13" % " 3.2.19.0"
14- val `pekko-actor-testkit-typed` = " org.apache.pekko" %% " pekko-actor-testkit-typed" % " 1.1.2 "
15- val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.20.2 "
14+ val `pekko-actor-testkit-typed` = " org.apache.pekko" %% " pekko-actor-testkit-typed" % " 1.1.3 "
15+ val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.21.0 "
1616 val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1"
1717}
1818
Original file line number Diff line number Diff line change @@ -7,20 +7,17 @@ cd $ROOT
77source ./versions.sh
88version=$ENG_UI_VERSION
99
10+ set -x
1011cd $ROOT /../apps
1112
12- rm -r * .txt
13- rm -r * .zip
13+ rm -f * .txt
14+ rm -f * .zip
1415
1516ENG_UI_HOME=" $ROOT /../apps/"
1617
1718echo " downloading.. esw-ocs-eng-ui with $version "
18- curl -L -O https://github.com/tmtsoftware/esw-ocs-eng-ui/archive/ $version .zip
19+ curl -L -O https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/download/v $version /esw-ocs-eng-ui .zip
1920
20- unzip -o $version .zip
21- cd esw-ocs-eng-ui-$version * && npm install && npm run build
22- rm -rf ../esw-ocs-eng-ui
23- mv esw-ocs-eng-ui ../esw-ocs-eng-ui
24- cd ..
25- rm -rf esw-ocs-eng-ui-$version *
21+ rm -rf esw-ocs-eng-ui
22+ unzip -o esw-ocs-eng-ui.zip
2623touch $version .txt
Original file line number Diff line number Diff line change 1515 echo " Error: Directory esw-ocs-eng-ui does not exists. downloading..."
1616 sh $ROOT /install-eng-ui.sh
1717fi
18- ./serve.py
18+ ./serve.py
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ export ESW_VERSION=f9cbac5
44# export ESW_VERSION=1.0.0-RC6
55export CSW_VERSION=6.0.0-RC6
66export SEQ_SCRIPT_VERSION=1a80475
7- export TCS_VERSION=0.12.0
7+ export TCS_VERSION=0.12.1
88export ENG_UI_VERSION=1.0.0-RC1
99export CHANNEL=" https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json"
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ import sbt._
66import scala .util .control .NonFatal
77
88object Libs {
9- val ScalaVersion = " 3.6.2 "
9+ val ScalaVersion = " 3.6.4 "
1010
1111 val `scalatest` = " org.scalatest" %% " scalatest" % " 3.2.19" // Apache License 2.0
1212// val `dotty-cps-async` = "com.github.rssh" %% "dotty-cps-async" % "0.9.23"
1313 val `junit-4-13` = " org.scalatestplus" %% " junit-4-13" % " 3.2.19.0"
14- val `pekko-actor-testkit-typed` = " org.apache.pekko" %% " pekko-actor-testkit-typed" % " 1.1.2 "
15- val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.20.2 "
14+ val `pekko-actor-testkit-typed` = " org.apache.pekko" %% " pekko-actor-testkit-typed" % " 1.1.3 "
15+ val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.21.0 "
1616 val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1"
1717}
1818
You can’t perform that action at this time.
0 commit comments