An error occurred fetching the project authors.
  1. 04 May, 2015 1 commit
  2. 29 Apr, 2015 3 commits
    • Kirill Smelkov's avatar
      wendelin.core: Add part/recipe how to build it from git repository · 2d7e6179
      Kirill Smelkov authored
      There is now
      
          wendelin.core       and
          wendelin.core-dev
      
      parts.
      
      wendelin.core just installs released egg from pypi, and
      wendelin.core-dev installs it from latest git version.
      
      A reminder how to use wendelin.core-dev instead of wendelin.core:
      
      if your buildout.cfg
      
          [buildout]
              # directly or indirectly
              extends = ..../wendelin.core/buildout.cfg
      
      then at tails, do
      
          [buildout]
              parts -= wendelin.core
              parts += wendelin.core-dev
      
      This way wendelin.core will be fetched from git repository.
      2d7e6179
    • Kirill Smelkov's avatar
      components: wendelin-core -> wendelin.core · fb5000c7
      Kirill Smelkov authored
      .core is part of the software name, and buildout allows dot inside a
      name.
      fb5000c7
    • Ivan Tyagov's avatar
      Add wendelin-core. · 4b022d88
      Ivan Tyagov authored
      4b022d88