[pkg-bioc] svn commit r356 r356 - /trunk/tools-ng/r_pkg_update.pl

smoe-guest at users.alioth.debian.org smoe-guest at users.alioth.debian.org
Mon Nov 12 19:00:58 UTC 2007


Author: smoe-guest
Date: Mon Nov 12 19:00:58 2007
New Revision: 356

URL: http://svn.debian.org/wsvn/pkg-bioc/?sc=1&rev=356
Log:
Updated for bioc-2.1

Modified:
    trunk/tools-ng/r_pkg_update.pl

Modified: trunk/tools-ng/r_pkg_update.pl
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/r_pkg_update.pl?rev=356&op=diff
==============================================================================
--- trunk/tools-ng/r_pkg_update.pl (original)
+++ trunk/tools-ng/r_pkg_update.pl Mon Nov 12 19:00:58 2007
@@ -462,6 +462,18 @@ sub updaterepository($) {
             );
         }
     }
+    elsif ( "bioc-2.1" eq $repository ) {
+        if ( !$dryrun ) {
+            print "Updating $repository\n" if $verbose;
+            &R_update(
+                "../$repository/sources",
+                "http://bioconductor.org/packages/2.1",
+                [ "bioc", "data/annotation", "data/experiment", "extra" ],
+                "src/contrib",
+                $superdebug
+            );
+        }
+    }
     else {
         die "Unknown repository: $repository\n";
     }




More information about the pkg-bioc-devel mailing list