Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
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
OpenEdx
configuration
Commits
e9565c75
Commit
e9565c75
authored
Jan 24, 2017
by
Stu Young
Committed by
GitHub
Jan 24, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3627 from edx/estute/move-sytemctl-checks-to-packer-scripts
remove systemctl calls to release dpkg lock
parents
fcec602d
e2d3ad7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
util/install/ansible-bootstrap.sh
+0
-11
No files found.
util/install/ansible-bootstrap.sh
View file @
e9565c75
...
...
@@ -92,17 +92,6 @@ fi
EDX_PPA
=
"deb http://ppa.edx.org
${
SHORT_DIST
}
main"
# Temporarily turn off the automatic updates for Xenial (16.04) to avoid
# conflicts with this script
if
[
$SHORT_DIST
==
"xenial"
]
;
then
systemctl stop apt-daily.service
systemctl
kill
--kill-who
=
all apt-daily.service
while
lsof |grep
-q
/var/lib/dpkg/lock
;
do
echo
"Waiting for apt to release the dpkg lock..."
sleep 5
done
fi
# Upgrade the OS
apt-get update
-y
apt-key update
-y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment