[Libreoffice-bugs] [Bug 108563] Remove global variable gArchiveReader in onlineupdater
https://bugs.documentfoundation.org/show_bug.cgi?id=108563 Chris changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|libreoffice-b...@lists.free |christian.ba...@zoho.com |desktop.org | --- Comment #4 from Chris --- Moved the global variable to local one: https://gerrit.libreoffice.org/#/c/39243/ -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 108563] Remove global variable gArchiveReader in onlineupdater
https://bugs.documentfoundation.org/show_bug.cgi?id=108563 --- Comment #3 from Markus Mohrhard --- (In reply to Chris from comment #2) > I want to work on this ticket but got stuck on building the software. > I did the autogen.sh with the following command (that worked fine so far): > ./autogen.sh --enable-online-update=mar --with-update-config=/tmp/update.ini > > But on additional "make" command the build stopped by complaining about the > content of the "update.ini" file. Is there a something about the syntax of > this file in the docs? Hey Chris, oh. I forgot that the file is now required. The content of the file is a typical windows based ini file and for you the content needs to be at least. For path_to_a_simple_text_file you can use to any simple few character text file that contains a few characters. You don't need a valid certificate right now as you don't need to execute an update to test your code. [Updater] certificate-der=path_to_a_simple_text_file -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 108563] Remove global variable gArchiveReader in onlineupdater
https://bugs.documentfoundation.org/show_bug.cgi?id=108563 --- Comment #2 from Chris --- I want to work on this ticket but got stuck on building the software. I did the autogen.sh with the following command (that worked fine so far): ./autogen.sh --enable-online-update=mar --with-update-config=/tmp/update.ini But on additional "make" command the build stopped by complaining about the content of the "update.ini" file. Is there a something about the syntax of this file in the docs? -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
[Libreoffice-bugs] [Bug 108563] Remove global variable gArchiveReader in onlineupdater
https://bugs.documentfoundation.org/show_bug.cgi?id=108563 Markus Mohrhard changed: What|Removed |Added Keywords||difficultyBeginner, ||easyHack, skillCpp Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Markus Mohrhard --- You need to compile with the flag --enable-online-update=mar for this task. -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs