From: Pavel Machek <pavel@ucw.cz>
To: kernel list <linux-kernel@vger.kernel.org>
Subject: git-send-pack is a nop?
Date: Fri, 28 Oct 2005 22:43:44 +0200 [thread overview]
Message-ID: <20051028204344.GA2407@elf.ucw.cz> (raw)
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!
reply other threads:[~2005-10-28 20:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051028204344.GA2407@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®