mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-03-12 03:31:13 +00:00
Refresh apport-hook patch
Summary: Adjust the apport-package-hook patch for the proper log directory. Test Plan: Make sure logs are attached to bug reports. Reviewers: wxl, tsimonq2 Differential Revision: https://phab.lubuntu.me/D54
This commit is contained in:
parent
c2221d5787
commit
24f981053c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
calamares (3.2.14-0ubuntu2) eoan; urgency=medium
|
||||
|
||||
* Refresh apport-package-hook.patch for change in log directory
|
||||
name.
|
||||
|
||||
-- Dan Simmons <kc2bez@lubuntu.me> Wed, 09 Oct 2019 18:04:16 -0400
|
||||
|
||||
calamares (3.2.14-0ubuntu1) eoan; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/patches/apport-package-hook.patch
vendored
2
debian/patches/apport-package-hook.patch
vendored
@ -52,7 +52,7 @@ Author: Walter Lapchynski <wxl@ubuntu.com>
|
||||
+for module in module_names:
|
||||
+ installed_modules.append(module_path + module + ".conf")
|
||||
+
|
||||
+log_file = expanduser("~") + "/.cache/Calamares/session.log"
|
||||
+log_file = expanduser("~") + "/.cache/calamares/session.log"
|
||||
+
|
||||
+config_file = "/etc/calamares/settings.conf"
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user