[banshee] [build] print a done message when done



commit 52015841308d00fa8dfb2ef635f97aca4d9b8fbf
Author: Aaron Bockover <abockover novell com>
Date:   Sun Dec 20 17:22:01 2009 -0500

    [build] print a done message when done

 build/bundle/build.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/bundle/build.py b/build/bundle/build.py
index 6c36834..f84ae2e 100755
--- a/build/bundle/build.py
+++ b/build/bundle/build.py
@@ -248,3 +248,6 @@ if __name__ == '__main__':
 			continue
 		package['_path'] = path
 		build_package (profile, parse_package (profile, package))
+	
+	print
+	print 'Done.'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]