aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-08 22:00:14 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-08 22:52:09 +0100
commita490f057d6764941c75ecd4d6842ab67a5323802 (patch)
tree69b6554fa50cca0aff93b4c5cdb4fd395405b620 /TODO
parent714bc8e39f1b250c3be82ecd49d2bf339e37a505 (diff)
downloadopenembedded-core-contrib-a490f057d6764941c75ecd4d6842ab67a5323802.tar.gz
update.py: improve fetch failure handling
* Report layer which failed to fetch in error message * Don't retry fetching a repo if it already failed for another layer (where more than one layer is in the same repository) * Exit immediately if all fetches failed Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 43e5fe2cd1..70b8526e7a 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@ TODO:
* Duplication of first maintainer when editing to add a second?
* Try to re-use existing recipe record with same PN instead of deleting and re-creating (if within same layer)
* meta-arago-extras is preferred over meta-networking e.g. for crda; probably need an explicit field for priority order
-* Update script does not report which layer failed with -q when fetch fails
* Document macros for URL fields
Later:
@@ -12,7 +11,6 @@ Later:
* Ability for reviewers to comment before publishing a layer?
* Add link to the all layers and all recipes tables from the layer details page?
* Prevent SMTP failures from breaking submission process
-* Update script still retries a fetch when repo has already failed
* All-branch search/results so you can see version availability of recipes in all branches at once?
* Rawrecipes branch support
* Display no-results found message when search does not return any results (all tables)