Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
mailinabox
Commits
61105b1e
Commit
61105b1e
authored
Nov 30, 2016
by
wsteitz
Committed by
Joshua Tauberer
Nov 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove all references to justtesting.email (#1003) (#1005)
parent
b6f90e10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
Vagrantfile
Vagrantfile
+2
-4
questions.sh
setup/questions.sh
+0
-3
No files found.
Vagrantfile
View file @
61105b1e
...
@@ -15,13 +15,11 @@ Vagrant.configure("2") do |config|
...
@@ -15,13 +15,11 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provision
:shell
,
:inline
=>
<<-
SH
config
.
vm
.
provision
:shell
,
:inline
=>
<<-
SH
# Set environment variables so that the setup script does
# Set environment variables so that the setup script does
# not ask any questions during provisioning. We'll let the
# not ask any questions during provisioning. We'll let the
# machine figure out its own public IP and it'll take a
# machine figure out its own public IP.
# subdomain on our justtesting.email domain so we can get
# started quickly.
export NONINTERACTIVE=1
export NONINTERACTIVE=1
export PUBLIC_IP=auto
export PUBLIC_IP=auto
export PUBLIC_IPV6=auto
export PUBLIC_IPV6=auto
export PRIMARY_HOSTNAME=auto
-easy
export PRIMARY_HOSTNAME=auto
#export SKIP_NETWORK_CHECKS=1
#export SKIP_NETWORK_CHECKS=1
# Start the setup script.
# Start the setup script.
...
...
setup/questions.sh
View file @
61105b1e
...
@@ -180,9 +180,6 @@ if [ "$PUBLIC_IPV6" = "auto" ]; then
...
@@ -180,9 +180,6 @@ if [ "$PUBLIC_IPV6" = "auto" ]; then
fi
fi
if
[
"
$PRIMARY_HOSTNAME
"
=
"auto"
]
;
then
if
[
"
$PRIMARY_HOSTNAME
"
=
"auto"
]
;
then
PRIMARY_HOSTNAME
=
$(
get_default_hostname
)
PRIMARY_HOSTNAME
=
$(
get_default_hostname
)
elif
[
"
$PRIMARY_HOSTNAME
"
=
"auto-easy"
]
;
then
# Generate a probably-unique subdomain under our justtesting.email domain.
PRIMARY_HOSTNAME
=
`
echo
$PUBLIC_IP
|
sha1sum
|
cut
-c1-5
`
.justtesting.email
fi
fi
# Set STORAGE_USER and STORAGE_ROOT to default values (user-data and /home/user-data), unless
# Set STORAGE_USER and STORAGE_ROOT to default values (user-data and /home/user-data), unless
...
...
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