From 56dfeff01b997af58f96b26f33c63dce94cdd183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Fri, 10 Jun 2005 12:47:40 +0000 Subject: [PATCH] * always more to do --- src/TODO | 17 +++++++++++++++++ src/install.py | 4 +--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 src/TODO diff --git a/src/TODO b/src/TODO new file mode 100644 index 00000000..de0ff679 --- /dev/null +++ b/src/TODO @@ -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 diff --git a/src/install.py b/src/install.py index e74f628f..d0946a36 100644 --- a/src/install.py +++ b/src/install.py @@ -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