[Cdd-commits] r801 - cdd/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Thu Jun 5 15:55:57 UTC 2008


Author: tille
Date: Thu Jun  5 15:55:57 2008
New Revision: 801

Modified:
   cdd/trunk/webtools/cddtasktools.py
Log:
Added constants for Debian Junior


Modified: cdd/trunk/webtools/cddtasktools.py
==============================================================================
--- cdd/trunk/webtools/cddtasktools.py	(original)
+++ cdd/trunk/webtools/cddtasktools.py	Thu Jun  5 15:55:57 2008
@@ -29,12 +29,14 @@
 REPOS    = { 'debian-med'     : SVNHOST+"/svn/cdd/projects/med/trunk/debian-med/tasks/",
              'debian-edu'     : SVNHOST+"/svn/debian-edu/trunk/src/debian-edu/tasks/",
              'debian-gis'     : SVNHOST+"/pkg-grass/packages/debian-gis/tasks/",
+             'debian-junior' : SVNHOST+"/svn/cdd/projects/junior/trunk/debian-junior/tasks/",
              'debian-science' : SVNHOST+"/svn/cdd/projects/science/trunk/debian-science/tasks/",
            }
 HTMLBASE = "/var/lib/gforge/chroot/home/groups"
 DATADIR  = { 'debian-med'     : HTMLBASE+"/debian-med/data/",
              'debian-edu'     : HTMLBASE+"/cdd/data/edu/",
              'debian-gis'     : HTMLBASE+"/cdd/data/gis/",
+             'debian-junior'  : HTMLBASE+"/cdd/data/junior/",
              'debian-science' : HTMLBASE+"/cdd/data/science/",
            }
 KEYSTOIGNORE = ( 'Architecture', 'Leaf', 'NeedConfig', 'Note', 'Section' )
@@ -337,8 +339,13 @@
 
         # If a CDD just bases on the meta package of an other CDD (this is the
         # case in Debian Science which bases on med-bio for biology and gis-workstation
-        # for geography it makes no sense to build an own sentinel page but just
-        # link to the other CDD page instead.
+        # for geography it makes no sense to build an own sentinel page but read
+        # meta package information of other meta packages and include the content
+        # of these while enabling to add further Dependencies as well
+        #
+        # metadepends should be a SVN URL
+        #
+        # This is NOT YET implemented
         self.metadepends     = None
 
     def GetTaskDependencies(self):



More information about the Cdd-commits mailing list