Skip to content

Instantly share code, notes, and snippets.

@andruby
Last active December 16, 2015 10:19
Show Gist options
  • Save andruby/5419417 to your computer and use it in GitHub Desktop.
Save andruby/5419417 to your computer and use it in GitHub Desktop.
SparkleShare Invite with announcements_url
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<user>
<name>Andrew</name>
<email>andruby@example.com</email>
</user>
<notifications>True</notifications>
<folder>
[...]
</folder>
<folder>
<name>sparkle</name>
<identifier>...</identifier>
<url>ssh://git@git.example.com/andruby/sparkle</url>
<backend>Git</backend>
</folder>
</sparkleshare>
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<invite>
<address>ssh://git@git.example.com/</address>
<remote_path>/andruby/sparkle</remote_path>
<fingerprint>2c:1c:1a:da:2a:7f:5f:b1:c3:84:93:e9:41:c5:9b:29</fingerprint>
<announcements_url>tcp://git.example.com:1986</announcements_url>
</invite>
</sparkleshare>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment