From 4a3e60b56709c2f0286ff00ba50ad5f484c48cac Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Fri, 9 Jan 2009 14:38:45 +0000 Subject: [PATCH] Repoint requestsync at stable. --- requestsync | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requestsync b/requestsync index 73e62b5..a160456 100755 --- a/requestsync +++ b/requestsync @@ -380,8 +380,7 @@ def post_bug(source_package, subscribe, status, bugtitle, bugtext): # Create bug Bug = launchpadbugs.connector.ConnectBug() # Force the usage of stable Launchpad. - #Bug.set_connection_mode(HTTPCONNECTION.MODE.STABLE) - Bug.set_connection_mode(HTTPCONNECTION.MODE.STAGING) + Bug.set_connection_mode(HTTPCONNECTION.MODE.STABLE) # Use our cookie file for authentication. Bug.authentication = launchpad_cookiefile