wibble
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 31 Jul 2006 18:18:12 +0000 (18:18 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 31 Jul 2006 18:18:12 +0000 (18:18 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@751 839d8a87-29fc-0310-9880-83ba4fa771e5

bin/devel/modules_status [deleted file]
bin/lists.create_promo.php

diff --git a/bin/devel/modules_status b/bin/devel/modules_status
deleted file mode 100755 (executable)
index 3cc1132..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/zsh
-
-chdir ${1:-.}
-
-dirs=(bin configs htdocs hooks include plugins scripts templates)
-opts=(-type f -not -path '*.svn*')
-
-diff -u <(cat install.d/**/files|sort) <(find $dirs $opts|sort) \
-    | grep '^[-+][a-z]' | sed -e 's,^+,Orphaned: ,;s,^-,Missing : ,'
index f7bc204..9fc4039 100755 (executable)
@@ -18,7 +18,7 @@ $promo = intval($opt['p']);
 $owner = $opt['o'];
 
 $req = new ListeReq(0, "promo$promo", "Liste de la promotion $promo",
-               1 /*private*/, 2 /*moderate*/, 0 /*free subscription*/,
-               array($owner), array());
+                    1 /*private*/, 2 /*moderate*/, 0 /*free subscription*/,
+                    array($owner), array());
 $req->submit();
 ?>