Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
f54c77ce
Commit
f54c77ce
authored
May 04, 2018
by
Christian Kuhn
Browse files
[TASK] infra-321 Disable mssql repositories for now
parent
10b22426
Changes
3
Hide whitespace changes
Inline
Side-by-side
php70/enable_repos.sh
View file @
f54c77ce
...
...
@@ -4,9 +4,9 @@ source /pd_build/buildconfig
set
-x
# mssql and tools
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list |
tee
/etc/apt/sources.list.d/mssql-server.list
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list |
tee
/etc/apt/sources.list.d/msprod.list
#
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
#
curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list | tee /etc/apt/sources.list.d/mssql-server.list
#
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | tee /etc/apt/sources.list.d/msprod.list
# google-chrome
curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
...
...
php71/enable_repos.sh
View file @
f54c77ce
...
...
@@ -12,9 +12,9 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
#
# mssql and tools
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list |
tee
/etc/apt/sources.list.d/mssql-server.list
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list |
tee
/etc/apt/sources.list.d/msprod.list
#
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
#
curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list | tee /etc/apt/sources.list.d/mssql-server.list
#
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | tee /etc/apt/sources.list.d/msprod.list
# google-chrome
curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
...
...
php72/enable_repos.sh
View file @
f54c77ce
...
...
@@ -12,9 +12,9 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
#
# mssql and tools
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list |
tee
/etc/apt/sources.list.d/mssql-server.list
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list |
tee
/etc/apt/sources.list.d/msprod.list
#
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
#
curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list | tee /etc/apt/sources.list.d/mssql-server.list
#
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | tee /etc/apt/sources.list.d/msprod.list
# google-chrome
curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment