The branch, build-baikal has been updated via d9fbb184b688c5c9dc376e07a8e4ae071fb45d28 (commit) from 45d22a87339986c5e062be733584b8b18aa5cde7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: bin/x2goversion | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) The diff of changes is: diff --git a/bin/x2goversion b/bin/x2goversion index 268d3f0..64dd758 100755 --- a/bin/x2goversion +++ b/bin/x2goversion @@ -27,21 +27,21 @@ get_version() { } if [ -n "$1" ]; then - X2GO_COMPONENT="$1" - X2GO_COMPONENT_VERFILE="${X2GO_VERSIONS_BASEPATH}/VERSION.${X2GO_COMPONENT}" + X2GO_COMPONENT="$1" + X2GO_COMPONENT_VERFILE="${X2GO_VERSIONS_BASEPATH}/VERSION.${X2GO_COMPONENT}" - if [ -f "${X2GO_COMPONENT_VERFILE}" ]; then - echo "$(get_version ${X2GO_COMPONENT_VERFILE})" - else - echo "Version information for X2go component '$X2GO_COMPONENT' is not available." >&1 - fi + if [ -f "${X2GO_COMPONENT_VERFILE}" ]; then + echo "$(get_version ${X2GO_COMPONENT_VERFILE})" + else + echo "Version information for X2go component '$X2GO_COMPONENT' is not available." >&1 + fi else - cd ${X2GO_VERSIONS_BASEPATH} - for compfile in `ls ${X2GO_VERSIONS_BASEPATH}`; do - X2GO_COMPONENT="$(echo $compfile | cut -d"." -f2)" - X2GO_COMPONENT_VERSION="$(get_version $compfile)" - echo "${X2GO_COMPONENT}: ${X2GO_COMPONENT_VERSION}" - done - cd - >/dev/null + cd ${X2GO_VERSIONS_BASEPATH} + for compfile in `ls ${X2GO_VERSIONS_BASEPATH}`; do + X2GO_COMPONENT="$(echo $compfile | cut -d"." -f2)" + X2GO_COMPONENT_VERSION="$(get_version $compfile)" + echo "${X2GO_COMPONENT}: ${X2GO_COMPONENT_VERSION}" + done + cd - >/dev/null fi hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).