Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hamara-live-build
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vik
hamara-live-build
Compare Revisions
c5eb70b9d09f842b39661fc249f0fa6c1a782a88...2be13ed0d6e3121bcc908875ef16af599f99667f
Source
2be13ed0d6e3121bcc908875ef16af599f99667f
Select Git revision
...
Target
c5eb70b9d09f842b39661fc249f0fa6c1a782a88
Select Git revision
Compare
Commits (2)
Revert "adds debug flag to lb"
· 1818d927
Vik
authored
Sep 17, 2021
This reverts commit
c5eb70b9
1818d927
Merge branch 'revert-
c5eb70b9
' into 'master'
· 2be13ed0
Vik
authored
Sep 17, 2021
Revert "adds debug flag to lb" See merge request
!1
2be13ed0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mkbuild
mkbuild
+1
-1
No files found.
mkbuild
View file @
2be13ed0
...
...
@@ -103,7 +103,7 @@ BUILD(){
fi
figlet STARTING BUILD
lb
--debug
build
lb build
if
[
$?
-eq
0
]
;
then
Info
" ISO Build successfully for
$ARCH
architecture "
...
...