All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Remove use of PRINC
@ 2014-06-30 21:48 Armin Kuster
  2014-06-30 21:48 ` [PATCH 1/7] [meta-openstack] apache2: Remove PRINC reference Armin Kuster
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

PR .= instead of PRINC


Armin Kuster (7):
  [meta-openstack] apache2: Remove PRINC reference
  [meta-openstack] iptables: remove PRINC reference
  [meta-openstack] lighttpd: remove PRINC reference
  [meta-openstack] postgressql: remove PRINC reference
  [meta-openstack] linux-yocto_3.10: remove PRINC reference
  [meta-openstack] linux-yocto_3.14: remove PRINC reference
  [meta-openstack] linux-yocto_3.4: remove PRINC reference

 meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend      | 2 +-
 meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend   | 2 +-
 meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend   | 2 +-
 meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend       | 3 ++-
 meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend       | 2 +-
 meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend        | 2 +-
 meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 +-
 7 files changed, 8 insertions(+), 7 deletions(-)

-- 
1.9.1



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

* [PATCH 1/7] [meta-openstack] apache2: Remove PRINC reference
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
@ 2014-06-30 21:48 ` Armin Kuster
  2014-06-30 21:48 ` [PATCH 2/7] [meta-openstack] iptables: remove " Armin Kuster
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend b/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend
index 7aca867..1755e13 100644
--- a/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend
+++ b/meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend
@@ -1,4 +1,4 @@
-INC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 do_install_append() {
     sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf
-- 
1.9.1



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

* [PATCH 2/7] [meta-openstack] iptables: remove PRINC reference
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
  2014-06-30 21:48 ` [PATCH 1/7] [meta-openstack] apache2: Remove PRINC reference Armin Kuster
@ 2014-06-30 21:48 ` Armin Kuster
  2014-06-30 21:48 ` [PATCH 3/7] [meta-openstack] lighttpd: " Armin Kuster
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend b/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend
index 7b4d5df..24495fb 100644
--- a/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend
+++ b/meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend
@@ -1,4 +1,4 @@
-INC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \
                       kernel-module-xt-redirect \
-- 
1.9.1



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

* [PATCH 3/7] [meta-openstack] lighttpd: remove PRINC reference
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
  2014-06-30 21:48 ` [PATCH 1/7] [meta-openstack] apache2: Remove PRINC reference Armin Kuster
  2014-06-30 21:48 ` [PATCH 2/7] [meta-openstack] iptables: remove " Armin Kuster
@ 2014-06-30 21:48 ` Armin Kuster
  2014-06-30 21:48 ` [PATCH 4/7] [meta-openstack] postgressql: " Armin Kuster
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
index 50fab9f..90f1758 100644
--- a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
+++ b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
@@ -1,4 +1,4 @@
-INC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 do_install_append() {
 	sed -i '2i port=`grep "^server.port" /etc/lighttpd.conf`; if [ -z $port ]; then echo "server port not configured, not running lighttpd..."; exit 0; fi' ${D}/etc/init.d/lighttpd
-- 
1.9.1



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

* [PATCH 4/7] [meta-openstack] postgressql: remove PRINC reference
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
                   ` (2 preceding siblings ...)
  2014-06-30 21:48 ` [PATCH 3/7] [meta-openstack] lighttpd: " Armin Kuster
@ 2014-06-30 21:48 ` Armin Kuster
  2014-06-30 21:48 ` [PATCH 5/7] [meta-openstack] linux-yocto_3.10: " Armin Kuster
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
index d2dbd91..027ff9d 100644
--- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
+++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 SRC_URI += "file://postgresql \
             file://postgresql-init"
-- 
1.9.1



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

* [PATCH 5/7] [meta-openstack] linux-yocto_3.10: remove PRINC reference
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
                   ` (3 preceding siblings ...)
  2014-06-30 21:48 ` [PATCH 4/7] [meta-openstack] postgressql: " Armin Kuster
@ 2014-06-30 21:48 ` Armin Kuster
  2014-06-30 21:48 ` [PATCH 6/7] [meta-openstack] linux-yocto_3.14: " Armin Kuster
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 2d7c60f..98e4d9c 100644
--- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
+
+PR .= ".1"
 
 SRC_URI += "file://iscsi-tcp.scc \
 	file://enable-iscsi-tcp.cfg \
-- 
1.9.1



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

* [PATCH 6/7] [meta-openstack] linux-yocto_3.14: remove PRINC reference
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
                   ` (4 preceding siblings ...)
  2014-06-30 21:48 ` [PATCH 5/7] [meta-openstack] linux-yocto_3.10: " Armin Kuster
@ 2014-06-30 21:48 ` Armin Kuster
  2014-06-30 21:48 ` [PATCH 7/7] [meta-openstack] linux-yocto_3.4: " Armin Kuster
  2014-07-01  4:39 ` [PATCH 0/7] Remove use of PRINC Bruce Ashfield
  7 siblings, 0 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend
index d243d6a..5652441 100644
--- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 SRC_URI += "file://enable-veth.cfg \
             file://enable-iscsi-tcp.cfg \
-- 
1.9.1



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

* [PATCH 7/7] [meta-openstack] linux-yocto_3.4: remove PRINC reference
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
                   ` (5 preceding siblings ...)
  2014-06-30 21:48 ` [PATCH 6/7] [meta-openstack] linux-yocto_3.14: " Armin Kuster
@ 2014-06-30 21:48 ` Armin Kuster
  2014-07-01  4:39 ` [PATCH 0/7] Remove use of PRINC Bruce Ashfield
  7 siblings, 0 replies; 12+ messages in thread
From: Armin Kuster @ 2014-06-30 21:48 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield

replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 6df4c0f..0453786 100644
--- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 SRC_URI += "file://iptables-nat.scc \
 	file://enable-veth.cfg \
-- 
1.9.1



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

* Re: [PATCH 0/7] Remove use of PRINC
  2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
                   ` (6 preceding siblings ...)
  2014-06-30 21:48 ` [PATCH 7/7] [meta-openstack] linux-yocto_3.4: " Armin Kuster
@ 2014-07-01  4:39 ` Bruce Ashfield
  2014-07-01 21:14   ` akuster
  2014-07-25 19:43   ` akuster808
  7 siblings, 2 replies; 12+ messages in thread
From: Bruce Ashfield @ 2014-07-01  4:39 UTC (permalink / raw)
  To: Armin Kuster; +Cc: meta-virtualization

On Mon, Jun 30, 2014 at 5:48 PM, Armin Kuster <akuster@mvista.com> wrote:
> PR .= instead of PRINC
>

I have a similar series staged locally, but since I'm out of the
office, I haven't
pushed them yet.

I staged these on top of that pending work, and if no one objects, I'll push
everything at the same time.

Bruce

>
> Armin Kuster (7):
>   [meta-openstack] apache2: Remove PRINC reference
>   [meta-openstack] iptables: remove PRINC reference
>   [meta-openstack] lighttpd: remove PRINC reference
>   [meta-openstack] postgressql: remove PRINC reference
>   [meta-openstack] linux-yocto_3.10: remove PRINC reference
>   [meta-openstack] linux-yocto_3.14: remove PRINC reference
>   [meta-openstack] linux-yocto_3.4: remove PRINC reference
>
>  meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend      | 2 +-
>  meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend   | 2 +-
>  meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend   | 2 +-
>  meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend       | 3 ++-
>  meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend       | 2 +-
>  meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend        | 2 +-
>  meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 +-
>  7 files changed, 8 insertions(+), 7 deletions(-)
>
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH 0/7] Remove use of PRINC
  2014-07-01  4:39 ` [PATCH 0/7] Remove use of PRINC Bruce Ashfield
@ 2014-07-01 21:14   ` akuster
  2014-07-25 19:43   ` akuster808
  1 sibling, 0 replies; 12+ messages in thread
From: akuster @ 2014-07-01 21:14 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

Bruce,

works for me.

Have a good time off.

- Armin

On 06/30/2014 09:39 PM, Bruce Ashfield wrote:
> On Mon, Jun 30, 2014 at 5:48 PM, Armin Kuster <akuster@mvista.com> wrote:
>> PR .= instead of PRINC
>>
> I have a similar series staged locally, but since I'm out of the
> office, I haven't
> pushed them yet.
>
> I staged these on top of that pending work, and if no one objects, I'll push
> everything at the same time.
>
> Bruce
>
>> Armin Kuster (7):
>>    [meta-openstack] apache2: Remove PRINC reference
>>    [meta-openstack] iptables: remove PRINC reference
>>    [meta-openstack] lighttpd: remove PRINC reference
>>    [meta-openstack] postgressql: remove PRINC reference
>>    [meta-openstack] linux-yocto_3.10: remove PRINC reference
>>    [meta-openstack] linux-yocto_3.14: remove PRINC reference
>>    [meta-openstack] linux-yocto_3.4: remove PRINC reference
>>
>>   meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend      | 2 +-
>>   meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend   | 2 +-
>>   meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend   | 2 +-
>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend       | 3 ++-
>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend       | 2 +-
>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend        | 2 +-
>>   meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 +-
>>   7 files changed, 8 insertions(+), 7 deletions(-)
>>
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
>



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

* Re: [PATCH 0/7] Remove use of PRINC
  2014-07-01  4:39 ` [PATCH 0/7] Remove use of PRINC Bruce Ashfield
  2014-07-01 21:14   ` akuster
@ 2014-07-25 19:43   ` akuster808
  2014-07-27  2:43     ` Bruce Ashfield
  1 sibling, 1 reply; 12+ messages in thread
From: akuster808 @ 2014-07-25 19:43 UTC (permalink / raw)
  To: Bruce Ashfield, Armin Kuster; +Cc: meta-virtualization

Bruce,

Where there any objections?

- Armi

On 06/30/2014 09:39 PM, Bruce Ashfield wrote:
> On Mon, Jun 30, 2014 at 5:48 PM, Armin Kuster <akuster@mvista.com> wrote:
>> PR .= instead of PRINC
>>
>
> I have a similar series staged locally, but since I'm out of the
> office, I haven't
> pushed them yet.
>
> I staged these on top of that pending work, and if no one objects, I'll push
> everything at the same time.
>
> Bruce
>
>>
>> Armin Kuster (7):
>>    [meta-openstack] apache2: Remove PRINC reference
>>    [meta-openstack] iptables: remove PRINC reference
>>    [meta-openstack] lighttpd: remove PRINC reference
>>    [meta-openstack] postgressql: remove PRINC reference
>>    [meta-openstack] linux-yocto_3.10: remove PRINC reference
>>    [meta-openstack] linux-yocto_3.14: remove PRINC reference
>>    [meta-openstack] linux-yocto_3.4: remove PRINC reference
>>
>>   meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend      | 2 +-
>>   meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend   | 2 +-
>>   meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend   | 2 +-
>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend       | 3 ++-
>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend       | 2 +-
>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend        | 2 +-
>>   meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2 +-
>>   7 files changed, 8 insertions(+), 7 deletions(-)
>>
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
>
>


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

* Re: [PATCH 0/7] Remove use of PRINC
  2014-07-25 19:43   ` akuster808
@ 2014-07-27  2:43     ` Bruce Ashfield
  0 siblings, 0 replies; 12+ messages in thread
From: Bruce Ashfield @ 2014-07-27  2:43 UTC (permalink / raw)
  To: akuster808; +Cc: meta-virtualization

On Fri, Jul 25, 2014 at 3:42 PM, akuster808 <akuster808@gmail.com> wrote:
> Bruce,
>
> Where there any objections?

No objections. I'm simply busy getting OpenStack Icehouse and Juno working
to my satisfaction, and then I'm pushing a whole series of updates.

Bruce

>
> - Armi
>
>
> On 06/30/2014 09:39 PM, Bruce Ashfield wrote:
>>
>> On Mon, Jun 30, 2014 at 5:48 PM, Armin Kuster <akuster@mvista.com> wrote:
>>>
>>> PR .= instead of PRINC
>>>
>>
>> I have a similar series staged locally, but since I'm out of the
>> office, I haven't
>> pushed them yet.
>>
>> I staged these on top of that pending work, and if no one objects, I'll
>> push
>> everything at the same time.
>>
>> Bruce
>>
>>>
>>> Armin Kuster (7):
>>>    [meta-openstack] apache2: Remove PRINC reference
>>>    [meta-openstack] iptables: remove PRINC reference
>>>    [meta-openstack] lighttpd: remove PRINC reference
>>>    [meta-openstack] postgressql: remove PRINC reference
>>>    [meta-openstack] linux-yocto_3.10: remove PRINC reference
>>>    [meta-openstack] linux-yocto_3.14: remove PRINC reference
>>>    [meta-openstack] linux-yocto_3.4: remove PRINC reference
>>>
>>>   meta-openstack/recipes-extended/apache2/apache2_2.4.9.bbappend      | 2
>>> +-
>>>   meta-openstack/recipes-extended/iptables/iptables_1.4.21.bbappend   | 2
>>> +-
>>>   meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend   | 2
>>> +-
>>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.10.bbappend       | 3
>>> ++-
>>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend       | 2
>>> +-
>>>   meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend        | 2
>>> +-
>>>   meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 2
>>> +-
>>>   7 files changed, 8 insertions(+), 7 deletions(-)
>>>
>>> --
>>> 1.9.1
>>>
>>> --
>>> _______________________________________________
>>> meta-virtualization mailing list
>>> meta-virtualization@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>
>>
>>
>>
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

end of thread, other threads:[~2014-07-27  2:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 21:48 [PATCH 0/7] Remove use of PRINC Armin Kuster
2014-06-30 21:48 ` [PATCH 1/7] [meta-openstack] apache2: Remove PRINC reference Armin Kuster
2014-06-30 21:48 ` [PATCH 2/7] [meta-openstack] iptables: remove " Armin Kuster
2014-06-30 21:48 ` [PATCH 3/7] [meta-openstack] lighttpd: " Armin Kuster
2014-06-30 21:48 ` [PATCH 4/7] [meta-openstack] postgressql: " Armin Kuster
2014-06-30 21:48 ` [PATCH 5/7] [meta-openstack] linux-yocto_3.10: " Armin Kuster
2014-06-30 21:48 ` [PATCH 6/7] [meta-openstack] linux-yocto_3.14: " Armin Kuster
2014-06-30 21:48 ` [PATCH 7/7] [meta-openstack] linux-yocto_3.4: " Armin Kuster
2014-07-01  4:39 ` [PATCH 0/7] Remove use of PRINC Bruce Ashfield
2014-07-01 21:14   ` akuster
2014-07-25 19:43   ` akuster808
2014-07-27  2:43     ` Bruce Ashfield

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.