mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Update build error message
This commit is contained in:
parent
42b7289181
commit
f04154f8c6
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
3.2.8 - 04/08/2017
|
||||
3.2.8 - 06/08/2017
|
||||
Fixed:
|
||||
- BugFix: Package return after build
|
||||
|
||||
Updated:
|
||||
- Build error message
|
||||
|
||||
3.2.7 - 09/04/2017
|
||||
Updated:
|
||||
- Alien's repositories {alien, ktown, multi} #83 (Thanks to travis-82)
|
||||
|
|
|
@ -53,7 +53,7 @@ class Msg(object):
|
|||
"""Print error message if build failed
|
||||
"""
|
||||
self.template(78)
|
||||
print("| Build package {0} [ {1}FAILED{2} ]".format(
|
||||
print("| Some error on the package {0} [ {1}FAILED{2} ]".format(
|
||||
prgnam, self.meta.color["RED"], self.meta.color["ENDC"]))
|
||||
self.template(78)
|
||||
print("| See log file in '{0}/var/log/slpkg/sbo/build_logs{1}' "
|
||||
|
|
Loading…
Reference in a new issue