29 novembre 2017 15:23 "kallisti5" <kallisti5@xxxxxxxxxxx> a écrit:
Sure it is! My concern is once these files are incorrectly changed,
everyone's build of Haiku brakes.
waddlesplash disabled the repository generation + check git hooks on push
since they don't make sense anymore.
I guess a better solution could be making a git hook that simply checks
the sha256hash of those repository URL's and validates the URL exists
before accepting commits to those files?
aka:
1) file in that path changed.
2) sha256sum is xxxyyy
3) url per repository file is https://blah.com
4) does https://blah.com/xxxyyy/repo exist?