Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philcryer/lipsync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ka2er/lipsync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 17, 2011

  1. fix fallback pub key transfer mechanism

    The fallback mechanism for transfering the public key to the server used
    id_rsa.pub on the client (when it creates id_dsa.pub) and copies it to
    id_dsa.pub on the server, instead of appending to authorized_keys as ssh-copy-id
    would do.
    
    Use id_dsa.pub and append to authorized_keys.
    
    Signed-off-by: Darren Hart <[email protected]>
    dvhart committed Sep 17, 2011
    Configuration menu
    Copy the full SHA
    48cf3ad View commit details
    Browse the repository at this point in the history
  2. Correct local/remote directory references

    Both the install script and the installed lipsync script use
    "$REMOTE_HOST:REMOTE_DIR $LOCAL_DIR" which results in an rsync error if
    different paths are used on the client and server. Correct this.
    
    Signed-off-by: Darren Hart <[email protected]>
    dvhart committed Sep 17, 2011
    Configuration menu
    Copy the full SHA
    a624835 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2011

  1. Configuration menu
    Copy the full SHA
    6fb2e77 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2011

  1. Configuration menu
    Copy the full SHA
    5b96d92 View commit details
    Browse the repository at this point in the history
Loading