I observe two errors when running the travis scripts: - prepare.sh: environmental variables are not passed to 'sudo', such that the apt-get commands time out due to lack of a specified proxy server env var (which is specified for my user, but not root); - build.sh: two string comparisons fail
I've proposed some minor changes to resolve these issues, but haven't been able to build sparse on Fedora 20, possibly due to the lack of a corresponging gcc-multilib package on this distro. Hence, I've been unable to validate my changes. I'm curious as to whether anyone else has observed these issues, and if so, if they'd be willing to assist by validating this patch? Thanks in advance. Mark Kavanagh (1): travis: fix errors .travis/build.sh | 4 ++-- .travis/prepare.sh | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) -- 1.9.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev