From 1d68d8064c345240c7db090b25a0589f2c795513 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 17 Aug 2011 16:48:17 +0100 Subject: [PATCH] add note on requestsync stderr about syncpackage --- requestsync | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requestsync b/requestsync index 9b3ff59..33a6462 100755 --- a/requestsync +++ b/requestsync @@ -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)