Test jenkins ovm3 failure#370
Conversation
|
cloudstack-pull-requests #323 SUCCESS |
|
cloudstack-pull-requests #324 SUCCESS |
|
cloudstack-pull-requests #327 FAILURE |
|
cloudstack-pull-requests #325 SUCCESS |
|
cloudstack-pull-requests #326 SUCCESS |
|
cloudstack-pull-requests #330 FAILURE |
|
cloudstack-pull-requests #331 FAILURE |
|
cloudstack-pull-requests #332 FAILURE |
|
cloudstack-pull-requests #328 FAILURE |
|
cloudstack-pull-requests #333 FAILURE |
|
cloudstack-pull-requests #329 FAILURE |
|
cloudstack-pull-requests #334 FAILURE |
|
cloudstack-pull-requests #336 FAILURE |
|
cloudstack-pull-requests #335 FAILURE |
|
builds.apache.org is timing out, no web response.. bad timing for testing.. try to pinpoint failure some other time |
The new convention used:
- All lower keys
- Most keys start with `label.` prefix
- All spaces and underscores replaced with `.`
Quick ugly hack and similar for config `title`:
> IFS=$'\n'
> git grep -l "\$t('" | grep -v -e "\$t('label\." -e "\$t('message" -e "\$t('error" > ftr
> for f in $(cat ftr); do echo $f; for w in $(grep -Po '\$t\(\K[^)]*' $f | grep "^'" | grep -v -e ^\'message -e ^\'error -e ^\'label); do echo WORD IS $w; nw=$(echo $w | sed "s/$w/'label\.\L&/g" | sed "s/label\.'/label\./g" | sed "s/ /\./g" | sed "s/_/\./g"); echo $w = $nw; sed -i "s/\$t($w/\$t($nw/g" $f; done; done
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
No description provided.