[tor-commits] [tlsdate/debian-master] Add Continuous Integration note; update supported platform details

ioerror at torproject.org ioerror at torproject.org
Wed Apr 17 02:21:41 UTC 2013


commit 5e5cedbba4b1779a71a35222dd7a1a6fc492bfda
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Tue Apr 16 19:19:37 2013 -0700

    Add Continuous Integration note; update supported platform details
---
 HACKING |    5 +++++
 INSTALL |   10 +++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/HACKING b/HACKING
index 09754a7..cb4564f 100644
--- a/HACKING
+++ b/HACKING
@@ -11,6 +11,11 @@ Please file bugs on the tlsdate issue tracker:
 
 Please use the github pull request feature when possible.
 
+Continuous integration is available for a number of platforms:
+
+  https://jenkins.torproject.org/job/tlsdate-ci-linux/
+  https://travis-ci.org/ioerror/tlsdate
+
 White Space:
 
   Spaces only, no tabs; all tabs must die
diff --git a/INSTALL b/INSTALL
index 78504e2..423ed93 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 tlsdate should build and work on the following Operating Systems:
 
-  Debian Gnu/Linux 6.0.7 (apt-get install tlsdate for Debian unstable)
-  Ubuntu 11.04, 12.04, 12.10
+  Debian Gnu/Linux squeeze, wheezy, sid
+  Ubuntu lucid, natty, oneiric, precise, quantal
   CentOS 6.2, 6.3, 6.4
   Fedora 17, 18
   RedHat Enterprise Server 6.4
@@ -28,7 +28,7 @@ Currently porting is in progress or partially documented for:
 
   Plan9 (with APE)
 
-Building and install of tlsdate on GNU/Linux and FreeBSD should be as easy as:
+Building and install of tlsdate on GNU/Linux and FreeBSD:
 
   ./autogen.sh
   ./configure
@@ -39,6 +39,10 @@ Cleaning is the usual:
 
   make clean
 
+On Debian Gnu/Linux sid/unstable
+
+  apt-get install tlsdate
+
 On FreeBSD one may also use the ports system:
 
   cd /usr/ports/sysutils/tlsdate





More information about the tor-commits mailing list