From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bbLCK54rxz32Lv for ; Mon, 7 Jul 2025 10:32:13 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bbLCG16KCz2xph for ; Mon, 7 Jul 2025 10:32:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bbLCD6f6gzsm; Mon, 7 Jul 2025 10:32:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751884329; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ETde7lwMhOtUvFOyNW7m6iv9q/6bbA8MKdwPOEssdHA=; b=e4nKFOp5wCBvjfMLin5ffyhK8OskUlwRJAWAC5fOaqiintylIg6nz8+1WrOg44sDpKnLc6 OAmTAODwGkalMFDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751884329; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ETde7lwMhOtUvFOyNW7m6iv9q/6bbA8MKdwPOEssdHA=; b=QZ78DE+DhedZ3J7rW/aVu4QXsDNfYdteXwUN5xGIOwDnWDFZp/Yy3rWaJs38IQAkQHILwH xs1iqSgdjTFJ176Ou+sdZHwcLnD2/NzSvl1Ycb2/OF4CRFgxT1Ik0ZqZUjNevAnlACawxN hukQ6ncR/FtIUQ770yPHQyXZiZh7bdjvmwLicWxIxYJlzBAHgsLay/t4bJ4TGT56GEi7sf UZQbuftc2ssKyju95kqWLkOHC9ztA3txNBjYEQezTBYYZg6DcQJwq7NofDimBhkAlIt2Tz gt5Qi++OHFchJjHi3ijoMpM2KD6MUWA4aPS2jXKMS3MEG2Lt6RiDoeNskAvYGw== Message-ID: Date: Mon, 7 Jul 2025 12:32:06 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: Wrong directory in the ipfire next git repo To: Michael Tremer Cc: "IPFire: Development-List" References: Content-Language: en-GB From: Adolf Belka In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 , 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 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. >> >