X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclient_scripts%2FcPanel;h=6c9ed6863517de5b985d5a53e208b99d7adb6718;hb=1f116f34d85627b9da474af835becc7999d46006;hp=115d25c853f6e300839a01c00e568d0a99d8140e;hpb=8544f15966dec66fdb058a62c34ec39f94361b99;p=clearscm.git diff --git a/rc/client_scripts/cPanel b/rc/client_scripts/cPanel index 115d25c..6c9ed68 100644 --- a/rc/client_scripts/cPanel +++ b/rc/client_scripts/cPanel @@ -43,7 +43,7 @@ export ulc=/usr/local/cpanel export ulp=/usr/local/cp-monitoring-cpanel-plugin export ulw=/usr/local/cp-monitoring-whm-plugin export ulb=/usr/local/cp-banners-plugin -export CPANEL_TEAM='scrum' +export CPANEL_TEAM='release' # EA Tools export EATOOLS_BUILD_DIR=~/git/ea-tools/SOURCES/ @@ -51,12 +51,17 @@ export EATOOLS_BIN_DIR=~/git/ea-tools/SOURCES/ #alias ulc="cd /usr/local/cpanel" alias perl="$ulc/3rdparty/bin/perl" +alias stencilwatch='npx stencil test --spec --watchAll' +alias stencilwatche2e='npx stencil test --spec --e2e --watchAll' # Unset PERLTIDY and PERLCRITIC as those variable override looking for # ~/.perltidyrc and ~/.perlcriticrc. unset PERLTIDY unset PERLCRITIC +# This is a closer call to how cplint is called by merge_request +alias cplintm="cplint --branched-from=upstream/$(cat /usr/local/cpanel/.branched_from)" + # This is the completer function for ulc. This completes any path that comes # after the ulc as a path completion relative to $ulc function _ulc {