mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-07 08:55:04 -04:00
More verification
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
3618774d9f
commit
86ed884251
10 changed files with 34 additions and 27 deletions
|
@ -27,10 +27,10 @@ resetWorkspace() {
|
|||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
verifyAllTags() {
|
||||
repo forall -c 'source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPossible $REPO_PROJECT $REPO_PATH';
|
||||
verifyAllPlatformTags() {
|
||||
repo forall -c 'source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPlatform $REPO_PROJECT $REPO_PATH';
|
||||
}
|
||||
export -f verifyAllTags;
|
||||
export -f verifyAllPlatformTags;
|
||||
|
||||
enter() {
|
||||
echo "================================================================================================"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue