gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22862 - gnunet-planetlab/gplmt/contrib


From: gnunet
Subject: [GNUnet-SVN] r22862 - gnunet-planetlab/gplmt/contrib
Date: Tue, 24 Jul 2012 10:13:00 +0200

Author: wachs
Date: 2012-07-24 10:13:00 +0200 (Tue, 24 Jul 2012)
New Revision: 22862

Added:
   gnunet-planetlab/gplmt/contrib/gnunet-svn-cert
Modified:
   gnunet-planetlab/gplmt/contrib/deploy_gnunet_fc12.xml
Log:
- svn cert

Modified: gnunet-planetlab/gplmt/contrib/deploy_gnunet_fc12.xml
===================================================================
--- gnunet-planetlab/gplmt/contrib/deploy_gnunet_fc12.xml       2012-07-23 
23:13:39 UTC (rev 22861)
+++ gnunet-planetlab/gplmt/contrib/deploy_gnunet_fc12.xml       2012-07-24 
08:13:00 UTC (rev 22862)
@@ -12,7 +12,7 @@
        </run> 
 
 
-       <sequence enabled="false">
+       <sequence enabled="true">
        <!-- Install dependencies -->
        <run id="1" name="Install dependencies with yum : gcc">
           <command>sudo yum -y -t --nogpgcheck install</command> 
@@ -128,7 +128,7 @@
     </run>     
        </sequence>
 
-       <sequence enabled="false">
+       <sequence enabled="true">
         <!-- Setup subversion -->
     <run id="1" name="Install dependencies with yum : subversion">
           <command>sudo yum -y -t --nogpgcheck install</command> 
@@ -142,12 +142,12 @@
        
        <sequence enabled="true">
         <!-- Install depencies from source -->
-     <sequence enabled="false">
+     <sequence enabled="true">
      <!-- Install libtool -->
       <run id="1" name="Download libtool">
             <command>mkdir libtool; cd libtool; wget </command> 
             
<arguments>http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -155,7 +155,7 @@
       <run id="1" name="Unpack libtool">
             <command>cd libtool; tar xfvz </command> 
             <arguments>libtool-2.4.2.tar.gz</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -163,7 +163,7 @@
       <run id="1" name="Configure libtool">
             <command>cd libtool/libtool-2.4.2; ./configure </command> 
             <arguments>--prefix=/usr/local </arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -171,19 +171,19 @@
       <run id="1" name="Install libtool">
             <command>cd libtool/libtool-2.4.2; sudo make install</command>
             <arguments> </arguments> 
-            <timeout>360</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
       </run>
     </sequence>      
 
-     <sequence enabled="false">
+     <sequence enabled="true">
      <!-- Install libcurl -->
       <run id="1" name="Download libcurl">
             <command>mkdir libcurl; cd libcurl; wget </command> 
             
<arguments>http://curl.haxx.se/download/curl-7.26.0.tar.gz</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -191,7 +191,7 @@
       <run id="1" name="Unpack libcurl">
             <command>cd libcurl; tar -xzvf</command> 
             <arguments>curl-7.26.0.tar.gz</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -199,7 +199,7 @@
       <run id="1" name="Configure libcurl">
             <command>cd libcurl/curl-7.26.0; ./configure </command> 
             <arguments> --with-gnutls</arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -207,18 +207,18 @@
       <run id="1" name="Install libcurl">
             <command>cd libcurl/curl-7.26.0; sudo make install</command>
             <arguments> </arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
       </run>
     </sequence>
-     <sequence enabled="false">
+     <sequence enabled="true">
      <!-- Install glpk -->
       <run id="1" name="Download glpk">
             <command>mkdir glpk; cd glpk; wget </command> 
             
<arguments>http://ftp.gnu.org/gnu/glpk/glpk-4.47.tar.gz</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -226,7 +226,7 @@
       <run id="1" name="Unpack glpk">
             <command>cd glpk; tar -xzvf</command> 
             <arguments>glpk-4.47.tar.gz</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -234,7 +234,7 @@
       <run id="1" name="Configure glpk">
             <command>cd glpk/glpk-4.47; ./configure </command> 
             <arguments> --with-gnutls</arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -242,7 +242,7 @@
       <run id="1" name="Install glpk">
             <command>cd glpk/glpk-4.47; sudo make install</command>
             <arguments> </arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -250,12 +250,12 @@
     </sequence>    
     </sequence>
     
-     <sequence enabled="false">
+     <sequence enabled="true">
      <!-- Install libextractor  -->
       <run id="1" name="Download libextractor">
             <command>mkdir libextractor; cd libextractor; wget </command> 
             
<arguments>ftp://ftp.gnu.org/gnu/libextractor/libextractor-0.6.3.tar.gz</arguments>
 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -263,7 +263,7 @@
       <run id="1" name="Unpack libextractor">
             <command>cd libextractor; tar -xzvf</command> 
             <arguments>libextractor-0.6.3.tar.gz</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -271,7 +271,7 @@
       <run id="1" name="Configure libextractor">
             <command>cd libextractor/libextractor-0.6.3; ./configure 
</command> 
             <arguments>--prefix=/usr/local </arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -279,7 +279,7 @@
       <run id="1" name="Install libextractor">
             <command>cd libextractor/libextractor-0.6.3; sudo make 
install</command>
             <arguments> </arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -287,12 +287,12 @@
     </sequence>
 
   <sequence enabled="false">
-     <!-- Install libextractor from svn -->
-     <!-- svn is broken atm -->
+  <!-- Install libextractor from svn -->
+  <!-- svn is broken atm -->
       <run id="1" name="Download Extractor" >
             <command>svn checkout</command> 
             <arguments> https://gnunet.org/svn/Extractor</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>false</stop_on_fail>
@@ -300,7 +300,7 @@
       <run id="1" name="Bootstrap Extractor" enabled="true">
             <command>cd Extractor; libtoolize; ./bootstrap</command> 
             <arguments></arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -308,7 +308,7 @@
       <run id="1" name="Configure Extractor" enabled="true">
             <command>cd Extractor; ./configure </command> 
             <arguments></arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -316,18 +316,18 @@
       <run id="1" name="Install Extractor">
             <command>cd Extractor; sudo make install</command>
             <arguments> </arguments> 
-            <timeout>480</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
       </run>
-    </sequence>
-  <sequence enabled="false">
+  </sequence>
+  <sequence enabled="true">
      <!-- Install libmicrohttpd from svn -->
       <run id="1" name="Download libmicrohttpd" enabled="true">
             <command>svn checkout</command> 
             <arguments> https://gnunet.org/svn/libmicrohttpd</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -335,7 +335,7 @@
       <run id="1" name="Bootstrap libmicrohttpd" enabled="true">
             <command>cd libmicrohttpd; libtoolize; ./bootstrap</command> 
             <arguments></arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -343,7 +343,7 @@
       <run id="1" name="Configure libmicrohttpd" enabled="true">
             <command>cd libmicrohttpd; ./configure </command> 
             <arguments>--with-gnutls=/usr --enable-messages 
--enable-curl</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -351,7 +351,7 @@
       <run id="1" name="Install libmicrohttpd">
             <command>cd libmicrohttpd; sudo make install</command>
             <arguments> </arguments> 
-            <timeout>480</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -360,26 +360,26 @@
        
        <sequence enabled="true">
      <!-- Install GNUnet from svn -->
-      <run id="1" name="Download GNUnet" enabled="false">
+      <run id="1" name="Download GNUnet">
             <command>svn checkout</command> 
             <arguments> https://gnunet.org/svn/gnunet</arguments> 
-            <timeout>120</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
       </run>
-      <run id="1" name="Bootstrap GNUnet" enabled="false">
+      <run id="1" name="Bootstrap GNUnet">
             <command>cd gnunet; libtoolize; ./bootstrap</command> 
             <arguments></arguments> 
-            <timeout>360</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
       </run>
-      <run id="1" name="Configure GNUnet" enabled="true">
+      <run id="1" name="Configure GNUnet">
             <command>cd gnunet; ./configure </command> 
             <arguments>--prefix=$HOME/gnbuild --with-extractor=/usr 
--with-mysql=/usr/lib/mysql --enable-logging=verbose</arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -387,7 +387,7 @@
       <run id="1" name="Install GNUnet">
             <command>cd gnunet; make install</command>
             <arguments> </arguments> 
-            <timeout>720</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -398,7 +398,7 @@
       <run id="1" name="Create GNUnet directory" enabled="true">
             <command>mkdir .gnunet; touch .gnunet/gnunet.conf</command> 
             <arguments></arguments> 
-            <timeout>20</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -406,7 +406,7 @@
       <run id="1" name="Set GNUNET_PREFIX" enabled="true">
             <command>echo -e "export GNUNET_PREFIX=$HOME/gnbuild \n" >> 
~/.bashrc</command> 
             <arguments></arguments> 
-            <timeout>20</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>
@@ -414,7 +414,7 @@
       <run id="1" name="Configure GNUnet" enabled="true">
             <command>echo -e "export PATH=$PATH:$GNUNET_PREFIX/bin \n" >> 
~/.bashrc</command> 
             <arguments></arguments> 
-            <timeout>20</timeout> 
+            <timeout>0</timeout> 
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
             <stop_on_fail>true</stop_on_fail>

Added: gnunet-planetlab/gplmt/contrib/gnunet-svn-cert
===================================================================
--- gnunet-planetlab/gplmt/contrib/gnunet-svn-cert                              
(rev 0)
+++ gnunet-planetlab/gplmt/contrib/gnunet-svn-cert      2012-07-24 08:13:00 UTC 
(rev 22862)
@@ -0,0 +1,13 @@
+K 10
+ascii_cert
+V 1848
+MIIFZjCCBE6gAwIBAgIED/fi8DANBgkqhkiG9w0BAQUFADBgMQswCQYDVQQGEwJERTEpMCcGA1UEChMgVGVjaG5pc2NoZSBVbml2ZXJzaXRhZXQgTXVlbmNoZW4xJjAkBgNVBAMTHVplcnRpZml6aWVydW5nc3N0ZWxsZSBkZXIgVFVNMB4XDTEwMDQyODE2NDIwOFoXDTEyMDYwMTA0MDAwMFowgbgxCzAJBgNVBAYTAkRFMQ8wDQYDVQQIEwZCYXllcm4xETAPBgNVBAcTCE11ZW5jaGVuMSkwJwYDVQQKEyBUZWNobmlzY2hlIFVuaXZlcnNpdGFldCBNdWVuY2hlbjEiMCAGA1UECxMZRmFrdWx0YWV0IGZ1ZXIgSW5mb3JtYXRpazETMBEGA1UEAxMKZ251bmV0Lm9yZzEhMB8GCSqGSIb3DQEJARYSZ3JvdGhvZmZAaW4udHVtLmRlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1zQW4P9PcTMj0Tlg4W0siAoAwUSAGAgfBy0rXUXr/xZBnfpVUlE0y0J8C7943DmtIs4EnrivbOvq1C/FZAH3Eow0jnky4qua28AKJ89pkYoLgA/zyBAgpDnf5ysx2Cw04NOHSqa3FH3EYgAYbXVaY97TU8AfKaKeAeIiP+9IQs4ZEmPJPWJP8lz+BmoVcAG53wuPPpVJAdRQuVHx+jRFwCRZ9vRNaS9fHHc256LAcUvGOagZvtzLS54H051Uza0pMWfo/aA8mhWGmQsWIxCbvmJchrduBAVr/D2x6bMFHwlLqbexzIc0ywjDoSkuXABKHxJJaq9XvbUTcSbgt7hN3wIDAQABo4IBzTCCAckwCQYDVR0TBAIwADALBgNVHQ8EBAMCBPAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwHQYDVR0OBBYEFGd+wJOkEGHurW2021+nq/z8JUgqMB8GA1UdIwQYMBaAF
 J2fI/AZG
 
37HI10nKsylNjqmaeWJMEwGA1UdEQRFMEOCDW5nLmdudW5ldC5vcmeCFnRyaXB3aXJlLm5ldC5pbi50dW0uZGWCDnd3dy5nbnVuZXQub3JnggpnbnVuZXQub3JnMHcGA1UdHwRwMG4wNaAzoDGGL2h0dHA6Ly9jZHAxLnBjYS5kZm4uZGUvdHVtLWNhL3B1Yi9jcmwvY2FjcmwuY3JsMDWgM6Axhi9odHRwOi8vY2RwMi5wY2EuZGZuLmRlL3R1bS1jYS9wdWIvY3JsL2NhY3JsLmNybDCBkgYIKwYBBQUHAQEEgYUwgYIwPwYIKwYBBQUHMAKGM2h0dHA6Ly9jZHAxLnBjYS5kZm4uZGUvdHVtLWNhL3B1Yi9jYWNlcnQvY2FjZXJ0LmNydDA/BggrBgEFBQcwAoYzaHR0cDovL2NkcDIucGNhLmRmbi5kZS90dW0tY2EvcHViL2NhY2VydC9jYWNlcnQuY3J0MA0GCSqGSIb3DQEBBQUAA4IBAQCPtZW/UA50dYU1dt7InAr1lsjxKEF4Re/x6Bu80yQWe3QDnR0fkf52VHUDyCEqegqJJVR6vJ1G+JUq6uyVS7+Z7SWBDgzi61rF9VrOebBeqblDtuh6BjMAC2osJiZYFF1+Fmz3A/PnpodcKa0kj/TAWeEjB8Sc3mE3pe2ZuMm319OkvNjvm48+vDE17u/UDaJWACu1Dm1WZzB7V4O2QVrXGJ15bISg8NOOLFjJRyePpVjO/09phj1YP8OMmWQuZUbAEp/8QVphfThCRRhP8UQZMdK5NQRbt6aOxVPnJtqiQl/xO0o8lxjNq+ZgSctzTNWm2dnfAcy9YIF9qqDKU2iu
+K 8
+failures
+V 1
+8
+K 15
+svn:realmstring
+V 22
+https://gnunet.org:443
+END




reply via email to

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