[pkg-kolab] r1400 - pkg-kolab_testsuite

Mathieu Parent sathieu at alioth.debian.org
Sun Nov 15 22:11:08 UTC 2009


Author: sathieu
Date: 2009-11-15 22:11:08 +0000 (Sun, 15 Nov 2009)
New Revision: 1400

Modified:
   pkg-kolab_testsuite/testsuite
Log:
- install phpunit
- more quiet
- action install should be redoable


Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite	2009-11-15 21:31:40 UTC (rev 1399)
+++ pkg-kolab_testsuite/testsuite	2009-11-15 22:11:08 UTC (rev 1400)
@@ -396,14 +396,14 @@
 $hosts
 EOF'");
     #package repository
-    system("ssh -i '".$config{'storagepooldir'}."/key' root\@$domip 'cat <<EOF >> /etc/apt/sources.list
+    system("ssh -i '".$config{'storagepooldir'}."/key' root\@$domip 'cat <<EOF > /etc/apt/sources.list.d/kolab.list
 #kolab
 deb http://pkg-kolab.alioth.debian.org/packages kolab-snapshots/
+deb http://pkg-kolab.alioth.debian.org/packages UNRELEASED/
 EOF'");
-    system("ssh -i '".$config{'storagepooldir'}."/key' root\@$domip 'apt-get update'");
-    print "Nothing to do yet\n";
-    # follow https://wiki.kolab.org/index.php/Debian_-_Administrators_-_Kolab_Installation
-    #apt-get install phpunit
+    system("ssh -i '".$config{'storagepooldir'}."/key' root\@$domip 'apt-get -qq update'");
+    print "TODO: follow https://wiki.kolab.org/index.php/Debian_-_Administrators_-_Kolab_Installation\n";
+    system("ssh -i '".$config{'storagepooldir'}."/key' root\@$domip 'apt-get -qy install phpunit'");
 }
 
 #-------------------------------------------------------




More information about the pkg-kolab-devel mailing list