lkml.org 
[lkml]   [2005]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectgit-send-pack is a nop?
Hi!

I replaced

rsync -zavP -essh --delete * $1

with

git-send-pack --all $1

...and now my trees on kernel.org no longer update. I'll switch back
to rsync for now, but if you know what is wrong... Rest of script is:

#!/bin/bash
push() {
git-send-pack --all $1
# rsync -zavP -essh --delete * $1
}
cd /usr/src/linux/.git && push pavel@master.kernel.org:/pub/scm/linux/kernel/git/pavel/work.git
cd /usr/src/linux-good/.git && push pavel@master.kernel.org:/pub/scm/linux/kernel/git/pavel/good.git
cd /usr/src/linux-z/.git && push pavel@master.kernel.org:/pub/scm/linux/kernel/git/pavel/zaurus.git
cd /usr/src/linux-sw3/.git && push pavel@master.kernel.org:/pub/scm/linux/kernel/git/pavel/swsusp3.gi\t
cd /data/l/clean-cg; cg-update origin


--
Thanks, Sharp!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-28 22:46    [W:0.041 / U:0.196 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site