@@ -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
0 commit comments