mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 16:34:59 -04:00
GPG verification for all platform repositories
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7854c05aa4
commit
3618774d9f
10 changed files with 71 additions and 37 deletions
|
@ -21,6 +21,17 @@ startPatcher() {
|
|||
}
|
||||
export -f startPatcher;
|
||||
|
||||
resetWorkspace() {
|
||||
umask 0022;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out DOS_PATCHED_FLAG && repo sync -j8 --force-sync --detach;
|
||||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
verifyAllTags() {
|
||||
repo forall -c 'source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPossible $REPO_PROJECT $REPO_PATH';
|
||||
}
|
||||
export -f verifyAllTags;
|
||||
|
||||
enter() {
|
||||
echo "================================================================================================"
|
||||
local dir="$1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue