Skip to content
Snippets Groups Projects
  1. Nov 28, 2008
  2. Nov 27, 2008
  3. Nov 25, 2008
  4. Nov 23, 2008
  5. Nov 14, 2008
  6. Nov 13, 2008
  7. Nov 11, 2008
  8. Nov 10, 2008
  9. Nov 09, 2008
  10. Nov 08, 2008
  11. Nov 07, 2008
    • Natanael Copa's avatar
      implement recursive build and install · 237528a2
      Natanael Copa authored
      note that the package release now include -r again.
      237528a2
    • Natanael Copa's avatar
      do not use splitfuncs variable · 56741bed
      Natanael Copa authored
      the split function name is extraced from the subpackage name in subpackages
      variable in one of the following formats:
      
       1. subpackage:func
      
          The ':' serves as a separator. subpackage is first part, function second
      
       2. subpackage-func
      
          Without ':' separator, the subpackage is the entire string. In the
          example above, the package name is 'subpackage-func'.
      
          Function is extracted from the text after last '-'.
      
       3. subpackage
      
          Without either ':' and '-' the function name will be the subpackage name
          itself.
      56741bed
  12. Nov 06, 2008
Loading