Mageia Bugzilla – Attachment 5450 Details for
Bug 14180
bm --move-log=... crashed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch solfing the issue
bm-movelog.patch (text/plain), 564 bytes, created by
Hartmut Goebel
on 2014-09-26 17:51:30 CEST
(
hide
)
Description:
patch solfing the issue
Filename:
MIME Type:
Creator:
Hartmut Goebel
Created:
2014-09-26 17:51:30 CEST
Size:
564 bytes
patch
obsolete
>--- BuildManager/build.py.orig 2013-10-22 03:08:16.000000000 +0200 >+++ BuildManager/build.py 2014-09-26 17:39:15.514164310 +0200 >@@ -113,7 +113,7 @@ > if self.opts.move_log: > move_file(pkg.log, > self.opts.move_log, >- dryrun=self.dryrun) >+ dryrun=self.opts.dryrun) > if self.opts.clean or self.opts.clean_on_success: > if pkg.builddir != "/": > logger.info("cleaning build directory")
--- BuildManager/build.py.orig 2013-10-22 03:08:16.000000000 +0200 +++ BuildManager/build.py 2014-09-26 17:39:15.514164310 +0200 @@ -113,7 +113,7 @@ if self.opts.move_log: move_file(pkg.log, self.opts.move_log, - dryrun=self.dryrun) + dryrun=self.opts.dryrun) if self.opts.clean or self.opts.clean_on_success: if pkg.builddir != "/": logger.info("cleaning build directory")
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14180
: 5450