From 785518d6e6f7190350fb858867684d2f70d4671a Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 1 Feb 2017 09:56:14 +1300 Subject: devtool: improve parse failure handling With the move to tinfoil2, the behaviour when parsing failed has changed a bit - exceptions are now raised, so handle these appropriately. Specifically when if parsing the recipe created when running devtool add fails, rename it to .bb.parsefailed so that the user can run bitbake afterwards without parsing being interrupted. Signed-off-by: Paul Eggleton --- scripts/create-pull-request | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/create-pull-request') diff --git a/scripts/create-pull-request b/scripts/create-pull-request index e82858bc98..7c6b96d5c4 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request @@ -183,6 +183,7 @@ if [ -n "$WEB_URL" ]; then git push $REMOTE $L_BRANCH:$BRANCH echo "" fi + echo $WEB_URL wget --no-check-certificate -q $WEB_URL -O /dev/null if [ $? -ne 0 ]; then echo "WARNING: Branch '$BRANCH' was not found on the contrib git tree." -- cgit 1.2.3-korg