* [PATCH 0/1] Update create-pull-request script
@ 2011-06-07 0:21 Mark Hatle
2011-06-07 0:21 ` [PATCH 3/3] create-pull-request: Add URL documentation Mark Hatle
0 siblings, 1 reply; 3+ messages in thread
From: Mark Hatle @ 2011-06-07 0:21 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 925de3b3e74d15547840a2edaceff437e135bddd:
tzcode: Update to 2011g (2011-06-06 15:52:18 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib mhatle/pull-req
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pull-req
Mark Hatle (1):
create-pull-request: Add URL documentation
scripts/create-pull-request | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 3/3] create-pull-request: Add URL documentation
2011-06-07 0:21 [PATCH 0/1] Update create-pull-request script Mark Hatle
@ 2011-06-07 0:21 ` Mark Hatle
2011-06-09 18:37 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Mark Hatle @ 2011-06-07 0:21 UTC (permalink / raw)
To: openembedded-core
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
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] create-pull-request: Add URL documentation
2011-06-07 0:21 ` [PATCH 3/3] create-pull-request: Add URL documentation Mark Hatle
@ 2011-06-09 18:37 ` Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-09 18:37 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-09 18:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox