forked from opencollab/debile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUGS
24 lines (22 loc) · 1.02 KB
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Urgent:
[ ] SSL encrypt XML-RPC connections.
[ ] debug builder. ensure no funny stuff. hard. allow new build compilers
to be added trivially (clang, gcc-4.9)
[ ] add inotify change processing. add to daemon.
[ ] let users create slaves via xml-rpc over the line. need to send openpgp
keys too. POST it?
[ ] create 'cluster' user-type that can create and destroy slaves it owns.
Long-term:
[x] - Add init script for the server
[x] - Have the client crash in less sucky ways
[x] - Server being down
[ ] - Network breaking / can't dput
[ ] - Find a way to keep chroots updated
(Ideas: docker based updater on the central server - tarballs
as a service / TaaS :) )
[x] - Fix adequite to no longer prompt for things (see how piuparts does
this?)
[ ] - Find a way to forward "clean" builds via magic to other servers after
they get fully built in debile (to allow PPA-alikes backed by debile)
[ ] - Docker integration? Allow hosts to spawn Docker containers? Adding new
nodes will be easier and safer