[yast-devel] YaST Sprint 83 Report
Hi all, The YaST team has just published another sprint report that, as usual, you can find in lizards.opensuse.org: https://lizards.opensuse.org/2019/08/30/yast-sprint-83/ During the last two weeks, we have been basically busy squashing bugs and trying to get the network module as feature-complete as possible. And, after all, we have had also some time to improve our infrastructure and organize for the future. Enjoy! Regards, Imo -- Imobach González Sosa YaST Team at SUSE LINUX GmbH https://imobachgs.github.io/
Hello, Am Freitag, 30. August 2019 schrieb Imobach González Sosa:
In the "Handling Empty Comment Lines in NTP Configuration" section, there's "as you can see in bug 1142026". Unfortunately all I can see is "You are not authorized to access bug #1142026." :-( Is there a chance to make that bugreport public? Somewhat related to that - what you did on the YaST side looks more like a workaround to me. Wouldn't it make more sense to get Augeas fixed? Regards, Christian Boltz -- No animals were harmed and no hackers got drunk while producing those pics. [Katarina Machalkova on http://hedgehogpainter.livejournal.com/11424.html ] -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
V Sat, 31 Aug 2019 12:55:06 +0200 Christian Boltz <opensuse@cboltz.de> napsáno:
Hello,
Am Freitag, 30. August 2019 schrieb Imobach González Sosa:
In the "Handling Empty Comment Lines in NTP Configuration" section, there's "as you can see in bug 1142026". Unfortunately all I can see is "You are not authorized to access bug #1142026." :-( Is there a chance to make that bugreport public?
Hi, I do not know exact procedure to make bug report public, but in this case I believe it can be public as it is bug found by our internal QA, so hopefully nothing blocks it.
Somewhat related to that - what you did on the YaST side looks more like a workaround to me. Wouldn't it make more sense to get Augeas fixed?
Well, actually it is a bit different from augeas POV. Each comment has its own entry. So you basically add comments per lines. And empty line is from augeas POV formatting and not comment. So in augeas # comment 1 # comment 2 is parsed as comment[1] => "# comment 1" comment[2] => "# comment 2" and augeas writter if you do not modify it, it keeps formatting as it was ( so no changes to configuration ). What yast do in past was different. It stores comments as single string before given key. and it just paste that string before without trying to understand it. So yast have there also formatting string, which augeas does not allow. And that is root of issue. Ideal solution would be to parse what we have in comment section by augeas so it is separated to augeas elements, but it will be hard to merge later and also it will be reformatted. So simple filtering empty lines looks easier for us as we already have from past ability to store multi-line comments. BTW for Leap15 and newer this is not issue as we use chrony with a much smarter autoyast profile, that just define what user want to modify instead of complete file parsed to internal structure. Josef
Regards,
Christian Boltz
-- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On 9/2/19 9:45 AM, Josef Reidinger wrote:
V Sat, 31 Aug 2019 12:55:06 +0200 Christian Boltz <opensuse@cboltz.de> napsáno:
Hello,
Am Freitag, 30. August 2019 schrieb Imobach González Sosa:
In the "Handling Empty Comment Lines in NTP Configuration" section, there's "as you can see in bug 1142026". Unfortunately all I can see is "You are not authorized to access bug #1142026." :-( Is there a chance to make that bugreport public?
Hi, I do not know exact procedure to make bug report public, but in this case I believe it can be public as it is bug found by our internal QA, so hopefully nothing blocks it.
There is a mail address you can write to request such thing. I have just spent 10 minutes unsuccessfully looking for it, but I know it exists. It was announced by the board not so long ago. Cheers. -- Ancor González Sosa YaST Team at SUSE Linux GmbH -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
Hello, Am Montag, 2. September 2019, 09:51:12 CEST schrieb Ancor Gonzalez Sosa:
On 9/2/19 9:45 AM, Josef Reidinger wrote:
V Sat, 31 Aug 2019 12:55:06 +0200 Christian Boltz <opensuse@cboltz.de> napsáno:
Am Freitag, 30. August 2019 schrieb Imobach González Sosa:
In the "Handling Empty Comment Lines in NTP Configuration" section, there's "as you can see in bug 1142026". Unfortunately all I can see is "You are not authorized to access bug #1142026." :-( Is there a chance to make that bugreport public?
Hi, I do not know exact procedure to make bug report public, but in this case I believe it can be public as it is bug found by our internal QA, so hopefully nothing blocks it. There is a mail address you can write to request such thing. I have just spent 10 minutes unsuccessfully looking for it, but I know it exists. It was announced by the board not so long ago.
You mean opensuse-bugshare@opensuse.org ? Unfortunately in most cases this will only result in providing a summary of the bug, not in making it public. (Nevertheless, feel free to write there to make clear that there is an interest in making bugs public.) The more practical approach is to move the bug from SLE to openSUSE, which should hopefully allow you ("you" means "SUSE employees" here) to remove the "novellonly" restriction. That said - Josef's explanation already looks like a good summary to me :-) Regards, Christian Boltz -- Mit wine läuft ständig irgendwas jetzt endlich, während irgendwas anderes nicht mehr läuft. In dieser Hinsicht emuliert es Windows perfekt... :-) [Ratti in fontlinge-devel] -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (4)
-
Ancor Gonzalez Sosa
-
Christian Boltz
-
Imobach González Sosa
-
Josef Reidinger