0663e056374f5c515cdeca4423758534f04ce49d
[invirt/scripts/git-hooks.git] / notes
1
2
3 on commit to submodule:
4   zephyr
5   nothing else?
6
7 superrepo heads are dev, prod
8 on commit to superrepo:
9   for each changed submodule revision:
10     (as optimization: if same commit already in dev, just reprepro move)
11     try to build submodule
12     if fail, abort -- whole commit, probably; else
13     tag submodule with version
14     upload to dev/prod respectively
15   actually commit
16   zephyr
17
18 This makes a long pre-receive process.  Is that cool?
19 Probably is the right thing.
20