------------------------------------------------------------ revno: 2394 committer: poy <p...@123gen.com> branch nick: trunk timestamp: Thu 2011-01-13 20:03:39 +0100 message: update the bug-closing script (the lp api has slightly changed) modified: committed_released.py installer/po/de.po installer/po/ru.po
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'committed_released.py' --- committed_released.py 2010-07-05 21:26:03 +0000 +++ committed_released.py 2011-01-13 19:03:39 +0000 @@ -29,8 +29,9 @@ continue total = total + 1 try: - bug_task.transitionToStatus(status = 'Fix Released') + bug_task.status = 'Fix Released' bug_task.bug.newMessage(content = message) + bug_task.lp_save() changed = changed + 1 except HTTPError: unchanged.append(bug_task.bug.id) === modified file 'installer/po/de.po' --- installer/po/de.po 2011-01-10 22:12:39 +0000 +++ installer/po/de.po 2011-01-13 19:03:39 +0000 @@ -33,7 +33,7 @@ #: installer/Strings.xml:5 #, no-wrap msgid "A previous installation of DC++ has been found; backup settings and queue to '$R0'?" -msgstr "Eine alte DC++ Installation wurde gefunden. Sollen die Einstellungen und die Warteschlange '$R0\" gesichert werden?" +msgstr "Eine alte DC++ Installation wurde gefunden. Sollen die Einstellungen und die Warteschlange '$R0' gesichert werden?" #. type: Content of: <Strings><SECTION_IP_COUNTRY> #: installer/Strings.xml:6 === modified file 'installer/po/ru.po' --- installer/po/ru.po 2011-01-10 22:12:39 +0000 +++ installer/po/ru.po 2011-01-13 19:03:39 +0000 @@ -58,7 +58,7 @@ #, no-wrap msgid "Unchecking this box will make DC++ store its settings in the program directory. This is strongly discouraged on Windows Vista and later; settings or downloads might get lost." msgstr "" -"ÐÑи оÑклÑÑении данного пÑнкÑа DC++ ÑÐ¾Ñ ÑÐ°Ð½Ð¸Ñ Ð²Ñе наÑÑÑойки в папке Ñ Ð¿ÑогÑаммой. ÐÑо нежелаÑелÑно длÑ\r\n" +"ÐÑи оÑклÑÑении данного пÑнкÑа DC++ ÑÐ¾Ñ ÑÐ°Ð½Ð¸Ñ Ð²Ñе наÑÑÑойки в папке Ñ Ð¿ÑогÑаммой. ÐÑо нежелаÑелÑно Ð´Ð»Ñ " "Windows Vista и более Ð¿Ð¾Ð·Ð´Ð½Ð¸Ñ ÑиÑÑем; наÑÑÑойки или загÑÑзки могÑÑ Ð±ÑÑÑ Ð¿Ð¾ÑеÑÑнÑ." #. type: Content of: <Strings><WARNING_LOCALE_ERASED>
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp