Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
6177eedb
Commit
6177eedb
authored
Feb 25, 2019
by
helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resuce delta in ci scripts
parent
691d9041
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
scripts/ci-aegir-stable-install-apt-debian10.sh
scripts/ci-aegir-stable-install-apt-debian10.sh
+1
-2
scripts/ci-aegir-stable-install-apt-debian9.sh
scripts/ci-aegir-stable-install-apt-debian9.sh
+3
-5
No files found.
scripts/ci-aegir-stable-install-apt-debian10.sh
View file @
6177eedb
...
...
@@ -17,12 +17,11 @@ sudo apt-get install --yes mariadb-server
sudo
/usr/bin/mysql
-e
"GRANT ALL ON *.* TO 'aegir_root'@'localhost' IDENTIFIED BY 'PASSWORD' WITH GRANT OPTION"
debconf-set-selections
<<
EOF
sudo
debconf-set-selections
<<
EOF
aegir3-hostmaster aegir/email string aegir@example.com
aegir3-hostmaster aegir/site string aegir.example.com
postfix postfix/main_mailer_type select Local only
EOF
sudo
DPKG_DEBUG
=
developer apt-get
install
--yes
aegir3
scripts/ci-aegir-stable-install-apt-debian9.sh
View file @
6177eedb
...
...
@@ -5,10 +5,10 @@
#
sudo
apt-get
install
--yes
curl
sudo
apt-get
install
--yes
wget
echo
"deb http://debian.aegirproject.org stable main"
|
sudo tee
-a
/etc/apt/sources.list.d/aegir-stable.list
curl https://debian.aegirproject.org/key.asc |
sudo
apt-key add -
sudo
wget
-O
/usr/share/keyrings/aegir-archive-keyring.gpg https://debian.aegirproject.org/aegir-archive-keyring.gpg
echo
"deb [signed-by=/usr/share/keyrings/aegir-archive-keyring.gpg] https://debian.aegirproject.org stable main"
|
sudo tee
-a
/etc/apt/sources.list.d/aegir-stable.list
sudo
apt-get update
echo
"debconf debconf/frontend select Noninteractive"
|
sudo
debconf-set-selections
...
...
@@ -29,5 +29,3 @@ postfix postfix/main_mailer_type select Local only
EOF
sudo
DPKG_DEBUG
=
developer apt-get
install
--yes
aegir3
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