- updated TODO

- inaugurate a new small reagent tool to help spm tree compilation

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1096 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-01-24 18:31:40 +00:00
parent 8117cdad84
commit cb14ddf992
5 changed files with 172 additions and 94 deletions
+10
View File
@@ -74,6 +74,11 @@ def print_help():
print_info(" \t\t"+green("md5check")+"\t\t\t Check digest of a package, a list of packages, world")
print_info(" \t\t"+green("md5remote")+"\t\t\t Compare digest of a package between database and mirrors")
print_info(" \t"+green("spm")+brown("\t\t Source Package Manager tool manager"))
print_info(" \t\t"+green("compile")+"\t\t\t Start SPM and compile something")
print_info(" \t\t\t"+red("categories")+"\t compile provided categories")
print_info(" \t\t\t"+brown("--list")+"\t\t list packages and quit")
print_info(" \t"+green("deptest")+brown("\t\t Look for unsatisfied dependencies inside database"))
print_info(" \t"+green("depends")+brown("\t\t Regenerate depends table (plus database lock and bump)"))
print_info(" \t\t"+red("--quiet")+"\t\t\t\t just print the dependencies list")
@@ -150,3 +155,8 @@ elif (options[0] == "depends"):
elif (options[0] == "cleanup"):
rc = entropyTools.cleanup()
exit(rc)
# deptest tool
elif (options[0] == "spm"):
rc = reagentTools.spm(options[1:])
exit(rc)