Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
2cb38934
Commit
2cb38934
authored
Apr 10, 2017
by
Herman van Rink
Browse files
Options
Downloads
Patches
Plain Diff
revert https repo
parent
8d78464f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
2cb38934
...
@@ -128,7 +128,7 @@ upgradetest:debian-jessie-aegir3-apt-upgrade:
...
@@ -128,7 +128,7 @@ upgradetest:debian-jessie-aegir3-apt-upgrade:
# Avoid ERROR: invoke-rc.d: policy-rc.d denied execution of start.
# Avoid ERROR: invoke-rc.d: policy-rc.d denied execution of start.
-
echo "#!/bin/sh" > /usr/sbin/policy-rc.d
-
echo "#!/bin/sh" > /usr/sbin/policy-rc.d
-
echo "exit 0" >> /usr/sbin/policy-rc.d
-
echo "exit 0" >> /usr/sbin/policy-rc.d
-
apt-get install --yes sudo curl cron
apt-transport-https
-
apt-get install --yes sudo curl cron
script
:
script
:
-
"
scripts/ci-aegir-stable-install-apt-debian.sh"
-
"
scripts/ci-aegir-stable-install-apt-debian.sh"
...
@@ -140,6 +140,6 @@ upgradetest:debian-jessie-aegir3-apt-upgrade:
...
@@ -140,6 +140,6 @@ upgradetest:debian-jessie-aegir3-apt-upgrade:
-
sudo su aegir --login --command 'drush @hostmaster php-eval "echo hosting_task_count();"'
-
sudo su aegir --login --command 'drush @hostmaster php-eval "echo hosting_task_count();"'
# upgrade to the latest version from the unstable repo.
# upgrade to the latest version from the unstable repo.
-
rm -v /etc/apt/sources.list.d/aegir-stable.list
-
rm -v /etc/apt/sources.list.d/aegir-stable.list
-
echo "deb http
s
://debian2.aegirproject.org unstable main" | sudo tee -a /etc/apt/sources.list.d/aegir-unstable.list
-
echo "deb http://debian2.aegirproject.org unstable main" | sudo tee -a /etc/apt/sources.list.d/aegir-unstable.list
-
sudo apt-get update
-
sudo apt-get update
-
sudo apt-get --yes upgrade
-
sudo apt-get --yes upgrade
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