From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8fcd99355b0386522f22fe08c098afc9df375b22
Date: Sun, 04 Feb 2024 06:55:40 +0000 [thread overview]
Message-ID: <4TSKz04GSsz2y2Y@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 7080 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 8fcd99355b0386522f22fe08c098afc9df375b22 (commit)
via 9a003afb9d35475fca024a8f0fa7049488f6c35f (commit)
via 84a8b679cb0f32126983f390b34f286b5a20d309 (commit)
from cd5d0b7658f67a5db50332434b93f579bda24e74 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8fcd99355b0386522f22fe08c098afc9df375b22
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Feb 4 06:55:10 2024 +0000
borgbackup: fix rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 9a003afb9d35475fca024a8f0fa7049488f6c35f
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Feb 4 06:54:38 2024 +0000
python3-pyfuse3: fix rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 84a8b679cb0f32126983f390b34f286b5a20d309
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Feb 4 06:53:49 2024 +0000
python3-msgpack: fix rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/packages/borgbackup | 18 +++++++++---------
config/rootfiles/packages/python3-msgpack | 2 +-
config/rootfiles/packages/python3-pyfuse3 | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
Difference in files:
diff --git a/config/rootfiles/packages/borgbackup b/config/rootfiles/packages/borgbackup
index 897d1d1be..eb08045c2 100644
--- a/config/rootfiles/packages/borgbackup
+++ b/config/rootfiles/packages/borgbackup
@@ -6,23 +6,23 @@ usr/lib/python3.10/site-packages/borg/__main__.py
usr/lib/python3.10/site-packages/borg/_version.py
#usr/lib/python3.10/site-packages/borg/algorithms
usr/lib/python3.10/site-packages/borg/algorithms/__init__.py
-usr/lib/python3.10/site-packages/borg/algorithms/checksums.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/algorithms/checksums.cpython-310-xxxMACHINExxx-linux-gnu.so
usr/lib/python3.10/site-packages/borg/archive.py
usr/lib/python3.10/site-packages/borg/archiver.py
usr/lib/python3.10/site-packages/borg/cache.py
-usr/lib/python3.10/site-packages/borg/chunker.cpython-310-x86_64-linux-gnu.so
-usr/lib/python3.10/site-packages/borg/compress.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/chunker.cpython-310-xxxMACHINExxx-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/compress.cpython-310-xxxMACHINExxx-linux-gnu.so
usr/lib/python3.10/site-packages/borg/constants.py
#usr/lib/python3.10/site-packages/borg/crypto
usr/lib/python3.10/site-packages/borg/crypto/__init__.py
usr/lib/python3.10/site-packages/borg/crypto/file_integrity.py
usr/lib/python3.10/site-packages/borg/crypto/key.py
usr/lib/python3.10/site-packages/borg/crypto/keymanager.py
-usr/lib/python3.10/site-packages/borg/crypto/low_level.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/crypto/low_level.cpython-310-xxxMACHINExxx-linux-gnu.so
usr/lib/python3.10/site-packages/borg/crypto/nonces.py
usr/lib/python3.10/site-packages/borg/fuse.py
usr/lib/python3.10/site-packages/borg/fuse_impl.py
-usr/lib/python3.10/site-packages/borg/hashindex.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/hashindex.cpython-310-xxxMACHINExxx-linux-gnu.so
#usr/lib/python3.10/site-packages/borg/helpers
usr/lib/python3.10/site-packages/borg/helpers/__init__.py
usr/lib/python3.10/site-packages/borg/helpers/checks.py
@@ -37,7 +37,7 @@ usr/lib/python3.10/site-packages/borg/helpers/process.py
usr/lib/python3.10/site-packages/borg/helpers/progress.py
usr/lib/python3.10/site-packages/borg/helpers/time.py
usr/lib/python3.10/site-packages/borg/helpers/yes.py
-usr/lib/python3.10/site-packages/borg/item.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/item.cpython-310-xxxMACHINExxx-linux-gnu.so
usr/lib/python3.10/site-packages/borg/locking.py
usr/lib/python3.10/site-packages/borg/logger.py
usr/lib/python3.10/site-packages/borg/lrucache.py
@@ -47,9 +47,9 @@ usr/lib/python3.10/site-packages/borg/patterns.py
#usr/lib/python3.10/site-packages/borg/platform
usr/lib/python3.10/site-packages/borg/platform/__init__.py
usr/lib/python3.10/site-packages/borg/platform/base.py
-usr/lib/python3.10/site-packages/borg/platform/linux.cpython-310-x86_64-linux-gnu.so
-usr/lib/python3.10/site-packages/borg/platform/posix.cpython-310-x86_64-linux-gnu.so
-usr/lib/python3.10/site-packages/borg/platform/syncfilerange.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/platform/linux.cpython-310-xxxMACHINExxx-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/platform/posix.cpython-310-xxxMACHINExxx-linux-gnu.so
+usr/lib/python3.10/site-packages/borg/platform/syncfilerange.cpython-310-xxxMACHINExxx-linux-gnu.so
usr/lib/python3.10/site-packages/borg/platform/xattr.py
usr/lib/python3.10/site-packages/borg/platformflags.py
usr/lib/python3.10/site-packages/borg/remote.py
diff --git a/config/rootfiles/packages/python3-msgpack b/config/rootfiles/packages/python3-msgpack
index 2347b0834..e5742ddb9 100644
--- a/config/rootfiles/packages/python3-msgpack
+++ b/config/rootfiles/packages/python3-msgpack
@@ -6,7 +6,7 @@ usr/lib/python3.10/site-packages/msgpack
#usr/lib/python3.10/site-packages/msgpack-1.0.7-py3.10.egg-info/top_level.txt
usr/lib/python3.10/site-packages/msgpack/__init__.py
usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpp
-usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/msgpack/_cmsgpack.cpython-310-xxxMACHINExxx-linux-gnu.so
usr/lib/python3.10/site-packages/msgpack/_cmsgpack.pyx
usr/lib/python3.10/site-packages/msgpack/_packer.pyx
usr/lib/python3.10/site-packages/msgpack/_unpacker.pyx
diff --git a/config/rootfiles/packages/python3-pyfuse3 b/config/rootfiles/packages/python3-pyfuse3
index 32f863c8e..57339adf2 100644
--- a/config/rootfiles/packages/python3-pyfuse3
+++ b/config/rootfiles/packages/python3-pyfuse3
@@ -6,5 +6,5 @@ usr/lib/python3.10/site-packages/_pyfuse3.py
#usr/lib/python3.10/site-packages/pyfuse3-3.3.0-py3.10.egg-info/requires.txt
#usr/lib/python3.10/site-packages/pyfuse3-3.3.0-py3.10.egg-info/top_level.txt
#usr/lib/python3.10/site-packages/pyfuse3-3.3.0-py3.10.egg-info/zip-safe
-usr/lib/python3.10/site-packages/pyfuse3.cpython-310-x86_64-linux-gnu.so
+usr/lib/python3.10/site-packages/pyfuse3.cpython-310-xxxMACHINExxx-linux-gnu.so
usr/lib/python3.10/site-packages/pyfuse3_asyncio.py
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2024-02-04 6:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4TSKz04GSsz2y2Y@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.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