introducing smart applications and smart packages

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@646 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-10 02:32:06 +00:00
parent 637167dcb3
commit 2de0b00569
11 changed files with 547 additions and 352 deletions
-7
View File
@@ -57,8 +57,6 @@ def print_help():
print_info(" \t"+green("deptest")+yellow("\t\t Look for unsatisfied dependencies inside database"))
print_info(" \t"+green("depends")+yellow("\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")
print_info(" \t"+green("smartapps")+yellow("\t Entropy application tool to create self-dependant applications [EXPERIMENTAL]"))
print_info(" \t\t"+green("create")+"\t\t\t\t Create a smartapp package using the package names provided")
print_info(" \t"+green("cleanup")+yellow("\t\t to clean temporary files"))
options = sys.argv[1:]
@@ -111,11 +109,6 @@ elif (options[0] == "database"):
databaseTools.database(options[1:])
sys.exit(0)
# smartapps tool
elif (options[0] == "smartapps"):
reagentTools.smartapps(options[1:])
sys.exit(0)
# deptest tool
elif (options[0] == "deptest"):
reagentTools.dependenciesTest(options[1:])