mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Updates, logging, and churn
also add an extra March ASB patch for 17.1 Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
ca93ef33ce
commit
750f244304
31 changed files with 13678 additions and 57 deletions
|
@ -27,6 +27,11 @@ resetWorkspace() {
|
|||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
patchWorkspace() {
|
||||
patchWorkspaceReal |& tee "$DOS_WORKSPACE_ROOT/Logs/patchWorkspace-$DOS_VERSION.log";
|
||||
}
|
||||
export -f patchWorkspace;
|
||||
|
||||
verifyAllPlatformTags() {
|
||||
repo forall -c 'source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPlatform $REPO_PROJECT $REPO_PATH';
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ gpgVerifyGitTag() {
|
|||
echo -e "\e[0;33mWARNING: keyring is unavailable, GPG verification of $1 will not be performed!\e[0m";
|
||||
fi;
|
||||
}
|
||||
export -f gpgVerifyGitHead;
|
||||
export -f gpgVerifyGitTag;
|
||||
|
||||
verifyTagIfPlatform() {
|
||||
if [[ "$1" == "platform/"* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue