From: "Andy Falanga (afalanga)" <afalanga@micron.com>
To: Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>
Cc: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: What's happening to the index
Date: Tue, 28 Jun 2016 22:49:51 +0000 [thread overview]
Message-ID: <5772FF0E.6030503@micron.com> (raw)
In-Reply-To: <vpq60stuyv5.fsf@anie.imag.fr>
On 06/28/2016 09:17 AM, Matthieu Moy wrote:
> "Andy Falanga (afalanga)" <afalanga@micron.com> writes:
>
>> After the line calling increlnum is executed, I often have issues with
>> make unable to spawn the next command because it can't read the current
>> directory info.
> This may happen if you delete the current directory, even if your
> re-create it afterwards. For example:
>
> /tmp/test$ rm -fr /tmp/test && mkdir /tmp/test
> /tmp/test$ touch foo
> touch: cannot touch ‘foo’: No such file or directory
> /tmp/test$ cd /tmp/test
> /tmp/test$ touch foo
> /tmp/test$
>
> This is unrelated from Git, but maybe you asked Git to delete a
> directory (by switching to a branch which doesn't contain a directory
> for example).
>
>> If I do: cd .. && cd -; all is well.
> This is a typical symptom of the issue above.
>
Thank you for the insight: very interesting. After asking another
colleague how he solved this issue, I've re-written my increlnum script
to, instead of working within my working tree, clone a temporary of this
one branch only. Then, it increments the number and pushes back to the
origin. Once completed, the temporary clone is deleted.
The strange thing now is, after the script exits, I then call "git
fetch" in the recipe. I can see from the output of make that the remote
db is fetched. However, when I call "git show
origin/rpm:path/to/rpm_build_num" from the makefile I get the *previous*
number. Yet, as soon as the make process exits, I call "git show
origin/rpm:path/to/rpm_build_num" and it shows the correct number! What
gives? Is there some sort of strange file caching that happening when
make starts that, although the local db is updated, I don't get what I'm
after?
Andy
next prev parent reply other threads:[~2016-06-28 22:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-28 14:30 What's happening to the index Andy Falanga (afalanga)
2016-06-28 15:17 ` Matthieu Moy
2016-06-28 22:49 ` Andy Falanga (afalanga) [this message]
2016-06-29 7:43 ` Matthieu Moy
2016-07-03 8:21 ` David
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=5772FF0E.6030503@micron.com \
--to=afalanga@micron.com \
--cc=Matthieu.Moy@grenoble-inp.fr \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.