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
edx
configuration
Commits
18ee4aed
Commit
18ee4aed
authored
Jan 19, 2017
by
Stu Young
Committed by
GitHub
Jan 19, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3614 from edx/estute/adjust-bootstrap-script-for-xenial
disable auto apt updates in xenial
parents
5c9849da
e3b455bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
util/install/ansible-bootstrap.sh
+11
-0
No files found.
util/install/ansible-bootstrap.sh
View file @
18ee4aed
...
...
@@ -92,6 +92,17 @@ 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