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 948370bd39ef093721866587758203acc2845d88 (commit) from 5867e4a511b85303039a69512ce95ccf8cb209bd (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 948370bd39ef093721866587758203acc2845d88 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 4 15:08:25 2021 +0000
core155: It looks like our tooling can't handle this
Python3 has a common rootfile for x86_64 and aarch64 and separate files for armv5tel and i586. The core update build scripts cannot deal with this which makes it necessary to create individual links to the correct rootfile for each architecture.
Third time lucky.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/141 => core/155}/filelists/aarch64/python3 | 0 config/rootfiles/{oldcore/152 => core/155}/filelists/armv5tel/python3 | 0 config/rootfiles/{oldcore/141 => core/155}/filelists/i586/python3 | 0 config/rootfiles/core/155/filelists/python3 | 1 - .../{oldcore/141/filelists/aarch64 => core/155/filelists/x86_64}/python3 | 0 5 files changed, 1 deletion(-) copy config/rootfiles/{oldcore/141 => core/155}/filelists/aarch64/python3 (100%) copy config/rootfiles/{oldcore/152 => core/155}/filelists/armv5tel/python3 (100%) copy config/rootfiles/{oldcore/141 => core/155}/filelists/i586/python3 (100%) delete mode 120000 config/rootfiles/core/155/filelists/python3 copy config/rootfiles/{oldcore/141/filelists/aarch64 => core/155/filelists/x86_64}/python3 (100%)
Difference in files: diff --git a/config/rootfiles/core/155/filelists/aarch64/python3 b/config/rootfiles/core/155/filelists/aarch64/python3 new file mode 120000 index 000000000..be33d9fdd --- /dev/null +++ b/config/rootfiles/core/155/filelists/aarch64/python3 @@ -0,0 +1 @@ +../../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/armv5tel/python3 b/config/rootfiles/core/155/filelists/armv5tel/python3 new file mode 120000 index 000000000..d649e350f --- /dev/null +++ b/config/rootfiles/core/155/filelists/armv5tel/python3 @@ -0,0 +1 @@ +../../../../common/armv5tel/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/i586/python3 b/config/rootfiles/core/155/filelists/i586/python3 new file mode 120000 index 000000000..348dbdcb9 --- /dev/null +++ b/config/rootfiles/core/155/filelists/i586/python3 @@ -0,0 +1 @@ +../../../../common/i586/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/python3 b/config/rootfiles/core/155/filelists/python3 deleted file mode 120000 index 0885b1c58..000000000 --- a/config/rootfiles/core/155/filelists/python3 +++ /dev/null @@ -1 +0,0 @@ -../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/x86_64/python3 b/config/rootfiles/core/155/filelists/x86_64/python3 new file mode 120000 index 000000000..be33d9fdd --- /dev/null +++ b/config/rootfiles/core/155/filelists/x86_64/python3 @@ -0,0 +1 @@ +../../../../common/python3 \ No newline at end of file
hooks/post-receive -- IPFire 2.x development tree