fix text_query calls with reagent database search
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1062 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -42,16 +42,16 @@ def print_help():
|
||||
print_info(" --version\t\tprint version")
|
||||
print_info(" --nocolor\t\tdisable colorized output")
|
||||
print_info(blue("Tools available: "))
|
||||
|
||||
|
||||
print_info(" \t"+green("update")+brown("\t\t Update Entropy Database analyzing the system for new installed packages"))
|
||||
print_info(" \t\t"+red("--branch=<branch name>")+"\t\t Choose which branch assign to the packages")
|
||||
print_info(" \t\t"+red("--seekstore")+"\t\t\t Skip differential COUNTERS scanning and analyze STORE directory")
|
||||
print_info(" \t\t"+red("--repackage")+"\t\t\t Repackage specified atoms")
|
||||
print_info(" \t\t"+red("--noask")+"\t\t\t\t Automatically handle things without questioning")
|
||||
|
||||
|
||||
print_info(" \t"+green("inject")+brown("\t\t Inject .tbz2s into database without removing others in the scope (multipackage)"))
|
||||
print_info(" \t\t"+red("--branch=<branch name>")+"\t\t Choose which branch assign to the packages")
|
||||
|
||||
|
||||
print_info(" \t"+green("database")+brown("\t Entropy database tool manager"))
|
||||
print_info(" \t\t"+red("--initialize")+"\t\t\t (Re)Initialize the Entropy packages database [DO NOT USE THIS]")
|
||||
print_info(" \t\t"+green("search")+"\t\t\t\t Search a package inside the Entropy packages database")
|
||||
@@ -73,7 +73,7 @@ def print_help():
|
||||
print_info(" \t\t"+green("switchbranch")+"\t\t\t Switch to the specified branch, a package, a list of packages, world")
|
||||
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("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")
|
||||
@@ -104,9 +104,9 @@ import databaseTools
|
||||
_options = []
|
||||
for opt in options:
|
||||
if (opt == "--nocolor"):
|
||||
nocolor()
|
||||
nocolor()
|
||||
elif (opt == "--debug"):
|
||||
entropyTools.enableDebug()
|
||||
entropyTools.enableDebug()
|
||||
else:
|
||||
if (opt == "--quiet"):
|
||||
etpUi['quiet'] = True
|
||||
|
||||
Reference in New Issue
Block a user