mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
do_package_tracking: be a bit more verbose when updating a project
This commit is contained in:
parent
36fb38afd0
commit
ae07c9a945
@ -430,6 +430,7 @@ class Project:
|
||||
elif p.islink() and p.isexpanded():
|
||||
rev = show_upstream_xsrcmd5(p.apiurl,
|
||||
p.prjname, p.name)
|
||||
print 'Updating %s' % p.name
|
||||
p.update(rev)
|
||||
elif state == 'D':
|
||||
# TODO: Package::update has to fixed to behave like svn does
|
||||
|
Loading…
Reference in New Issue
Block a user