1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Update rebuild logic on automation to obs / ppa

This commit is contained in:
purian23
2025-12-06 21:33:53 -05:00
parent 8ce78e7134
commit 511cb93806
3 changed files with 226 additions and 168 deletions

View File

@@ -84,8 +84,9 @@ fi
CHANGES_FILE=$(find "$PARENT_DIR" -maxdepth 1 -name "${PACKAGE_NAME}_*_source.changes" -type f | sort -V | tail -1)
if [ -z "$CHANGES_FILE" ]; then
error "Changes file not found in $PARENT_DIR"
exit 1
warn "Changes file not found in $PARENT_DIR"
warn "Assuming build was skipped (no changes needed) and exiting successfully."
exit 0
fi
info "Found changes file: $CHANGES_FILE"