Results 1 to 5 of 5

Thread: SparkleShare PPA

  1. #1
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    SparkleShare PPA

    I found that the version in the repos lagged behind a few versions, so I created a PPA for it.

    https://launchpad.net/~sandyd/+archive/sparkleshare
    Updated https://launchpad.net/~pribosek-jan/...e/sparkleshare

    Setup Instructions

    On Server (replacing PROJECT_NAME with the name of your project)
    Code:
    sudo curl https://raw.github.com/hbons/Dazzle/master/dazzle.sh --output /usr/bin/dazzle && chmod +x /usr/bin/dazzle
    sudo dazzle setup
    sudo dazzle create PROJECT_NAME
    Copy down the output (Server address and path) for use when setting up the clients later on

    On Client (PPA Repository maintained by GreatDanton)
    Code:
    sudo apt-add-repository ppa:pribosek-jan/sparkleshare
    sudo apt-get update
    sudo apt-get install sparkleshare
    Now, setup sparkleshare on each of your clients. You will recieve an ssh key for each.

    On the server, run the following and enter the entire SSH key
    Code:
    sudo dazzle link
    NOTE: there are no guarantees that this actually works perfectly - might take a few patches to get it running perfectly
    Last edited by sandyd; November 18th, 2012 at 11:06 PM.
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  2. #2
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: SparkleShare PPA

    bumpity bump bump
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  3. #3
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Re: SparkleShare PPA

    Cool !, im sharing this, very interesting!

  4. #4
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    2,134
    Distro
    Ubuntu Development Release

    Re: SparkleShare PPA

    please follow the standard versioning rules or you will break upgrade paths in respect to backports
    0.9.7-0~ppa1+quantal0 instead of 0.9.7-quantal0

    that is so an official backport (0.9.7-1~u12.10) can superseed it
    see dpkg --compare-versions

  5. #5
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: SparkleShare PPA

    Quote Originally Posted by MadCow108 View Post
    please follow the standard versioning rules or you will break upgrade paths in respect to backports
    0.9.7-0~ppa1+quantal0 instead of 0.9.7-quantal0

    that is so an official backport (0.9.7-1~u12.10) can superseed it
    see dpkg --compare-versions
    Alright - Im sending in the changes now.
    Should finish building in a while
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •