From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 3/3] create-pull-request: Add URL documentation
Date: Thu, 09 Jun 2011 11:37:14 -0700 [thread overview]
Message-ID: <4DF112DA.1010707@linux.intel.com> (raw)
In-Reply-To: <15dc7d03abd73179735de93624ec8453f36aed8b.1307406014.git.mark.hatle@windriver.com>
On 06/06/2011 05:21 PM, Mark Hatle wrote:
> If we can't find the URL, tell the user how to correct the issue.
>
> Signed-off-by: Mark Hatle<mark.hatle@windriver.com>
> ---
> scripts/create-pull-request | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/scripts/create-pull-request b/scripts/create-pull-request
> index d52098e..7d021d3 100755
> --- a/scripts/create-pull-request
> +++ b/scripts/create-pull-request
> @@ -94,6 +94,9 @@ while getopts "b:chi:m:o:p:r:s:u:" OPT; do
> REMOTE_URL=$(git config remote.$REMOTE.url)
> if [ $? -ne 0 ]; then
> echo "ERROR: git config failed to find a url for '$REMOTE'"
> + echo
> + echo "To add a remote url for $REMOTE, use:"
> + echo " git config remote.$REMOTE.url<url>"
> exit 1
> fi
>
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2011-06-09 18:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 0:21 [PATCH 0/1] Update create-pull-request script Mark Hatle
2011-06-07 0:21 ` [PATCH 3/3] create-pull-request: Add URL documentation Mark Hatle
2011-06-09 18:37 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DF112DA.1010707@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.