Skip to content

Instantly share code, notes, and snippets.

@Pishoy
Created September 16, 2018 09:27
Show Gist options
  • Save Pishoy/d5a8869378418109f18972161a544e77 to your computer and use it in GitHub Desktop.
Save Pishoy/d5a8869378418109f18972161a544e77 to your computer and use it in GitHub Desktop.
root@e7605ba47d5c:/opt/code/github/threefoldtech# zrobot server start -D ssh://git@docs.grid.tf:7022/abdelmab/pola-data.git -C ssh://git@docs.grid.tf:7022/abdelmab/pola-config.git -T git@github.com:threefoldtech/0-templates.git#development --debug --auto-push-interval 1 -L 6601
[Sun16 09:17] - GitFactory.py :316 :j.clients.git - INFO - None:pull:ssh://git@docs.grid.tf:7022/abdelmab/pola-data.git ->/opt/code/docs/abdelmab/pola-data
[Sun16 09:17] - GitFactory.py :399 :j.clients.git - INFO - git clone ssh://git@docs.grid.tf:7022/abdelmab/pola-data.git -> /opt/code/docs/abdelmab/pola-data
[Sun16 09:17] - GitFactory.py :419 :j.clients.git - INFO - mkdir -p /opt/code/docs/abdelmab;cd /opt/code/docs/abdelmab;git -c http.sslVerify=false clone ssh://git@docs.grid.tf:7022/abdelmab/pola-data.git /opt/code/docs/abdelmab/pola-data
[Sun16 09:17] - GitFactory.py :316 :j.clients.git - INFO - None:pull:ssh://git@docs.grid.tf:7022/abdelmab/pola-config.git ->/opt/code/docs/abdelmab/pola-config
[Sun16 09:17] - GitFactory.py :399 :j.clients.git - INFO - git clone ssh://git@docs.grid.tf:7022/abdelmab/pola-config.git -> /opt/code/docs/abdelmab/pola-config
[Sun16 09:17] - GitFactory.py :419 :j.clients.git - INFO - mkdir -p /opt/code/docs/abdelmab;cd /opt/code/docs/abdelmab;git -c http.sslVerify=false clone ssh://git@docs.grid.tf:7022/abdelmab/pola-config.git /opt/code/docs/abdelmab/pola-config
[Sun16 09:17] - robot.py :111 :j.zerorobot - INFO - data directory: /opt/code/docs/abdelmab/pola-data/zrobot_data
[Sun16 09:17] - robot.py :112 :j.zerorobot - INFO - config directory: /opt/code/docs/abdelmab/pola-config
[Sun16 09:17] - robot.py :113 :j.zerorobot - INFO - sshkey used: /root/.ssh/vl603ugs
Traceback (most recent call last):
File "/usr/local/bin/zrobot", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/opt/code/github/threefoldtech/0-robot/cmd/zrobot", line 26, in <module>
entry_point()
File "/opt/code/github/threefoldtech/0-robot/zerorobot/cli/server.py", line 80, in start
god=god)
File "/opt/code/github/threefoldtech/0-robot/zerorobot/robot/robot.py", line 147, in start
hostport = _split_hostport(listen)
File "/opt/code/github/threefoldtech/0-robot/zerorobot/robot/robot.py", line 260, in _split_hostport
i = hostport.index(':')
ValueError: substring not found
[Sun16 09:17] - Jinja2.py :40 :j.tools.jinja2 - DEBUG - template render:/opt/code/github/threefoldtech/digital_me/DigitalMeLib/data/schema//templates/template_obj.py
[Sun16 09:17] - Jinja2.py :40 :j.tools.jinja2 - DEBUG - template render:/opt/code/github/threefoldtech/digital_me/DigitalMeLib/data/schema//templates/schema.capnp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment