repo: resdb action: commit revision: path_from: revision_from: 7eca34a4706e62a5cb6a64caa7114bc6c22b7103: path_to: revision_to:
commit 7eca34a4706e62a5cb6a64caa7114bc6c22b7103 Author: d3v11Date: Sat Dec 17 04:17:22 2011 +0000 added scripts/git-pull :-). ./scripts/git-pull $PEER_NAME example: ./scripts/git-pull d3v11 diff --git a/scripts/git-pull b/scripts/git-pull new file mode 100755 index 0000000000000000000000000000000000000000..260c33bb4bb9adf237a2c3596043e521ccb94370 --- /dev/null +++ b/scripts/git-pull @@ -0,0 +1,7 @@ +#!/bin/bash +if [ -z "$1" ]; then + echo './scripts/git-pull $PEER_NAME' + exit 1 +fi +[ -e db/usr/"$1"/git ] && git pull `cat db/usr/"$1"/git` master +[ -e db/usr/"$1"/git ] || echo "./git-pull: record does not exist for $1"
-----END OF PAGE-----