When I check the commit history, it becomes clear that there is a commit, even if nothing changed (no new apk). example: ab1bc7c
The commit contains only a new timestamp, a checksum of this and everything else needed to make the repo consistent again. this is waste of energy, also for all the android devices which access this repo.
I think the metascoop code should check for changed apks and abort, and the pipeline should skip committing and pushing if nothing changed except the timestamp
When I check the commit history, it becomes clear that there is a commit, even if nothing changed (no new apk). example: ab1bc7c
The commit contains only a new timestamp, a checksum of this and everything else needed to make the repo consistent again. this is waste of energy, also for all the android devices which access this repo.
I think the metascoop code should check for changed apks and abort, and the pipeline should skip committing and pushing if nothing changed except the timestamp