mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 09:16:14 +01:00
- Package.mark_frozen: also print the name of the affected package
This is needed if mark_frozen is (indirectly) called from Project.update (otherwise it is not clear for which project an "osc pull" has to be performed).
This commit is contained in:
parent
d17b497867
commit
fddf2e3e6c
@ -2029,7 +2029,7 @@ rev: %s
|
|||||||
def mark_frozen(self):
|
def mark_frozen(self):
|
||||||
store_write_string(self.absdir, '_frozenlink', '')
|
store_write_string(self.absdir, '_frozenlink', '')
|
||||||
print()
|
print()
|
||||||
print("The link in this package is currently broken. Checking")
|
print("The link in this package (\"%s\") is currently broken. Checking" % self.name)
|
||||||
print("out the last working version instead; please use 'osc pull'")
|
print("out the last working version instead; please use 'osc pull'")
|
||||||
print("to merge the conflicts.")
|
print("to merge the conflicts.")
|
||||||
print()
|
print()
|
||||||
|
Loading…
Reference in New Issue
Block a user