[Checkins] SVN: five.pt/trunk/ Develop Chameleon alongside five.pt

Leonardo Rochael Almeida leorochael at gmail.com
Tue Aug 9 06:26:26 EDT 2011


Log message for revision 122495:
  Develop Chameleon alongside five.pt
  

Changed:
  _U  five.pt/trunk/
  U   five.pt/trunk/buildout.cfg

-=-

Property changes on: five.pt/trunk
___________________________________________________________________
Modified: svn:ignore
   - develop-eggs
eggs
bin
parts
downloads
var
build
dist
*.egg-info
*.egg
.installed.cfg
*.pyc

   + develop-eggs
develop
eggs
bin
parts
downloads
var
build
dist
*.egg-info
*.egg
.*.cfg
*.pyc


Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2011-08-08 23:08:49 UTC (rev 122494)
+++ five.pt/trunk/buildout.cfg	2011-08-09 10:26:25 UTC (rev 122495)
@@ -14,6 +14,18 @@
 
 allow-picked-versions = false
 
+extensions = mr.developer
+auto-checkout = *
+always-checkout = true
+sources-dir = develop
+
+[sources]
+Chameleon = git https://github.com/malthe/chameleon.git
+
+[versions]
+mr.developer = 1.17
+argparse = 1.2.1
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${buildout:eggs}



More information about the checkins mailing list