[Bug 1168628] New: network:cluster/warewulf: Bug on vnfs-SUSE-Make-sure-no-repos-are-left-over-when-adding-a-list-of-repositories.patch
http://bugzilla.opensuse.org/show_bug.cgi?id=1168628 Bug ID: 1168628 Summary: network:cluster/warewulf: Bug on vnfs-SUSE-Make-sure-no-repos-are-left-over-when-adding -a-list-of-repositories.patch Classification: openSUSE Product: openSUSE.org Version: unspecified Hardware: Other OS: openSUSE Factory Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software Assignee: burnus@gmx.de Reporter: runappz@gmail.com QA Contact: bnc-team-screening@forge.provo.novell.com CC: eich@suse.com, scorot@free.fr Found By: --- Blocker: --- Reused $i in bash script, which was firstly declared as number and then as string. The following patch should fix this. --- vnfs-SUSE-Make-sure-no-repos-are-left-over-when-adding-a-list-of-repositories.patch +++ vnfs-SUSE-Make-sure-no-repos-are-left-over-when-adding-a-list-of-repositories.patch.new @@ -38,8 +38,8 @@ + done + + cnt=0 -+ for i in `echo $ZYP_MIRROR | sed -e 's/,/ /'`; do -+ $ZYP_CMD ar $i repo-$((cnt++)) ++ for repourl in `echo $ZYP_MIRROR | sed -e 's/,/ /'`; do ++ $ZYP_CMD ar $repourl repo-$((cnt++)) + done + fi + -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1168628 http://bugzilla.opensuse.org/show_bug.cgi?id=1168628#c1 Christian Goll <cgoll@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS CC| |cgoll@suse.com, | |runappz@gmail.com Flags| |needinfo?(runappz@gmail.com | |) --- Comment #1 from Christian Goll <cgoll@suse.com> --- Thanks for binging this up. The Fix is now forwarded to factory. Do you also need this fixed in specific backports? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1168628 Christian Goll <cgoll@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|burnus@gmx.de |cgoll@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1168628 http://bugzilla.opensuse.org/show_bug.cgi?id=1168628#c2 --- Comment #2 from Ben Ma <runappz@gmail.com> --- I'm now on 15.2 beta. I guess it would also receive the fix before final release? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1168628 http://bugzilla.opensuse.org/show_bug.cgi?id=1168628#c3 Christian Goll <cgoll@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED Flags|needinfo?(runappz@gmail.com | |) | --- Comment #3 from Christian Goll <cgoll@suse.com> --- As this package was not in regular Leap 15.2, you got it from the Factory repository, where it is fixed for all variants right now. I also submitted warewulf now to the regular Leap 15.2 now, so that it can be used without additional repositories, but I am not sure if it will still be accepted. Thanks for you help. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1168628 http://bugzilla.opensuse.org/show_bug.cgi?id=1168628#c5 --- Comment #5 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1168628) was mentioned in https://build.opensuse.org/request/show/927859 15.3 / warewulf -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1168628 http://bugzilla.opensuse.org/show_bug.cgi?id=1168628#c6 --- Comment #6 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1168628) was mentioned in https://build.opensuse.org/request/show/928833 15.3 / warewulf -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com