Commit 3a5d9f4785f90b0abe7a632f9ec27b618f0b2d81

Authored by Myroslav Opyr
2 parents 9342149e b26095b0

Merge pull request #2 from yankee7/master

Switched from ssh (requiring public key access) to https (allowing anonymous access)
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