Am 31.10.2011 18:41, schrieb Gordon Sim:
Just wanted to draw attention to two JIRAs for which we have contributed patches waiting to be applied.

The first is QPID-3175[1], SSL support in Python client libraries, which adds the ability to do client authentication over SSL from the python client. This has been languishing for some time. A new patch was added in June in response to earlier comments, the original patch was contributed in March. It's a much needed addition to functionality.

The second one is QPID-3464[2], Fix QPID Build on Debian Squeeze. This is much more recent but it would obviously be greatly desirable to fix as many platform/build issues as possible for inclusion in the 0.14 release as this minimises frustration and aids adoption.

The issues are currently assigned to Rafi and Andrew (Stitcher) respectively. I fully understand that time is a limited resource. If you aren't going to be able to address these in time for 0.14 highlighting that early would at least give us as last opportunity to hunt around for another assignee in time for this release.

Anyone know of any others needing to be highlighted?

--Gordon.

[1] https://issues.apache.org/jira/browse/QPID-3175
[2] https://issues.apache.org/jira/browse/QPID-3464

The debian packaging issues are just cmake related. Jan-Marek is using cmake instead of autotools. The official debian packages don't use cmake in the moment.

Feedback: building 0.14alpha for debian worked fine, the tests succeeded.

I've to patch a couple of files to make the tests work in the moment: would it be possible to include QPID-3572[3] and QPID-3572[4] for the future release? They should not influence the "normal" builds.

Best,
Cajus

[3] https://issues.apache.org/jira/browse/QPID-3572
[4] https://issues.apache.org/jira/browse/QPID-3573
--- a/src/tests/ais_check
+++ b/src/tests/ais_check
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/allhosts
+++ b/src/tests/allhosts
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/cluster_python_tests
+++ b/src/tests/cluster_python_tests
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/cluster_read_credit
+++ b/src/tests/cluster_read_credit
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/clustered_replication_test
+++ b/src/tests/clustered_replication_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/dynamic_log_level_test
+++ b/src/tests/dynamic_log_level_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/fanout_perftest
+++ b/src/tests/fanout_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/federated_cluster_test
+++ b/src/tests/federated_cluster_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/federated_cluster_test_with_node_failure
+++ b/src/tests/federated_cluster_test_with_node_failure
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/multiq_perftest
+++ b/src/tests/multiq_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/qpid-build-rinstall
+++ b/src/tests/qpid-build-rinstall
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under onemake
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/qpid-cluster-benchmark
+++ b/src/tests/qpid-cluster-benchmark
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/qpid-src-rinstall
+++ b/src/tests/qpid-src-rinstall
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under onemake
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/qpid-test-cluster
+++ b/src/tests/qpid-test-cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/quick_perftest
+++ b/src/tests/quick_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/quick_topictest
+++ b/src/tests/quick_topictest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/quick_txtest
+++ b/src/tests/quick_txtest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/reliable_replication_test
+++ b/src/tests/reliable_replication_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/restart_cluster
+++ b/src/tests/restart_cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -24,13 +24,13 @@
 srcdir=`dirname $0`
 $srcdir/stop_cluster
 exec $srcdir/start_cluster "$@"
-#!/bin/sh
+#!/bin/bash
 # Re-start a cluster on the local host.
 
 srcdir=`dirname $0`
 $srcdir/stop_cluster
 exec $srcdir/start_cluster "$@"
-#!/bin/sh
+#!/bin/bash
 # Re-start a cluster on the local host.
 
 srcdir=`dirname $0`
--- a/src/tests/rsynchosts
+++ b/src/tests/rsynchosts
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under onemake
 # or more contributor license agreements.  See the NOTICE file
--- a/src/tests/run-unit-tests
+++ b/src/tests/run-unit-tests
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/run_failover_soak
+++ b/src/tests/run_failover_soak
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/run_perftest
+++ b/src/tests/run_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/run_queue_flow_limit_tests
+++ b/src/tests/run_queue_flow_limit_tests
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/shared_perftest
+++ b/src/tests/shared_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/start_broker
+++ b/src/tests/start_broker
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/start_cluster
+++ b/src/tests/start_cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/stop_broker
+++ b/src/tests/stop_broker
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/stop_cluster
+++ b/src/tests/stop_cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/test_watchdog
+++ b/src/tests/test_watchdog
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one
--- a/src/tests/topic_perftest
+++ b/src/tests/topic_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to