* always more to do

This commit is contained in:
Eray Özkural
2005-06-10 12:47:40 +00:00
parent 9fc8b06905
commit 56dfeff01b
2 changed files with 18 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
TODO
----
A list of tasks to accomplish, organized into priority sections
Legend:
- Todo
? Not determined if we have to do
/ In progress
+ Accomplished, move to end of list
1. Pre-Alpha
/ implement reading spec file
- implement install database
+1 -3
View File
@@ -7,8 +7,6 @@ import util
#import dependency
#import conflicts
class PisiInstallError(Exception):
pass
def install_package_file(package_fn):
@@ -21,7 +19,7 @@ def install_package_file(package_fn):
# check if we have all required files
specfile = SpecFile()
specfile.read(install_dir + "pspec.xml")
specfile.read(install_dir + "/pspec.xml")
# check pspec semantics
specfile.verify()
# check file system requirements