add note on requestsync stderr about syncpackage

This commit is contained in:
Colin Watson 2011-08-17 16:48:17 +01:00
parent e3693820e5
commit 1d68d8064c

View File

@ -239,6 +239,10 @@ def main():
if not sponsorship:
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
if not newsource:
checkExistingReports(srcpkg)