[Checkins] SVN: CMF/trunk/sources.cfg - use remotes section as used in sources.cfg of Zope

Yvo Schubbe cvs-admin at zope.org
Sat Mar 30 14:03:18 UTC 2013


Log message for revision 130183:
  - use remotes section as used in sources.cfg of Zope
  - some tweaking

Changed:
  U   CMF/trunk/sources.cfg

-=-
Modified: CMF/trunk/sources.cfg
===================================================================
--- CMF/trunk/sources.cfg	2013-03-30 13:59:37 UTC (rev 130182)
+++ CMF/trunk/sources.cfg	2013-03-30 14:03:18 UTC (rev 130183)
@@ -1,23 +1,25 @@
 [buildout]
 extends =
     https://raw.github.com/zopefoundation/Zope/master/sources.cfg
+
+[remotes]
 svn-zope-org = ^
-github = git://github.com/zopefoundation
-github_push = git at github.com:zopefoundation
+zopegit = git://github.com/zopefoundation
+zopegit_push = git at github.com:zopefoundation
 
 [sources]
 # CMF
-Products.CMFCalendar = svn ${buildout:svn-zope-org}/Products.CMFCalendar/trunk
-Products.CMFCore = svn ${buildout:svn-zope-org}/Products.CMFCore/trunk
-Products.CMFDefault = svn ${buildout:svn-zope-org}/Products.CMFDefault/trunk
-Products.CMFTopic = svn ${buildout:svn-zope-org}/Products.CMFTopic/trunk
-Products.CMFUid = svn ${buildout:svn-zope-org}/Products.CMFUid/trunk
-Products.DCWorkflow = svn ${buildout:svn-zope-org}/Products.DCWorkflow/trunk
-Products.GenericSetup = svn ${buildout:svn-zope-org}/Products.GenericSetup/trunk
+Products.CMFCalendar = svn ${remotes:svn-zope-org}/Products.CMFCalendar/trunk
+Products.CMFCore = svn ${remotes:svn-zope-org}/Products.CMFCore/trunk
+Products.CMFDefault = svn ${remotes:svn-zope-org}/Products.CMFDefault/trunk
+Products.CMFTopic = svn ${remotes:svn-zope-org}/Products.CMFTopic/trunk
+Products.CMFUid = svn ${remotes:svn-zope-org}/Products.CMFUid/trunk
+Products.DCWorkflow = svn ${remotes:svn-zope-org}/Products.DCWorkflow/trunk
+Products.GenericSetup = svn ${remotes:svn-zope-org}/Products.GenericSetup/trunk
 
 # CMF dependencies
-five.globalrequest = git ${buildout:github}/five.globalrequest pushurl=${remotes:github_push}/five.globalrequest
-five.localsitemanager = git ${buildout:github}/five.localsitemanager pushurl=${remotes:github_push}/five.localsitemanager
-Products.ZSQLMethods = git ${buildout:github}/Products.ZSQLMethods pushurl=${remotes:github_push}/Products.ZSQLMethods
-Zope = git ${buildout:github}/Zope pushurl=${remotes:github_push}/Zope
-zope.globalrequest = git ${buildout:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest
+five.globalrequest = git ${remotes:zopegit}/five.globalrequest.git pushurl=${remotes:zopegit_push}/five.globalrequest.git
+five.localsitemanager = git ${remotes:zopegit}/five.localsitemanager.git pushurl=${remotes:zopegit_push}/five.localsitemanager.git
+Products.ZSQLMethods = git ${remotes:zopegit}/Products.ZSQLMethods.git pushurl=${remotes:zopegit_push}/Products.ZSQLMethods.git
+Zope = git ${remotes:zopegit}/Zope.git pushurl=${remotes:zopegit_push}/Zope.git
+zope.globalrequest = git ${remotes:zopegit}/zope.globalrequest.git pushurl=${remotes:zopegit_push}/zope.globalrequest.git



More information about the checkins mailing list