Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scripts
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
Docker Build Images
scripts
Merge requests
!2
Fix "eatmydata: unable to find 'apt-get' in PATH" on Ubuntu Hirsute
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix "eatmydata: unable to find 'apt-get' in PATH" on Ubuntu Hirsute
bugfix/eatmydata
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Alexander A. Klimov
requested to merge
bugfix/eatmydata
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
676160ec
1 commit,
4 years ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
icinga-build-deb-binary
+
3
−
1
Options
@@ -34,7 +34,9 @@ if [ -n "$ICINGA_BUILD_APTCACHER" ]; then
fi
echo
"[ apt-get update ]"
sudo
$eatmydata
apt-get update
# absolute apt-get path because of
# "eatmydata: unable to find 'apt-get' in PATH" on Ubuntu Hirsute
sudo
$eatmydata
/usr/bin/apt-get update
echo
"[ Extracting source to build directory ]"
(
Loading