mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
Repoint requestsync at stable.
This commit is contained in:
parent
9bf7ed3fd3
commit
4a3e60b567
@ -380,8 +380,7 @@ def post_bug(source_package, subscribe, status, bugtitle, bugtext):
|
|||||||
# Create bug
|
# Create bug
|
||||||
Bug = launchpadbugs.connector.ConnectBug()
|
Bug = launchpadbugs.connector.ConnectBug()
|
||||||
# Force the usage of stable Launchpad.
|
# Force the usage of stable Launchpad.
|
||||||
#Bug.set_connection_mode(HTTPCONNECTION.MODE.STABLE)
|
Bug.set_connection_mode(HTTPCONNECTION.MODE.STABLE)
|
||||||
Bug.set_connection_mode(HTTPCONNECTION.MODE.STAGING)
|
|
||||||
|
|
||||||
# Use our cookie file for authentication.
|
# Use our cookie file for authentication.
|
||||||
Bug.authentication = launchpad_cookiefile
|
Bug.authentication = launchpad_cookiefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user