Commit b26095b027b6e2d3734afbbacfc8509a93f33630

Authored by Andrew Yanovych
1 parent 9342149e

fixed buildout sources

Showing 1 changed file with 10 additions and 6 deletions
... ... @@ -22,10 +22,14 @@ eggs =
22 22
23 23 interpreter = python_interpreter
24 24
  25 +[remotes]
  26 +gh=git://github.com/
  27 +gh_push=git@github.com:
  28 +
25 29 [sources]
26   -robotframework-selenium2library = git git@github.com:ktarasz/robotframework-selenium2library.git
27   -fake-factory = git git@github.com:joke2k/faker.git
28   -op_robot_tests = git git@github.com:openprocurement/robot_tests.git
29   -openprocurement_client = git git@github.com:openprocurement/openprocurement.client.python.git
30   -restkit = git git@github.com:openprocurement/restkit.git
31   -rfc6266 = git git@github.com:openprocurement/rfc6266.git branch=content-disposition-form-data
\ No newline at end of file
  30 +robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git
  31 +fake-factory = git ${remotes:gh}joke2k/faker.git
  32 +op_robot_tests = git ${remotes:gh}openprocurement/robot_tests.git pushurl=${remotes:gh_push}openprocurement/robot_tests.git
  33 +openprocurement_client = git ${remotes:gh}openprocurement/openprocurement.client.python.git
  34 +restkit = git ${remotes:gh}openprocurement/restkit.git
  35 +rfc6266 = git ${remotes:gh}openprocurement/rfc6266.git branch=content-disposition-form-data
... ...
Please register or login to post a comment