Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
updated sync_with_thorntail/sync.sh with new prod repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Sitani committed Oct 10, 2019
1 parent 3df5891 commit 24a4d09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/sync-with-thorntail/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
SCRIPT_SRC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd -P )" # Script source directory
TEMP_DIR="$(mktemp -d)" # Temporary directory, will be deleted

REPO_NAME="wildfly-swarm" # Repository base name, and the directory name on the disk
REPO_URL="git@github.com:wildfly-swarm-prod/${REPO_NAME}.git" # Repo Git URL
REPO_BRANCH="2.4.x" # Branch to be synchronized
MAVEN_SETTINGS_URL="https://github.com/wildfly-swarm-prod/wildfly-swarm/blob/$REPO_BRANCH/boms/src/main/resources/custom-settings.xml" # Maven settings to use when building
REPO_NAME="thorntail" # Repository base name, and the directory name on the disk
REPO_URL="git@gitlab.cee.redhat.com:thorntail-prod/${REPO_NAME}.git" # Repo Git URL
REPO_BRANCH="2.5.x" # Branch to be synchronized
MAVEN_SETTINGS_URL="https://gitlab.cee.redhat.com/thorntail-prod/thorntail/blob/$REPO_BRANCH/boms/src/main/resources/custom-settings.xml" # Maven settings to use when building

FILES_LIST="${SCRIPT_SRC}/files-to-sync.txt" # File with file- or directory names to synchronize
FILES_DESTINATION="$(realpath ${SCRIPT_SRC}/../../docs/topics/thorntail)" # Destination directory in this repository where to sync
Expand Down Expand Up @@ -85,4 +85,3 @@ echo "Cleaning up..." >&2
rm -rf $TEMP_DIR

echo "Done." >&2

0 comments on commit 24a4d09

Please sign in to comment.