Skip to content

Instantly share code, notes, and snippets.

Both things have been introduced recently, and let you access even private ec2 instances

  1. Without VPN
  2. No open SSH port
  3. Authentication / Authorization is fully delegated to IAM
# Assumes valid AWS Credentials in ENV
@Maks3w
Maks3w / hotfix.bat
Created September 18, 2012 19:25 — forked from weierophinney/zf2-workflow.txt
proposed workflow
REM Use hotfix.bat <PR Number> <BRANCH name without hotfix preffix>
set PR=%1
set BRANCH=hotfix/%2
call git checkout master
call git pull upstream master
call git checkout -b %BRANCH% master
call git pull upstream refs/pull/%PR%/head
echo "Review the PR and fix it if needed"
pause
The following tasks need to be done to finish the i18n component:
------------------------------------------------------------------------------
To finish translator:
- Add Xliff translation loader with plural support if possible, see:
https://wiki.oasis-open.org/xliff/XLIFF2.0/Feature/Plural%20Entries
- Add Tmx translation loader (identify if plural support is available)
- Complete unit tests
------------------------------------------------------------------------------