gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30467 - eclectic/gplmt/contrib/tasklists


From: gnunet
Subject: [GNUnet-SVN] r30467 - eclectic/gplmt/contrib/tasklists
Date: Wed, 30 Oct 2013 10:09:26 +0100

Author: wachs
Date: 2013-10-30 10:09:26 +0100 (Wed, 30 Oct 2013)
New Revision: 30467

Added:
   eclectic/gplmt/contrib/tasklists/install_gnurl.xml
Log:
tasklist to install gnurl


Added: eclectic/gplmt/contrib/tasklists/install_gnurl.xml
===================================================================
--- eclectic/gplmt/contrib/tasklists/install_gnurl.xml                          
(rev 0)
+++ eclectic/gplmt/contrib/tasklists/install_gnurl.xml  2013-10-30 09:09:26 UTC 
(rev 30467)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tasklist name="Install gnurl" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="../tasklist_schema.xsd">
+       
+<run id="0" name="check peer">
+       <command>sudo date</command> 
+       <arguments></arguments> 
+       <timeout>10</timeout>
+       <expected_return_code>0</expected_return_code>
+       <expected_output>2013</expected_output>
+       <stop_on_fail>true</stop_on_fail>
+</run> 
+
+
+<run id="1" name="Download gnurl" enabled="false">
+          <command>wget</command> 
+          
<arguments>https://gnunet.org/sites/default/files/gnurl-7.33.0.tar_0.bz2</arguments>
 
+          <timeout>30</timeout> 
+          <expected_return_code>0</expected_return_code>
+          <expected_output></expected_output>
+          <stop_on_fail>true</stop_on_fail>
+</run>
+<run id="2" name="Unpack">
+          <command>tar xf</command> 
+          <arguments>gnurl-7.33.0.tar_0.bz2</arguments> 
+          <timeout>30</timeout> 
+          <expected_return_code>0</expected_return_code>
+          <expected_output></expected_output>
+          <stop_on_fail>true</stop_on_fail>
+</run>
+<run id="3" name="Configure">
+          <command>cd gnurl-7.33.0; ./configure </command> 
+          <arguments>--prefix=/usr --enable-ipv6 --with-gnutls 
--without-libssh2 --without-libmetalink --without-winidn --without-librtmp 
--without-nghttp2 --without-nss --without-cyassl --without-polarssl 
--without-ssl --without-winssl --without-darwinssl --disable-sspi 
--disable-ntlm-wb --disable-ldap --disable-rtsp --disable-dict --disable-telnet 
--disable-tftp --disable-pop3 --disable-imap --disable-smtp --disable-gopher 
--disable-file --disable-ftp</arguments> 
+          <timeout>90</timeout> 
+          <expected_return_code>0</expected_return_code>
+          <expected_output></expected_output>
+          <stop_on_fail>true</stop_on_fail>
+</run>
+<run id="4" name="Install">
+          <command>cd gnurl-7.33.0; make install </command> 
+          <arguments></arguments> 
+          <timeout>120</timeout> 
+          <expected_return_code>0</expected_return_code>
+          <expected_output></expected_output>
+          <stop_on_fail></stop_on_fail>
+</run>
+       
+</tasklist>




reply via email to

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