[meego-commits] 23741: Changes to Trunk:Testing/openvpn
Carsten V. Munk
no_reply at build.meego.com
Tue Aug 30 05:06:25 UTC 2011
Hi,
I have made the following changes to openvpn in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Carsten V. Munk
[This message was auto-generated]
---
Request #23741:
submit: home:cvm:branches:Trunk:Testing/openvpn(r2)(cleanup) -> Trunk:Testing/openvpn
Message:
Disable tests on ARM, it tries endlessly to connect up things with failure. See build log in Trunk:Testing and you'll see the immediate need. Please accept ASAP, as it blocks repository publishing
State: new 2011-08-29T22:01:07 cvm
Comment: None
changes files:
--------------
--- openvpn.changes
+++ openvpn.changes
@@ -0,0 +1,4 @@
+* Tue Aug 30 2011 Carsten Munk <carsten at maemo.org> - 2.2.0
+- Disable checks on ARM, it endlessly tries to connect locally and stalls the build
+ process completely.
+
spec files:
-----------
--- openvpn.spec
+++ openvpn.spec
@@ -100,6 +100,7 @@
./openvpn --genkey --secret key
./openvpn --test-crypto --secret key
+%ifnarch %{arm}
# Randomize ports for tests to avoid conflicts on the build servers.
cport=$[ 50000 + ($RANDOM % 15534) ]
sport=$[ $cport + 1 ]
@@ -121,6 +122,7 @@
rm -f %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u})-loopback-client \
%{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u})-loopback-server
+%endif
# << check
%pre
other changes:
--------------
More information about the MeeGo-commits
mailing list