* [STABLE][PATCH] Angstrom 2009.X: set version to 'stable'
@ 2009-06-02 12:51 Koen Kooi
2009-06-02 13:05 ` Marco Cavallini
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2009-06-02 12:51 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
From: Koen Kooi <koen@openembedded.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
---
conf/distro/angstrom-2008.1.conf | 2 +-
recipes/angstrom/angstrom-version.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 5c7d0c4..203e01d 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -16,7 +16,7 @@
# org.openembedded.angstrom-2007.12-stable branch
#DISTRO_VERSION = "2009.X"
-DISTRO_VERSION = "2009.X-test-${DATE}"
+DISTRO_VERSION = "2009.X-stable"
DISTRO_REVISION = "1"
DISTRO_PR = ".1"
diff --git a/recipes/angstrom/angstrom-version.bb b/recipes/angstrom/angstrom-version.bb
index 6f1043c..4902ae7 100644
--- a/recipes/angstrom/angstrom-version.bb
+++ b/recipes/angstrom/angstrom-version.bb
@@ -2,7 +2,7 @@ LICENSE = "MIT"
PV = "${DISTRO_VERSION}"
PR = "r2"
-PE = "1"
+PE = "2"
PACKAGES = "${PN}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
--
1.6.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [STABLE][PATCH] Angstrom 2009.X: set version to 'stable'
2009-06-02 12:51 [STABLE][PATCH] Angstrom 2009.X: set version to 'stable' Koen Kooi
@ 2009-06-02 13:05 ` Marco Cavallini
2009-06-02 13:24 ` Philip Balister
2009-06-02 13:25 ` Koen Kooi
0 siblings, 2 replies; 4+ messages in thread
From: Marco Cavallini @ 2009-06-02 13:05 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi ha scritto:
> From: Koen Kooi <koen@openembedded.org>
>
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
> conf/distro/angstrom-2008.1.conf | 2 +-
> recipes/angstrom/angstrom-version.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
> index 5c7d0c4..203e01d 100644
> --- a/conf/distro/angstrom-2008.1.conf
> +++ b/conf/distro/angstrom-2008.1.conf
> @@ -16,7 +16,7 @@
> # org.openembedded.angstrom-2007.12-stable branch
>
> #DISTRO_VERSION = "2009.X"
> -DISTRO_VERSION = "2009.X-test-${DATE}"
> +DISTRO_VERSION = "2009.X-stable"
> DISTRO_REVISION = "1"
> DISTRO_PR = ".1"
>
> diff --git a/recipes/angstrom/angstrom-version.bb b/recipes/angstrom/angstrom-version.bb
> index 6f1043c..4902ae7 100644
> --- a/recipes/angstrom/angstrom-version.bb
> +++ b/recipes/angstrom/angstrom-version.bb
> @@ -2,7 +2,7 @@ LICENSE = "MIT"
>
> PV = "${DISTRO_VERSION}"
> PR = "r2"
> -PE = "1"
> +PE = "2"
>
> PACKAGES = "${PN}"
> PACKAGE_ARCH = "${MACHINE_ARCH}"
ACK
/marco
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [STABLE][PATCH] Angstrom 2009.X: set version to 'stable'
2009-06-02 13:05 ` Marco Cavallini
@ 2009-06-02 13:24 ` Philip Balister
2009-06-02 13:25 ` Koen Kooi
1 sibling, 0 replies; 4+ messages in thread
From: Philip Balister @ 2009-06-02 13:24 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1644 bytes --]
Marco Cavallini wrote:
> Koen Kooi ha scritto:
>> From: Koen Kooi <koen@openembedded.org>
>>
>> Signed-off-by: Koen Kooi <koen@openembedded.org>
>> ---
>> conf/distro/angstrom-2008.1.conf | 2 +-
>> recipes/angstrom/angstrom-version.bb | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
>> index 5c7d0c4..203e01d 100644
>> --- a/conf/distro/angstrom-2008.1.conf
>> +++ b/conf/distro/angstrom-2008.1.conf
>> @@ -16,7 +16,7 @@
>> # org.openembedded.angstrom-2007.12-stable branch
>>
>> #DISTRO_VERSION = "2009.X"
>> -DISTRO_VERSION = "2009.X-test-${DATE}"
>> +DISTRO_VERSION = "2009.X-stable"
>> DISTRO_REVISION = "1"
>> DISTRO_PR = ".1"
>>
>> diff --git a/recipes/angstrom/angstrom-version.bb b/recipes/angstrom/angstrom-version.bb
>> index 6f1043c..4902ae7 100644
>> --- a/recipes/angstrom/angstrom-version.bb
>> +++ b/recipes/angstrom/angstrom-version.bb
>> @@ -2,7 +2,7 @@ LICENSE = "MIT"
>>
>> PV = "${DISTRO_VERSION}"
>> PR = "r2"
>> -PE = "1"
>> +PE = "2"
>>
>> PACKAGES = "${PN}"
>> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> ACK
Acks need to be of the form:
Acked-by: Philip Balister <philip@balister.org>
This way patchwork catches, and we can track down people if the commit
creates problems later :)
And, yes, I am acking the patch.
>
> /marco
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [STABLE][PATCH] Angstrom 2009.X: set version to 'stable'
2009-06-02 13:05 ` Marco Cavallini
2009-06-02 13:24 ` Philip Balister
@ 2009-06-02 13:25 ` Koen Kooi
1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2009-06-02 13:25 UTC (permalink / raw)
To: openembedded-devel
On 02-06-09 15:05, Marco Cavallini wrote:
> Koen Kooi ha scritto:
>> From: Koen Kooi<koen@openembedded.org>
>>
>> Signed-off-by: Koen Kooi<koen@openembedded.org>
>> ---
>> conf/distro/angstrom-2008.1.conf | 2 +-
>> recipes/angstrom/angstrom-version.bb | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
>> index 5c7d0c4..203e01d 100644
>> --- a/conf/distro/angstrom-2008.1.conf
>> +++ b/conf/distro/angstrom-2008.1.conf
>> @@ -16,7 +16,7 @@
>> # org.openembedded.angstrom-2007.12-stable branch
>>
>> #DISTRO_VERSION = "2009.X"
>> -DISTRO_VERSION = "2009.X-test-${DATE}"
>> +DISTRO_VERSION = "2009.X-stable"
>> DISTRO_REVISION = "1"
>> DISTRO_PR = ".1"
>>
>> diff --git a/recipes/angstrom/angstrom-version.bb b/recipes/angstrom/angstrom-version.bb
>> index 6f1043c..4902ae7 100644
>> --- a/recipes/angstrom/angstrom-version.bb
>> +++ b/recipes/angstrom/angstrom-version.bb
>> @@ -2,7 +2,7 @@ LICENSE = "MIT"
>>
>> PV = "${DISTRO_VERSION}"
>> PR = "r2"
>> -PE = "1"
>> +PE = "2"
>>
>> PACKAGES = "${PN}"
>> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> ACK
The format is:
Acked-by: Firstname Lastname <email@address.net>
Which means I'll now have a bogus Ack showing up in patchwork ;)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-02 13:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 12:51 [STABLE][PATCH] Angstrom 2009.X: set version to 'stable' Koen Kooi
2009-06-02 13:05 ` Marco Cavallini
2009-06-02 13:24 ` Philip Balister
2009-06-02 13:25 ` Koen Kooi
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.