Skip to content

Test jenkins ovm3 failure#370

Closed
rsafonseca wants to merge 14 commits into
apache:masterfrom
rsafonseca:ovm3fixtest
Closed

Test jenkins ovm3 failure#370
rsafonseca wants to merge 14 commits into
apache:masterfrom
rsafonseca:ovm3fixtest

Conversation

@rsafonseca
Copy link
Copy Markdown
Contributor

No description provided.

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #323 SUCCESS
This pull request looks good

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #324 SUCCESS
This pull request looks good

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #327 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #325 SUCCESS
This pull request looks good

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #326 SUCCESS
This pull request looks good

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #330 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #331 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #332 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #328 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #333 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 7, 2015

cloudstack-pull-requests #329 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 8, 2015

cloudstack-pull-requests #334 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 8, 2015

cloudstack-pull-requests #336 FAILURE
Looks like there's a problem with this pull request

@asfbot
Copy link
Copy Markdown

asfbot commented Jun 8, 2015

cloudstack-pull-requests #335 FAILURE
Looks like there's a problem with this pull request

@rsafonseca
Copy link
Copy Markdown
Contributor Author

builds.apache.org is timing out, no web response.. bad timing for testing.. try to pinpoint failure some other time

@rsafonseca rsafonseca closed this Jun 8, 2015
yadvr added a commit that referenced this pull request Jan 20, 2021
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants