Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos.core
Commits
8da51cf1
Commit
8da51cf1
authored
Nov 03, 2016
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make slapos.vifib.com the default url for master web.
parent
bd29bc8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+1
-1
slapos/cli/configure_client.py
slapos/cli/configure_client.py
+1
-1
slapos/cli/register.py
slapos/cli/register.py
+1
-1
No files found.
setup.py
View file @
8da51cf1
...
...
@@ -36,7 +36,7 @@ setup(name=name,
],
keywords
=
'slapos core'
,
license
=
'GPLv3'
,
url
=
'http://
www
.slapos.org'
,
url
=
'http://
community
.slapos.org'
,
author
=
'VIFIB'
,
namespace_packages
=
[
'slapos'
],
packages
=
find_packages
(),
...
...
slapos/cli/configure_client.py
View file @
8da51cf1
...
...
@@ -51,7 +51,7 @@ class ConfigureClientCommand(ClientConfigCommand):
' (default: %(default)s)'
)
ap
.
add_argument
(
'--master-url-web'
,
default
=
'https://
www.slapos.org
'
,
default
=
'https://
slapos.vifib.com
'
,
help
=
'URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)'
)
...
...
slapos/cli/register.py
View file @
8da51cf1
...
...
@@ -64,7 +64,7 @@ class RegisterCommand(Command):
' (default: %(default)s)'
)
ap
.
add_argument
(
'--master-url-web'
,
default
=
'https://
www.slapos.org
'
,
default
=
'https://
slapos.vifib.com
'
,
help
=
'URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)'
)
...
...
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