Re: What's happening to the index

2016-07-03 Thread David
On 29 June 2016 at 08:49, Andy Falanga (afalanga) wrote: > 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? I don't have time to look at your git issue, but I write this quick

Re: What's happening to the index

2016-06-29 Thread Matthieu Moy
"Andy Falanga (afalanga)" writes: > 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

Re: What's happening to the index

2016-06-28 Thread Andy Falanga (afalanga)
On 06/28/2016 09:17 AM, Matthieu Moy wrote: > "Andy Falanga (afalanga)" 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

Re: What's happening to the index

2016-06-28 Thread Matthieu Moy
"Andy Falanga (afalanga)" 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

What's happening to the index

2016-06-28 Thread Andy Falanga (afalanga)
Hi, I'm using git version 1.8.3.1. I have a process for building RPMs in my repository. The RPMs are versioned using a "build number". In order to maintain uniqueness for this build number, I have stored this number to a file which exists on only a unique branch. The build process, for an