Changeset 2350


Ignore:
Timestamp:
May 8, 2009, 12:38:43 AM (15 years ago)
Author:
price
Message:

revise pseudocode in notes to be more robust

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-hooks/notes

    r2349 r2350  
    1010    (as optimization: if same commit already in dev, just reprepro move)
    1111    try to build submodule
    12     if fail, abort -- whole commit, probably; else
     12    if fail:
     13      abort whole commit
     14      clean up any previous packages' built files, maybe keep this one's around
     15    remember package and version
     16  for each changed submodule revision:  (if we're still going)
    1317    tag submodule with version
    1418    upload to dev/prod respectively
     19    clean up built files
    1520  actually commit
    1621  zephyr
Note: See TracChangeset for help on using the changeset viewer.