Kaydet (Commit) 791d648e authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Gecenin son güzelliği

üst 5b364139
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* util.py parçalandı: * util.py parçalandı:
-> ileride kod birikmesi olmasın diye (cross compiling özelliği ekleyince) -> ileride kod birikmesi olmasın diye (cross compiling özelliği ekleyince)
util.py dosyası parçalandı. util.py dosyası parçalandı.
-> util parçalanması sonrası değişimler yapıldı.
* One test passed: * One test passed:
-> fetcher testindeki errora sebeb olan yer bulundu fetcher fixe edildi. -> fetcher testindeki errora sebeb olan yer bulundu fetcher fixe edildi.
* Komutlara küçük dokunuşlar: * Komutlara küçük dokunuşlar:
......
* Lookup cleanCache function. Understand "How it works and How we can use it in inary"
* When scom errored inary should be add package to pending orders.
* Looking up messages and translations
...@@ -36,9 +36,9 @@ try: ...@@ -36,9 +36,9 @@ try:
import ciksemel import ciksemel
except: except:
#FIXME: Gorunusu guzel olsa bile kodda anlamsizlik yaratiyor #FIXME: Gorunusu guzel olsa bile kodda anlamsizlik yaratiyor
warn = inary.util.colorize(_("WARNING\n"),"blinkingred")+ \ warn = inary.util.colorize(_("WARNING:\n"),"blinkingred")+ \
inary.util.colorize(_("\tCiksemel XML Parser not found!!!\n" inary.util.colorize(_("\tCiksemel XML Parser not found!!!\n"
"\tMinidom slower than ciksemel but\n" "\tMinidom slower but\n"
"\tFalling back with minidom!!! :(\n\n"), 'faintwhite') "\tFalling back with minidom!!! :(\n\n"), 'faintwhite')
sys.stdout.write(warn) sys.stdout.write(warn)
......
...@@ -734,7 +734,7 @@ def locked(func): ...@@ -734,7 +734,7 @@ def locked(func):
try: try:
inary.db.invalidate_caches() inary.db.invalidate_caches()
ctx.ui.info(_('Invalidate database caches...'), verbose= True) ctx.ui.info(_('Invalidating database caches...'), verbose= True)
ret = func(*__args,**__kw) ret = func(*__args,**__kw)
ctx.ui.info(_('Updating database caches...'), verbose= True) ctx.ui.info(_('Updating database caches...'), verbose= True)
inary.db.update_caches() inary.db.update_caches()
......
...@@ -107,7 +107,7 @@ class CLI(inary.ui.UI): ...@@ -107,7 +107,7 @@ class CLI(inary.ui.UI):
# let's cheat from KDE :) # let's cheat from KDE :)
msg = inary.util.colorize(msg, color) msg = inary.util.colorize(msg, color)
if verbose: if verbose:
msg = inary.util.colorize(_('Verbose: '), 'white') + msg msg = inary.util.colorize(_('Verboses: '), 'white') + msg
if not noln: if not noln:
msg = '%s\n'%(msg) msg = '%s\n'%(msg)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -210,7 +210,8 @@ setup(name="inary", ...@@ -210,7 +210,8 @@ setup(name="inary",
'inary.db', 'inary.db',
'inary.operations', 'inary.operations',
'inary.sxml', 'inary.sxml',
'inary.scenarioapi'], 'inary.scenarioapi',
'inary.util'],
scripts = ['inary-cli', scripts = ['inary-cli',
'scripts/lsinary', 'scripts/lsinary',
'scripts/uninary', 'scripts/uninary',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment