gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32889 - eclectic/gplmt/contrib/tasklists
Date: Thu, 3 Apr 2014 15:07:51 +0200

Author: harsha
Date: 2014-04-03 15:07:51 +0200 (Thu, 03 Apr 2014)
New Revision: 32889

Added:
   eclectic/gplmt/contrib/tasklists/gnunet_nse_histograms.xml
Log:
- tasklists: configure GNUnet to produce NSE histograms.


Added: eclectic/gplmt/contrib/tasklists/gnunet_nse_histograms.xml
===================================================================
--- eclectic/gplmt/contrib/tasklists/gnunet_nse_histograms.xml                  
        (rev 0)
+++ eclectic/gplmt/contrib/tasklists/gnunet_nse_histograms.xml  2014-04-03 
13:07:51 UTC (rev 32889)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+<tasklist
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:noNamespaceSchemaLocation="../tasklist_schema.xsd"
+    name="Configure NSE histograms">
+  <options/>
+    <sequence name="" enabled="true">
+    <run name="Download GNUnet" id="1" enabled="true">
+      <command>svn checkout</command>
+      <arguments>https://gnunet.org/svn/gnunet</arguments>
+      <timeout>0</timeout>
+      <expected_return_code>0</expected_return_code>
+      <expected_output></expected_output>
+      <stop_on_fail>true</stop_on_fail>
+    </run>
+    <run name="Bootstrap GNUnet" id="2" enabled="true">
+      <command>cd gnunet; libtoolize; ./bootstrap</command>
+      <arguments></arguments>
+      <timeout>0</timeout>
+      <expected_return_code>0</expected_return_code>
+      <expected_output></expected_output>
+      <stop_on_fail>true</stop_on_fail>
+    </run>
+    <run name="Configure GNUnet" id="3" enabled="true">
+      <command>cd gnunet; ./configure</command>
+      <arguments>
+        --with-extractor=/usr/local --with-gcrypt=/usr/local
+        --with-mysql=/usr/lib/mysql --enable-logging=verbose
+        --enable-nse-histograms=yes --disable-autostart
+      </arguments>
+      <timeout>0</timeout>
+      <expected_return_code>0</expected_return_code>
+      <expected_output></expected_output>
+      <stop_on_fail>true</stop_on_fail>
+    </run>
+    <run name="Install GNUnet" id="4" enabled="true">
+      <command>cd gnunet; sudo -S make install</command>
+      <arguments></arguments>
+      <timeout>0</timeout>
+      <expected_return_code>0</expected_return_code>
+      <expected_output></expected_output>
+      <stop_on_fail>true</stop_on_fail>
+    </run>
+  </sequence>
+</tasklist>
\ No newline at end of file




reply via email to

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