From: David Woodhouse <dwmw2@infradead.org>
To: git@vger.kernel.org
Subject: GIT_OBJECT_DIRECTORY handling broken on master.kernel.org?
Date: Wed, 30 Nov 2005 13:59:33 +0000 [thread overview]
Message-ID: <1133359173.4117.68.camel@baythorne.infradead.org> (raw)
Daily kernel snapshots broke again. Trying to access, literally, "GIT_OBJECT_DIRECTORY".
hera /home/dwmw2 $ export GIT_DIR=/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
hera /home/dwmw2 $ git-rev-parse --revs-only 00d7a7358e3f9f2575501674e604fe4c6700b365
00d7a7358e3f9f2575501674e604fe4c6700b365
hera /home/dwmw2 $ export GIT_OBJECT_DIRECTORY=/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
hera /home/dwmw2 $ git-rev-parse --revs-only 00d7a7358e3f9f2575501674e604fe4c6700b365
fatal: Not a git repository: '/pub/scm/linux/kernel/git/torvalds/linux-2.6.git'
hera /home/dwmw2 $ strace git-rev-parse --revs-only 00d7a7358e3f9f2575501674e604fe4c6700b365 2>&1 | tail
access("/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/refs", X_OK) = 0
lstat64("/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/HEAD", {st_mode=S_IFLNK|0777, st_size=17, ...}) = 0
readlink("/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/HEAD", "refs/heads/master", 255) = 17
access("GIT_OBJECT_DIRECTORY", X_OK) = -1 ENOENT (No such file or directory)
write(2, "fatal: ", 7fatal: ) = 7
write(2, "Not a git repository: \'/pub/scm/"..., 72Not a git repository: '/pub/scm/linux/kernel/git/torvalds/linux-2.6.git') = 72
write(2, "\n", 1
) = 1
exit_group(128) = ?
Process 30646 detached
--
dwmw2
next reply other threads:[~2005-11-30 14:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-30 13:59 David Woodhouse [this message]
2005-11-30 18:50 ` GIT_OBJECT_DIRECTORY handling broken on master.kernel.org? Junio C Hamano
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=1133359173.4117.68.camel@baythorne.infradead.org \
--to=dwmw2@infradead.org \
--cc=git@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