Merge lp:~aaronp/software-center/605048_2 into lp:software-center

Proposed by Aaron Peachey
Status: Merged
Merged at revision: 1400
Proposed branch: lp:~aaronp/software-center/605048_2
Merge into: lp:software-center
Diff against target: 16 lines (+5/-1)
1 file modified
utils/update-software-center (+5/-1)
To merge this branch: bzr merge lp:~aaronp/software-center/605048_2
Reviewer Review Type Date Requested Status
software-store-developers Pending
Review via email: mp+45180@code.launchpad.net

Commit message

utils/update-software-center: now outputs messages to indicate it is doing something when asked to rebuild the catalog

Description of the change

additional work to fix bug 605048 and 686994, update-software-center now outputs messages to indicate it is doing something when asked to rebuild the catalog

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks! Merged as r1400 (nice round number :)

Please also add yourself to AUTHORS so that you get credits for your work in the about dialog.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utils/update-software-center'
2--- utils/update-software-center 2010-11-19 09:37:30 +0000
3+++ utils/update-software-center 2011-01-04 22:01:30 +0000
4@@ -128,7 +128,11 @@
5 os.makedirs(pathname)
6 # rebuild the database, the default context is run to ensure
7 # dbus querries are processed
8- rebuild_database(pathname)
9+ print "Updating software catalog...this may take a moment."
10+ if rebuild_database(pathname):
11+ print "Software catalog update was successful."
12+ else:
13+ print "There was a problem updating the software catalog. Please try again or check the log."
14 finally:
15 # signal that the xapian db is valid again
16 if dbus_controller:

Subscribers

People subscribed via source and target branches