All of lore.kernel.org
 help / color / mirror / Atom feed
* [cbootimage PATCH] Bump to version 1.2
@ 2013-08-27 18:32 Stephen Warren
       [not found] ` <1377628366-25039-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Warren @ 2013-08-27 18:32 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: Stephen Warren

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Create a release that includes Tegra124 support.

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9b83a21..2d166c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.67])
-AC_INIT([cbootimage], [1.1], [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org])
+AC_INIT([cbootimage], [1.2], [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/cbootimage.c])
 AC_CONFIG_HEADERS([config.h])
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [cbootimage PATCH] Bump to version 1.2
       [not found] ` <1377628366-25039-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2013-08-28  6:37   ` Thierry Reding
  2013-08-28 14:47     ` Stephen Warren
  2013-08-28 14:54     ` Stephen Warren
  0 siblings, 2 replies; 5+ messages in thread
From: Thierry Reding @ 2013-08-28  6:37 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

[-- Attachment #1: Type: text/plain, Size: 1123 bytes --]

On Tue, Aug 27, 2013 at 12:32:46PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Create a release that includes Tegra124 support.
> 
> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 9b83a21..2d166c5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2,7 +2,7 @@
>  # Process this file with autoconf to produce a configure script.
>  
>  AC_PREREQ([2.67])
> -AC_INIT([cbootimage], [1.1], [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org])
> +AC_INIT([cbootimage], [1.2], [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org])
>  AM_INIT_AUTOMAKE
>  AC_CONFIG_SRCDIR([src/cbootimage.c])
>  AC_CONFIG_HEADERS([config.h])

I wonder, do we have any place where we can upload tarballs so that
distributions can grab them for packaging?

I don't think you really need it for this, but just in case:

Reviewed-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [cbootimage PATCH] Bump to version 1.2
  2013-08-28  6:37   ` Thierry Reding
@ 2013-08-28 14:47     ` Stephen Warren
       [not found]       ` <521E0D81.5010108-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2013-08-28 14:54     ` Stephen Warren
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Warren @ 2013-08-28 14:47 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On 08/28/2013 12:37 AM, Thierry Reding wrote:
> On Tue, Aug 27, 2013 at 12:32:46PM -0600, Stephen Warren wrote:
>> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>> 
>> Create a release that includes Tegra124 support.
>> 
>> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> --- 
>> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1
>> deletion(-)
>> 
>> diff --git a/configure.ac b/configure.ac index 9b83a21..2d166c5
>> 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ #
>> Process this file with autoconf to produce a configure script.
>> 
>> AC_PREREQ([2.67]) -AC_INIT([cbootimage], [1.1],
>> [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org]) +AC_INIT([cbootimage], [1.2],
>> [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org]) AM_INIT_AUTOMAKE 
>> AC_CONFIG_SRCDIR([src/cbootimage.c]) 
>> AC_CONFIG_HEADERS([config.h])
> 
> I wonder, do we have any place where we can upload tarballs so
> that distributions can grab them for packaging?

Not at present. It looks like github automatically implements this for
tags. Perhaps we should think about moving the repos there, since we
already have some on github.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [cbootimage PATCH] Bump to version 1.2
  2013-08-28  6:37   ` Thierry Reding
  2013-08-28 14:47     ` Stephen Warren
@ 2013-08-28 14:54     ` Stephen Warren
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Warren @ 2013-08-28 14:54 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On 08/28/2013 12:37 AM, Thierry Reding wrote:
> On Tue, Aug 27, 2013 at 12:32:46PM -0600, Stephen Warren wrote:
>> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>>
>> Create a release that includes Tegra124 support.
...
> Reviewed-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Thanks, applied and pushed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [cbootimage PATCH] Bump to version 1.2
       [not found]       ` <521E0D81.5010108-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2013-08-28 15:09         ` Thierry Reding
  0 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2013-08-28 15:09 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

[-- Attachment #1: Type: text/plain, Size: 1620 bytes --]

On Wed, Aug 28, 2013 at 08:47:29AM -0600, Stephen Warren wrote:
> On 08/28/2013 12:37 AM, Thierry Reding wrote:
> > On Tue, Aug 27, 2013 at 12:32:46PM -0600, Stephen Warren wrote:
> >> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> >> 
> >> Create a release that includes Tegra124 support.
> >> 
> >> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> --- 
> >> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1
> >> deletion(-)
> >> 
> >> diff --git a/configure.ac b/configure.ac index 9b83a21..2d166c5
> >> 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ #
> >> Process this file with autoconf to produce a configure script.
> >> 
> >> AC_PREREQ([2.67]) -AC_INIT([cbootimage], [1.1],
> >> [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org]) +AC_INIT([cbootimage], [1.2],
> >> [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org]) AM_INIT_AUTOMAKE 
> >> AC_CONFIG_SRCDIR([src/cbootimage.c]) 
> >> AC_CONFIG_HEADERS([config.h])
> > 
> > I wonder, do we have any place where we can upload tarballs so
> > that distributions can grab them for packaging?
> 
> Not at present. It looks like github automatically implements this for
> tags. Perhaps we should think about moving the repos there, since we
> already have some on github.

github likely allows you to download a tarball that contains everything
in the repository. However, for distributions it'd be much nicer if they
could just grab a tarball as created by `make dist', since that would
allow them to just run `./configure' without having to autoreconf.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-28 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-27 18:32 [cbootimage PATCH] Bump to version 1.2 Stephen Warren
     [not found] ` <1377628366-25039-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-08-28  6:37   ` Thierry Reding
2013-08-28 14:47     ` Stephen Warren
     [not found]       ` <521E0D81.5010108-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-08-28 15:09         ` Thierry Reding
2013-08-28 14:54     ` Stephen Warren

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.