projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f6ba9
)
show simple progress message for long time operations #325
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Wed, 14 Nov 2012 23:10:17 +0000
(07:10 +0800)
committer
test
<test@test-virtual-machine.(none)>
Wed, 14 Nov 2012 23:12:53 +0000
(07:12 +0800)
Change-Id: I1df3f74459dd92cb77f1cd7d7879d965578b8d0b
gitbuildsys/oscapi.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/oscapi.py
b/gitbuildsys/oscapi.py
index 4e0d2ce4ab8c6c228f080b1e51abbb81cc116272..b1461446e8502ace43ecb99499eb2b8effb6f832 100644
(file)
--- a/
gitbuildsys/oscapi.py
+++ b/
gitbuildsys/oscapi.py
@@
-220,6
+220,7
@@
class OSC(object):
return rdict.keys(), not_changed, changed, new
+ @msger.waiting
def commit_files(self, prj, pkg, files, message):
"""Commits files to OBS."""
@@
-248,6
+249,7
@@
class OSC(object):
except OSCError, err:
raise ObsError("can't commit files to %s/%s: %s" % (prj, pkg, err))
+ @msger.waiting
def remove_files(self, prj, pkg, fnames=None):
"""
Remove file[s] from the package.