aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-23 20:26:02 +0200
committerficus <ficus@robocracy.org>2012-09-23 20:26:02 +0200
commit52039642da2a578ce0e522353edc09f12cdd86f8 (patch)
tree2fdfedb21a8316e27558dec045fe6274c03f2e06
parenta72ee1f82134664aa3a868386d6d7357969d23f5 (diff)
downloadtui-52039642da2a578ce0e522353edc09f12cdd86f8.tar.gz
tui-52039642da2a578ce0e522353edc09f12cdd86f8.zip
make note of some problems
-rw-r--r--README4
-rw-r--r--TODO15
-rwxr-xr-xsetup.py1
3 files changed, 18 insertions, 2 deletions
diff --git a/README b/README
index fdc6934..6df5cf1 100644
--- a/README
+++ b/README
@@ -50,3 +50,7 @@ tomfoolery, but if not, you can install system-wide:
$ sudo ./setup.py install
+To build a one-off debian package, install ``python-stdeb`` and then run:
+
+ $ python setup.py --command-packages=stdeb.command bdist_deb
+
diff --git a/TODO b/TODO
index 6b3d619..78ca990 100644
--- a/TODO
+++ b/TODO
@@ -45,8 +45,19 @@
# Soon
-- flesh out README
-- installation script
+- resolve super-slow status lookup problem. err? note: dreamplug is Python
+ 2.7.3rc2
+- ifup/down doesn't set link status?
+- lan/wan eth0/eth1 mixup
+- use uaputl (not iw) for wireless stuff if a uap device
+- hostname, iw, nl80211 dependancies (?)
+- remove hostname -f stuff (sigh)
+- CSS: blank space at top
+- timeout on popen? wlan0 issue.
+- port and ip as args
+- uap0 as default (?)
+- add setuptools (python-setuptools) dependancy
+- init.d script
- display DHCP lease status of WAN port
- modify DHCP lease settings for ethernet LAN
- enable/disable hotplug in interfaces when method changes
diff --git a/setup.py b/setup.py
index b3373be..79da14c 100755
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,7 @@ setup(
install_requires=[
'Flask',
'python-augeas',
+ 'setuptools'
],
dependancy_links=['https://fedorahosted.org/released/python-augeas/'],
entry_points = {