Last change
on this file since 2512 was
2498,
checked in by broder, 15 years ago
|
Update git-hooks notes with new vision for how git works.
|
File size:
776 bytes
|
Rev | Line | |
---|
[2349] | 1 | |
---|
| 2 | |
---|
[2498] | 3 | on push to submodule: |
---|
| 4 | error on non-fast-forward |
---|
| 5 | error on pushing tag |
---|
[2349] | 6 | zephyr |
---|
| 7 | |
---|
[2498] | 8 | superrepo heads are dev and prod |
---|
| 9 | on push to superrepo: |
---|
| 10 | error - no pushes to superrepo |
---|
[2358] | 11 | |
---|
[2498] | 12 | on remctl xvm repo (dev|prod) package SHA-1: |
---|
| 13 | use remctl ACLs to limit pushes to correct groups |
---|
| 14 | verify that new version number is greater than previous |
---|
| 15 | echo "(dev|prod) package SHA-1" > $build_queue/TIMESTAMP |
---|
| 16 | |
---|
| 17 | while build queue is not empty: |
---|
| 18 | find min(os.listdir($build_queue)) |
---|
| 19 | (as optimization: if same commit already in dev, just reprepro move) |
---|
| 20 | try to build submodule |
---|
[2350] | 21 | if fail: |
---|
[2498] | 22 | keep build around |
---|
| 23 | send mail with log |
---|
| 24 | zephyr |
---|
| 25 | upload to apt repo |
---|
| 26 | tag submodule with version |
---|
| 27 | commit superrepo with updated submodule |
---|
| 28 | clean up build files |
---|
[2349] | 29 | zephyr |
---|
[2498] | 30 | rm $build_queue file |
---|
Note: See
TracBrowser
for help on using the repository browser.