Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
Ubuntu 18.04 Realtime Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikhil Ambardar
Ubuntu 18.04 Realtime Kernel
Commits
f3955962
Commit
f3955962
authored
5 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
remove debug output
parent
65319802
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
compile.bash
+0
-6
0 additions, 6 deletions
compile.bash
with
0 additions
and
7 deletions
.gitlab-ci.yml
+
0
−
1
View file @
f3955962
...
...
@@ -7,7 +7,6 @@ build-kernel:
artifacts
:
paths
:
-
"
*.deb"
-
"
*/*.deb"
script
:
-
apt-get update
-
apt-get install -y build-essential curl bison flex bc rsync kmod cpio lsb-release libssl-dev
...
...
This diff is collapsed.
Click to expand it.
compile.bash
+
0
−
6
View file @
f3955962
...
...
@@ -51,9 +51,3 @@ cp ../config .config
# update config with defaults if new options have been added
make olddefconfig
make deb-pkg
# show current directory (for debug)
ls
.
# show parent directory (for debug)
ls
..
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment