From 42b40b95eaf64099792a7020a46300bdf51601a8 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 8 May 2009 00:38:43 -0400 Subject: [PATCH] revise pseudocode in notes to be more robust svn path=/trunk/scripts/git-hooks/; revision=2350 --- notes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/notes b/notes index 0663e05..f79e7c3 100644 --- a/notes +++ b/notes @@ -9,9 +9,14 @@ on commit to superrepo: for each changed submodule revision: (as optimization: if same commit already in dev, just reprepro move) try to build submodule - if fail, abort -- whole commit, probably; else + if fail: + abort whole commit + clean up any previous packages' built files, maybe keep this one's around + remember package and version + for each changed submodule revision: (if we're still going) tag submodule with version upload to dev/prod respectively + clean up built files actually commit zephyr -- 1.7.9.5