Skip to content

Commit

Permalink
Improve orchestrate.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Sep 13, 2022
1 parent 3844a73 commit ad401bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infoCenter/orchestrate.sh
Expand Up @@ -156,10 +156,11 @@ commit_changes() {
}

adapt_nginx() {
echo
echo "Adapt nginx config in puppet..."
#Adapt nginx config in puppet (ssh://<username>@foundation.eclipse.org:29418/puppet/modules):
#/modules/nginx/files/etc/nginx/conf.d/help.eclipse.org.common
echo " - add new location:"
echo " - add new location to /modules/nginx/files/etc/nginx/conf.d/help.eclipse.org.common:"
echo
echo " #eclipse 4.xx (${RELEASE_NAME})"
echo " location /${RELEASE_NAME} {"
Expand Down Expand Up @@ -218,7 +219,7 @@ update_check_infocenter_job(){
echo
echo "Add new info center to the shell script in this job (and remove oldest):"
echo "=> https://ci.eclipse.org/simrel/job/simrel.check_infocenter"
open_url "https://ci.eclipse.org/simrel/job/simrel.check_infocenter"
open_url "https://ci.eclipse.org/simrel/job/simrel.check_infocenter/configure"
echo
read -p "Press enter to continue or CTRL-C to stop the script"
}
Expand Down

0 comments on commit ad401bf

Please sign in to comment.