Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-10-01 16:12:37 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2015-10-13 18:58:49 +0300
commit414a31235844de6d288d8e8dc4ac862f7de54727 (patch)
treed761b398e2bfe28048c4b176b28823df4364b6c1 /TODO
parent7b4da1fa13c5c118050058df552217deeb95c45c (diff)
Refactor to add a command which does what upset does
Refactor various parts to make it possible to have a single command to validate the package set as it processes uploads Also remove TODO Also say something if we aren't going to write setup.ini due to an error
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index c977ae9..0000000
--- a/TODO
+++ /dev/null
@@ -1,12 +0,0 @@
-* The current update done by upset is atomic: It reads both uploads and release
- area and verifies the resulting package set is consistent before moving an
- ything.
-
- For simplicitly, this reimplmentation splits the moving and package set
- consistency check into separate pieces, but we should have the pieces to add
- that feature back.
-
-* upset appears to have a feature intended to merge existing the requires: with
- those in setup.hint. I'm not sure if it works, though. Something like that
- would be quite useful, though, telling you when dependencies were added or
- removed.