Skip to content

Commit 385d90e

Browse files
committed
Upstream.
1 parent c111171 commit 385d90e

File tree

12 files changed

+18981
-6802
lines changed

12 files changed

+18981
-6802
lines changed

.github/workflows/zCustom.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
#true
323323
#! sudo -n apt-get -y clean && exit 1
324324
#! ./ubiquitous_bash.sh _getMost_debian11_aptSources && exit 1
325-
#sudo -n apt-get update
325+
sudo -n apt-get update -y
326326
#! sudo -n apt-get -d install -y virtualbox-7.0 && exit 1
327327
#! sudo -n ./ubiquitous_bash.sh _getMost_ubuntu24-VBoxManage && exit 1
328328
sudo -n env DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install --install-recommends -y xvfb
@@ -1271,9 +1271,12 @@ jobs:
12711271
#export MANDATORY_HASH="true"
12721272
cd ./_local
12731273
rm -f hash-download.txt
1274-
../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1275-
#env:
1276-
#GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1274+
#../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1275+
../ubiquitous_bash.sh _wget_githubRelease-fromTag_join-stdout "${{ github.repository }}" "$currentReleaseTag" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1276+
env:
1277+
currentRepository: ${{ github.repository }}
1278+
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
1279+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12771280

12781281
- name: fallocate --dig-holes
12791282
if: ${{ github.event.inputs.DISABLE_ROOTFS == 'false' }}
@@ -1481,8 +1484,11 @@ jobs:
14811484
#export MANDATORY_HASH="true"
14821485
cd ./_local
14831486
rm -f hash-download.txt
1484-
../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1487+
#../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1488+
../ubiquitous_bash.sh _wget_githubRelease-fromTag_join-stdout "${{ github.repository }}" "$currentReleaseTag" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
14851489
env:
1490+
currentRepository: ${{ github.repository }}
1491+
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
14861492
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14871493

14881494
- name: fallocate --dig-holes
@@ -1778,7 +1784,7 @@ jobs:
17781784
#export MANDATORY_HASH="true"
17791785
./ubiquitous_bash.sh _hash_ubdist-fast "$currentReleaseTag"
17801786
env:
1781-
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
1787+
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
17821788
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17831789

17841790

@@ -1871,7 +1877,7 @@ jobs:
18711877
#cat ./cronUserReport-$currentReleaseTag
18721878
18731879
echo
1874-
_wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
1880+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
18751881
env:
18761882
currentRepository: ${{ github.repository }}
18771883
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
@@ -1888,7 +1894,7 @@ jobs:
18881894
#cat ./cronRootReport-$currentReleaseTag
18891895
18901896
echo
1891-
_wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
1897+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
18921898
env:
18931899
currentRepository: ${{ github.repository }}
18941900
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
@@ -1897,33 +1903,33 @@ jobs:
18971903

18981904

18991905
#lsmodReport
1900-
- name: fetch! binReport coreReport dpkg
1906+
- name: fetch! binReport coreReport dpkg customReport
19011907
shell: bash
19021908
run: |
19031909
#lsmodReport
1904-
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-fetch 20 binReport coreReport dpkg
1910+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-fetch 20 binReport coreReport dpkg customReport
19051911
env:
19061912
currentRepository: ${{ github.repository }}
19071913
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
19081914
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19091915

19101916
#lsmodReport
1911-
- name: select! binReport coreReport dpkg
1917+
- name: select! binReport coreReport dpkg customReport
19121918
shell: bash
19131919
run: |
19141920
#lsmodReport
1915-
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-select binReport coreReport dpkg
1921+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-select binReport coreReport dpkg customReport
19161922
env:
19171923
currentRepository: ${{ github.repository }}
19181924
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
19191925
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19201926

19211927
#missing-lsmodReport
1922-
- name: analysis! missing-binReport missing-coreReport missing-dpkg
1928+
- name: analysis! missing-binReport missing-coreReport missing-dpkg missing-customReport
19231929
shell: bash
19241930
run: |
19251931
#lsmodReport
1926-
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-analysis 65 binReport coreReport dpkg
1932+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-analysis 65 binReport coreReport dpkg customReport
19271933
env:
19281934
currentRepository: ${{ github.repository }}
19291935
currentReleaseTag: ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999

.github/workflows/zUpgrade.yml

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ jobs:
213213
shell: bash
214214
timeout-minutes: 120
215215
run: |
216-
rm -f ../ubDistBuild-accessories/integrations/ubcp/package_ubcp-core.7z
216+
rm -rf ../ubDistBuild-accessories/parts/ubcp/package_ubcp-core/ubcp
217+
#rm -f ../ubDistBuild-accessories/integrations/ubcp/package_ubcp-core.7z
217218
./ubiquitous_bash.sh _build_ubDistBuild-build
218219
219220
- name: _hash_ubDistBuildExe
@@ -374,7 +375,7 @@ jobs:
374375
#true
375376
#! sudo -n apt-get -y clean && exit 1
376377
#! ./ubiquitous_bash.sh _getMost_debian11_aptSources && exit 1
377-
#sudo -n apt-get update
378+
sudo -n apt-get update -y
378379
#! sudo -n apt-get -d install -y virtualbox-7.0 && exit 1
379380
#! sudo -n ./ubiquitous_bash.sh _getMost_ubuntu24-VBoxManage && exit 1
380381
sudo -n env DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install --install-recommends -y xvfb
@@ -821,7 +822,7 @@ jobs:
821822
#../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image_before_noBoot.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
822823
../ubiquitous_bash.sh _wget_githubRelease-fromTag_join-stdout "${{ github.repository }}" "$currentReleaseTag" "package_image_before_noBoot.tar.flx" | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
823824
env:
824-
currentReleaseTag: build-${{ github.run_id }}-9999
825+
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
825826
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
826827

827828

@@ -1357,9 +1358,12 @@ jobs:
13571358
mkdir -p ./_local
13581359
cd ./_local
13591360
rm -f hash-download.txt
1360-
../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1361-
#env:
1362-
#GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1361+
#../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1362+
../ubiquitous_bash.sh _wget_githubRelease-fromTag_join-stdout "${{ github.repository }}" "$currentReleaseTag" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1363+
env:
1364+
currentRepository: ${{ github.repository }}
1365+
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
1366+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13631367

13641368
- name: fallocate --dig-holes
13651369
if: ${{ github.event.inputs.DISABLE_ROOTFS == 'false' }}
@@ -1571,8 +1575,11 @@ jobs:
15711575
mkdir -p ./_local
15721576
cd ./_local
15731577
rm -f hash-download.txt
1574-
../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1578+
#../ubiquitous_bash.sh _wget_githubRelease_join-stdout "${{ github.repository }}" "" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
1579+
../ubiquitous_bash.sh _wget_githubRelease-fromTag_join-stdout "${{ github.repository }}" "$currentReleaseTag" "package_image.tar.flx" 2> /dev/null | tee >(../ubiquitous_bash.sh _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | env OPENSSL_CONF="/etc/ssl/openssl_legacy.cnf" openssl dgst -whirlpool -binary | xxd -p -c 256 > hash-download.txt) | ../ubiquitous_bash.sh _get_extract_ubDistBuild
15751580
env:
1581+
currentRepository: ${{ github.repository }}
1582+
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
15761583
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15771584

15781585
- name: fallocate --dig-holes
@@ -1870,7 +1877,7 @@ jobs:
18701877
export FORCE_PARALLEL="5"
18711878
./ubiquitous_bash.sh _hash_ubdist-fast "$currentReleaseTag"
18721879
env:
1873-
currentReleaseTag: build-${{ github.run_id }}-9999
1880+
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
18741881
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18751882

18761883

@@ -1963,7 +1970,7 @@ jobs:
19631970
#cat ./cronUserReport-$currentReleaseTag
19641971
19651972
echo
1966-
_wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
1973+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
19671974
env:
19681975
currentRepository: ${{ github.repository }}
19691976
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
@@ -1980,7 +1987,7 @@ jobs:
19801987
#cat ./cronRootReport-$currentReleaseTag
19811988
19821989
echo
1983-
_wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
1990+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
19841991
env:
19851992
currentRepository: ${{ github.repository }}
19861993
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
@@ -1989,33 +1996,33 @@ jobs:
19891996

19901997

19911998
#lsmodReport
1992-
- name: fetch! binReport coreReport dpkg
1999+
- name: fetch! binReport coreReport dpkg customReport
19932000
shell: bash
19942001
run: |
19952002
#lsmodReport
1996-
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-fetch 20 binReport coreReport dpkg
2003+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-fetch 20 binReport coreReport dpkg customReport
19972004
env:
19982005
currentRepository: ${{ github.repository }}
19992006
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
20002007
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20012008

20022009
#lsmodReport
2003-
- name: select! binReport coreReport dpkg
2010+
- name: select! binReport coreReport dpkg customReport
20042011
shell: bash
20052012
run: |
20062013
#lsmodReport
2007-
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-select binReport coreReport dpkg
2014+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-select binReport coreReport dpkg customReport
20082015
env:
20092016
currentRepository: ${{ github.repository }}
20102017
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999
20112018
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20122019

20132020
#missing-lsmodReport
2014-
- name: analysis! missing-binReport missing-coreReport missing-dpkg
2021+
- name: analysis! missing-binReport missing-coreReport missing-dpkg missing-customReport
20152022
shell: bash
20162023
run: |
20172024
#lsmodReport
2018-
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-analysis 65 binReport coreReport dpkg
2025+
./ubiquitous_bash.sh _wget_githubRelease-fromTag-analysisReport-analysis 65 binReport coreReport dpkg customReport
20192026
env:
20202027
currentRepository: ${{ github.repository }}
20212028
currentReleaseTag: build_upgrade-${{ github.run_id }}-9999

README-installer.odt

-18 Bytes
Binary file not shown.

README-installer.pdf

-57.1 KB
Binary file not shown.

_lib/ubiquitous_bash

Submodule ubiquitous_bash updated 162 files

_prog/build-special.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,15 @@ _build_ubDistBuild-fetch() {
172172

173173
mkdir -p "$currentAccessoriesDir"/parts/ubDistBuild_bundle-adhoc/virtualbox/
174174
cd "$currentAccessoriesDir"/parts/ubDistBuild_bundle-adhoc/virtualbox/
175-
wget 'https://download.virtualbox.org/virtualbox/7.0.10/VirtualBox-7.0.10-158379-Win.exe'
175+
#wget 'https://download.virtualbox.org/virtualbox/7.0.10/VirtualBox-7.0.10-158379-Win.exe'
176+
wget 'https://download.virtualbox.org/virtualbox/7.1.12/VirtualBox-7.1.12-169651-Win.exe'
176177
cd "$functionEntryPWD"
177178

178179

179180
mkdir -p "$currentAccessoriesDir"/parts/ubDistBuild_bundle-adhoc/qemu/
180181
cd "$currentAccessoriesDir"/parts/ubDistBuild_bundle-adhoc/qemu/
181-
wget 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230817.exe'
182+
#wget 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230817.exe'
183+
wget 'https://qemu.weilnetz.de/w64/2025/qemu-w64-setup-20250422.exe'
182184
cd "$functionEntryPWD"
183185

184186

_prog/compile_bash_prog.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ _compile_bash_program_prog() {
143143

144144

145145
includeScriptList+=( core-micro.sh )
146+
147+
148+
149+
150+
includeScriptList+=( knowledge.sh )
146151

147152
true
148153
}

0 commit comments

Comments
 (0)