diff --git a/Packaging.md b/Packaging.md index e880102..0d59317 100644 --- a/Packaging.md +++ b/Packaging.md @@ -46,3 +46,13 @@ So one way to do this is to have each of our built-in subprojects (allmydata, fo So we could have a 'build' target (perhaps in the makefile) which produces a handful of eggs, or a handful of .debs, and you need to install whichever ones you don't already have. Or you can just run from source. -Brian + +## related tickets + +#15 -- consider using setuptools for tahoe + +#10 -- clean up after yourself when told to "make clean" + +#82 -- remove the "build" step in the "edit, build, run" cycle + +#47 -- use pyutil as a separate package and contribute src/allmydata/util/* into pyutil