Update jjb for pti-rtp project
[ci-management.git] / jjb / pti-rtp / build-inf.sh
similarity index 85%
rename from jjb/pti-rtp/build-yocto.sh
rename to jjb/pti-rtp/build-inf.sh
index 5e9fbdc..3af0737 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#   Copyright (C) 2019 Wind River Systems, Inc.
+#   Copyright (C) 2020 Wind River Systems, Inc.
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
 # Builds a Yocto image for real.
 # Assumes prereqs have already been installed.
 
-echo "--> build-yocto.sh"
+echo "--> build-inf.sh"
 
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
@@ -25,8 +25,7 @@ set -eu -o pipefail
 dir=workspace
 echo "INFO: creating workspace $dir"
 mkdir $dir
-cmd="./scripts/build_oran.sh -w $dir"
+cmd="./scripts/build_inf.sh -w $dir"
 echo "INFO: invoking build script: $cmd"
 $cmd
-
-echo "--> build-yocto.sh ends"
+echo "--> build-inf.sh ends"