From e61d4d73ef071dc091accc51c0ed59d4eb1d3ea1 Mon Sep 17 00:00:00 2001 From: bourasom Date: Fri, 10 Apr 2020 15:20:43 +0200 Subject: [PATCH 1/3] ITOP-4585: add meeds to FB creation --- git-workflow/createFB.sh | 11 +++++++++++ translation/translations.output | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 translation/translations.output diff --git a/git-workflow/createFB.sh b/git-workflow/createFB.sh index b8d56c83..989d1ca4 100755 --- a/git-workflow/createFB.sh +++ b/git-workflow/createFB.sh @@ -82,6 +82,12 @@ ADDON_APP_CENTER_TARGET_VERSION=2.0.x-$BRANCH-SNAPSHOT ADDONS_MANAGER_ORIGIN_VERSION=2.0.x-SNAPSHOT ADDONS_MANAGER_TARGET_VERSION=2.0.x-$BRANCH-SNAPSHOT +# meeds +MEEDS_ORIGIN_VERSION=1.0.x-SNAPSHOT +MEEDS_TARGET_VERSION=1.0.x-$BRANCH-SNAPSHOT + + + SCRIPTDIR=$( cd $(dirname "$0") pwd @@ -165,6 +171,7 @@ function replaceProjectVersion() { wcm-template-pack) $SCRIPTDIR/../replaceInFile.sh "$ADDON_WEB_PACK_ORIGIN_VERSION" "$ADDON_WEB_PACK_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;; wallet) $SCRIPTDIR/../replaceInFile.sh "$ADDON_WALLET_ORIGIN_VERSION" "$ADDON_WALLET_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;; web-conferencing) $SCRIPTDIR/../replaceInFile.sh "$ADDON_WEB_CONFERENCING_ORIGIN_VERSION" "$ADDON_WEB_CONFERENCING_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;; + meeds) $SCRIPTDIR/../replaceInFile.sh "$MEEDS_ORIGIN_VERSION" "$MEEDS_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;; *) $SCRIPTDIR/../replaceInFile.sh "$ORIGIN_VERSION" "$TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" ;; esac } @@ -206,6 +213,9 @@ function replaceProjectDeps() { # $SCRIPTDIR/../replaceInFile.sh "$ORIGIN_VERSION" "$TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" $SCRIPTDIR/../replaceInFile.sh "$ORIGIN_VERSION" "$TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" $SCRIPTDIR/../replaceInFile.sh "$ADDONS_MANAGER_ORIGIN_VERSION" "$ADDONS_MANAGER_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" + # meeds + $SCRIPTDIR/../replaceInFile.sh "$MEEDS_ORIGIN_VERSION" "$MEEDS_TARGET_VERSION" "pom.xml -not -wholename \"*/target/*\"" + } function replaceProjectAddons() { @@ -328,6 +338,7 @@ createFB wcm-template-pack createFB web-conferencing createFB platform-public-distributions +createFB meeds createFB platform-private-distributions popd diff --git a/translation/translations.output b/translation/translations.output new file mode 100644 index 00000000..ab0fc57c --- /dev/null +++ b/translation/translations.output @@ -0,0 +1,5 @@ +############################################################################ +# Project exoplatform/gatein-portal - branch develop +############################################################################ +Clone git repo exoplatform/gatein-portal - branch develop +./init-crowdin-project.sh: ligne 44 : pushd: gatein-portal: Aucun fichier ou dossier de ce type From e64fb47dafa29c1e4d08971e63eff1f3f36b7271 Mon Sep 17 00:00:00 2001 From: bourasom Date: Fri, 10 Apr 2020 15:33:34 +0200 Subject: [PATCH 2/3] ITOP-4585 --- translation/translations.output | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 translation/translations.output diff --git a/translation/translations.output b/translation/translations.output deleted file mode 100644 index ab0fc57c..00000000 --- a/translation/translations.output +++ /dev/null @@ -1,5 +0,0 @@ -############################################################################ -# Project exoplatform/gatein-portal - branch develop -############################################################################ -Clone git repo exoplatform/gatein-portal - branch develop -./init-crowdin-project.sh: ligne 44 : pushd: gatein-portal: Aucun fichier ou dossier de ce type From a6e76731019c2463d88394601aa655fb451b2615 Mon Sep 17 00:00:00 2001 From: bourasom Date: Fri, 10 Apr 2020 16:51:38 +0200 Subject: [PATCH 3/3] ITOP-4585: add translation branches for PLF 6.0.x --- translation/create-translation-branches.sh | 25 +++++++++++++++------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/translation/create-translation-branches.sh b/translation/create-translation-branches.sh index 6a64723f..32ef1608 100755 --- a/translation/create-translation-branches.sh +++ b/translation/create-translation-branches.sh @@ -2,7 +2,7 @@ # Script to create Translation branches on exodev: # * X-x.x-translation -VERSION=5.3.x-translation +VERSION=6.0.x-translation ORIGIN_BRANCH=develop TARGET_BRANCH=integration/$VERSION @@ -47,24 +47,33 @@ function createTranslationBranche() { } pushd ${SWF_TB_REPOS} +#exoplatform + + -createTranslationBranche gatein-portal -createTranslationBranche platform-ui -createTranslationBranche commons -createTranslationBranche social createTranslationBranche ecms createTranslationBranche wiki createTranslationBranche forum createTranslationBranche calendar -createTranslationBranche integration -createTranslationBranche platform -createTranslationBranche platform-public-distributions createTranslationBranche platform-private-distributions createTranslationBranche task createTranslationBranche chat-application createTranslationBranche wcm-template-pack createTranslationBranche web-conferencing createTranslationBranche lecko +createTranslationBranche onlyoffice +createTranslationBranche news +#meeds +createTranslationBranche meeds +createTranslationBranche commons +createTranslationBranche social +createTranslationBranche platform-ui +createTranslationBranche gatein-portal +createTranslationBranche wallet +createTranslationBranche perk-store +createTranslationBranche gamification createTranslationBranche push-notifications + + popd