gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 25/264: ci/tests: install impacket for SMB tests on FreeBSD usin


From: gnunet
Subject: [gnurl] 25/264: ci/tests: install impacket for SMB tests on FreeBSD using CirrusCI
Date: Thu, 30 Apr 2020 16:05:28 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 49fbe01908017b97c567937d44684ed8b7ce41d5
Author: Marc Hoersken <address@hidden>
AuthorDate: Sun Mar 15 13:38:41 2020 +0100

    ci/tests: install impacket for SMB tests on FreeBSD using CirrusCI
    
    Also force the package index/cache to be updated before installing.
    
    Closes #5103
---
 .cirrus.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 5bf6b35a4..734c5a8c9 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,7 +16,8 @@ task:
     MAKE_FLAGS: -j 2
 
   pkginstall_script:
-    - pkg install -y autoconf automake libtool pkgconf brotli openldap-client 
heimdal libpsl libmetalink libssh2 openssh-portable libidn2 librtmp libnghttp2 
nghttp2 stunnel
+    - pkg update -f
+    - pkg install -y autoconf automake libtool pkgconf brotli openldap-client 
heimdal libpsl libmetalink libssh2 openssh-portable libidn2 librtmp libnghttp2 
nghttp2 stunnel py27-impacket
     - pkg delete -y curl
   configure_script:
     - ./buildconf

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]