]> git.donarmstrong.com Git - neurodebian.git/commitdiff
ENH: Datasets -> Datasets (data) -- to be inline with others and hint on the suite...
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 11 Feb 2011 13:28:13 +0000 (08:28 -0500)
committerNeuroDebian Wizard <neurodebian@pymvpa.org>
Fri, 11 Feb 2011 13:28:13 +0000 (08:28 -0500)
neurodebian.cfg
neurodebian/dde.py

index 891d0079f45693aa76e2fe402cb1cdb9ce011ee7..6330bfe8465a2d54a20349a67c7221dc85a987ed 100644 (file)
@@ -76,7 +76,7 @@ releases =
 [release codenames]
 # the 'data' entry should not be changed, as this exact setting also serves as
 # a test condition in the DDE code
-data = Datasets
+data = Datasets (data)
 etch = Debian GNU/Linux 4.0 (etch)
 lenny = Debian GNU/Linux 5.0 (lenny)
 squeeze = Debian GNU/Linux 6.0 (squeeze)
index 86aafcdcc5139af69f2136fc3ed2a551183489ad..aac6a64cea86e96bbc8f039a5a2b2a5b91f67de1 100755 (executable)
@@ -675,7 +675,7 @@ def write_pkgpages(jinja_env, cfg, db, outdir, addenum_dir, extracts_dir):
     # this is a fragile test
     toc.write(toc_template.render(
         pkgs=[k for k in db.keys()
-                if not ('Datasets', 'neurodebian-data') in db[k]]))
+                if not ('Datasets (data)', 'neurodebian-data') in db[k]]))
     toc.close()
     # and now only for dataset packages
     toc_template = jinja_env.get_template('datasets_toc.rst')
@@ -683,7 +683,7 @@ def write_pkgpages(jinja_env, cfg, db, outdir, addenum_dir, extracts_dir):
     # this is a fragile test
     toc.write(toc_template.render(
         pkgs=[k for k in db.keys()
-                if ('Datasets', 'neurodebian-data') in db[k]]))
+                if ('Datasets (data)', 'neurodebian-data') in db[k]]))
     toc.close()