* always more to do
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user