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 [email protected]:/pub/scm/linux/kernel/git/pavel/work.git
cd /usr/src/linux-good/.git && push [email protected]:/pub/scm/linux/kernel/git/pavel/good.git
cd /usr/src/linux-z/.git && push [email protected]:/pub/scm/linux/kernel/git/pavel/zaurus.git
cd /usr/src/linux-sw3/.git && push [email protected]:/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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]