ubuntukylin-members team mailing list archive
-
ubuntukylin-members team
-
Mailing list archive
-
Message #04213
[Merge] lp:~luolei/youker-assistant/test-branch into lp:youker-assistant
Luo Lei has proposed merging lp:~luolei/youker-assistant/test-branch into lp:youker-assistant.
Requested reviews:
Ubuntu Kylin Members (ubuntukylin-members)
For more details, see:
https://code.launchpad.net/~luolei/youker-assistant/test-branch/+merge/241205
A test
--
https://code.launchpad.net/~luolei/youker-assistant/test-branch/+merge/241205
Your team Ubuntu Kylin Members is requested to review the proposed merge of lp:~luolei/youker-assistant/test-branch into lp:youker-assistant.
=== modified file 'backends/youker-assistant-daemon/src/sessiondbus/unzip.py'
--- backends/youker-assistant-daemon/src/sessiondbus/unzip.py 2014-09-30 07:48:40 +0000
+++ backends/youker-assistant-daemon/src/sessiondbus/unzip.py 2014-11-09 12:12:18 +0000
@@ -43,10 +43,12 @@
subprocess.call(["unzip", package_file, "-d", unziped_dir])
dest_dir = unziped_dir + "uk-img/"
if not os.path.exists(dest_dir):
+ fp.close()
print("unzip '%s' to '%s' failed" % (package_file , unziped_dir))
return False
else:
print "unzip ok...."
+ fp.close()
return True
# unziped_dir = unziped_dir + WS360_CHROME_PKGNAME
# version = get_package_ver_from_manifest(unziped_dir)
=== modified file 'debian/changelog'
--- debian/changelog 2014-10-31 07:52:06 +0000
+++ debian/changelog 2014-11-09 12:12:18 +0000
@@ -1,3 +1,9 @@
+youker-assistant (1.3.2.1-0ubuntu1) utopic; urgency=low
+
+ * Just a test.
+
+ -- Luo Lei (luolei) <luolei@xxxxxxxxxxxxxxx> Sun, 9 Nov 2014 20:07:37 +0800
+
youker-assistant (1.3.2-0ubuntu1) utopic; urgency=low
* Make it work normally when fisrt start(LP: #1373294).