public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Wrong directory in the ipfire next git repo
@ 2025-07-05 10:13 Adolf Belka
  2025-07-07  9:44 ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2025-07-05 10:13 UTC (permalink / raw)
  To: IPFire: Development-List

Hi All,

The IPFire next git repo was moved to CU197 a couple of days ago but I just noticed that the following directory is in next

config/rootfiles/core/196/

instead of

config/rootfiles/core/197/


Regards,

Adolf.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Wrong directory in the ipfire next git repo
  2025-07-05 10:13 Wrong directory in the ipfire next git repo Adolf Belka
@ 2025-07-07  9:44 ` Michael Tremer
  2025-07-07 10:32   ` Adolf Belka
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2025-07-07  9:44 UTC (permalink / raw)
  To: Adolf Belka; +Cc: IPFire: Development-List

Hello Adolf,

It seems that you are referring to the browser at git.ipfire.org <http://git.ipfire.org/>, where indeed, the directory seems to be incorrect:

  https://git.ipfire.org/?p=ipfire-2.x.git;a=tree;f=config/rootfiles/core;h=505d46abd8fba115e43205bdf2e2950f2c40b47c;hb=refs/heads/next

In my actual file system, the directory is correct:

  root@michael:/build/ipfire-2.x# ll config/rootfiles/core/197/
  total 12
  -rw-r--r-- 1 root root  748 Jun 30 08:53 exclude
  drwxr-xr-x 5 root root 4096 Jul  5 09:48 filelists
  -rw-r--r-- 1 root root 2515 Jul  3 14:55 update.sh

This seems to be a caching issue on the Git server and I will look into this how to resolve it.

Sorry for the inconvenience.

Best,
-Michael

> On 5 Jul 2025, at 11:13, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> Hi All,
> 
> The IPFire next git repo was moved to CU197 a couple of days ago but I just noticed that the following directory is in next
> 
> config/rootfiles/core/196/
> 
> instead of
> 
> config/rootfiles/core/197/
> 
> 
> Regards,
> 
> Adolf.
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Wrong directory in the ipfire next git repo
  2025-07-07  9:44 ` Michael Tremer
@ 2025-07-07 10:32   ` Adolf Belka
  2025-07-07 10:42     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2025-07-07 10:32 UTC (permalink / raw)
  To: Michael Tremer; +Cc: IPFire: Development-List

Hi Michael,

On 07/07/2025 11:44, Michael Tremer wrote:
> Hello Adolf,
> 
> It seems that you are referring to the browser at git.ipfire.org <http://git.ipfire.org/>, where indeed, the directory seems to be incorrect:
> 
>    https://git.ipfire.org/?p=ipfire-2.x.git;a=tree;f=config/rootfiles/core;h=505d46abd8fba115e43205bdf2e2950f2c40b47c;hb=refs/heads/next

Yes it was the browser view that I meant.

> 
> In my actual file system, the directory is correct:
> 
>    root@michael:/build/ipfire-2.x# ll config/rootfiles/core/197/
>    total 12
>    -rw-r--r-- 1 root root  748 Jun 30 08:53 exclude
>    drwxr-xr-x 5 root root 4096 Jul  5 09:48 filelists
>    -rw-r--r-- 1 root root 2515 Jul  3 14:55 update.sh

Yes, also on my local repo it is correct.

> 
> This seems to be a caching issue on the Git server and I will look into this how to resolve it.

You mentioning a caching issue I cleared my Firefox browser cache and it now shows 197.

It looks like the change from 196 to 197 was not seen by my browser as an actual change in the data so it kept serving me the cached content.

> 
> Sorry for the inconvenience.

No problems. I just thought I should highlight it.

Regards,

Adolf.

> 
> Best,
> -Michael
> 
>> On 5 Jul 2025, at 11:13, Adolf Belka <adolf.belka@ipfire.org> wrote:
>>
>> Hi All,
>>
>> The IPFire next git repo was moved to CU197 a couple of days ago but I just noticed that the following directory is in next
>>
>> config/rootfiles/core/196/
>>
>> instead of
>>
>> config/rootfiles/core/197/
>>
>>
>> Regards,
>>
>> Adolf.
>>
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Wrong directory in the ipfire next git repo
  2025-07-07 10:32   ` Adolf Belka
@ 2025-07-07 10:42     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2025-07-07 10:42 UTC (permalink / raw)
  To: Adolf Belka; +Cc: IPFire: Development-List

Hello,

Okay I fine-tuned the caching rules slightly.

Now, it will strictly match a hash in the URL and only then cache for forever. Otherwise, we will cache for five minutes.

So this now works fine for me:

  https://git.ipfire.org/?p=ipfire-2.x.git;a=tree;f=config/rootfiles/core;h=a6e66fec1442c33f5ce1f4228aefd41788aeed7a;hb=refs/heads/next

> On 7 Jul 2025, at 11:32, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> Hi Michael,
> 
> On 07/07/2025 11:44, Michael Tremer wrote:
>> Hello Adolf,
>> It seems that you are referring to the browser at git.ipfire.org <http://git.ipfire.org/>, where indeed, the directory seems to be incorrect:
>>   https://git.ipfire.org/?p=ipfire-2.x.git;a=tree;f=config/rootfiles/core;h=505d46abd8fba115e43205bdf2e2950f2c40b47c;hb=refs/heads/next
> 
> Yes it was the browser view that I meant.
> 
>> In my actual file system, the directory is correct:
>>   root@michael:/build/ipfire-2.x# ll config/rootfiles/core/197/
>>   total 12
>>   -rw-r--r-- 1 root root  748 Jun 30 08:53 exclude
>>   drwxr-xr-x 5 root root 4096 Jul  5 09:48 filelists
>>   -rw-r--r-- 1 root root 2515 Jul  3 14:55 update.sh
> 
> Yes, also on my local repo it is correct.
> 
>> This seems to be a caching issue on the Git server and I will look into this how to resolve it.
> 
> You mentioning a caching issue I cleared my Firefox browser cache and it now shows 197.
> 
> It looks like the change from 196 to 197 was not seen by my browser as an actual change in the data so it kept serving me the cached content.

We incorrectly cached too much for too long. It is a risk that you take :)

>> Sorry for the inconvenience.
> 
> No problems. I just thought I should highlight it.

No, this was really helpful. I hope it is fixed now.

Looking at stale data is never fun.

-Michael

> Regards,
> 
> Adolf.
> 
>> Best,
>> -Michael
>>> On 5 Jul 2025, at 11:13, Adolf Belka <adolf.belka@ipfire.org> wrote:
>>> 
>>> Hi All,
>>> 
>>> The IPFire next git repo was moved to CU197 a couple of days ago but I just noticed that the following directory is in next
>>> 
>>> config/rootfiles/core/196/
>>> 
>>> instead of
>>> 
>>> config/rootfiles/core/197/
>>> 
>>> 
>>> Regards,
>>> 
>>> Adolf.
>>> 
> 
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-07 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-05 10:13 Wrong directory in the ipfire next git repo Adolf Belka
2025-07-07  9:44 ` Michael Tremer
2025-07-07 10:32   ` Adolf Belka
2025-07-07 10:42     ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox