mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 09:31:08 +00:00
add note on requestsync stderr about syncpackage
This commit is contained in:
parent
e3693820e5
commit
1d68d8064c
@ -239,6 +239,10 @@ def main():
|
|||||||
if not sponsorship:
|
if not sponsorship:
|
||||||
sponsorship = needSponsorship(srcpkg, ubuntu_component, release)
|
sponsorship = needSponsorship(srcpkg, ubuntu_component, release)
|
||||||
|
|
||||||
|
if not sponsorship and not ffe:
|
||||||
|
print >> sys.stderr, ('Consider using syncpackage(1) for syncs that '
|
||||||
|
'do not require feature freeze exceptions.')
|
||||||
|
|
||||||
# Check for existing package reports
|
# Check for existing package reports
|
||||||
if not newsource:
|
if not newsource:
|
||||||
checkExistingReports(srcpkg)
|
checkExistingReports(srcpkg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user