Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
3e1f4204
Commit
3e1f4204
authored
Jul 14, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #777 from phw/openshift-do-not-change-groups
Openshift: do not change existing groups on update
parents
aeda76e3
180436ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
docs/admin/management.rst
docs/admin/management.rst
+1
-3
openshift/install.sh
openshift/install.sh
+5
-1
No files found.
docs/admin/management.rst
View file @
3e1f4204
...
...
@@ -270,7 +270,7 @@ setupgroups
Configures default groups and (if called with ``--move``) assigns all users
to default group.
The option ``--no-update`` disables update of existing groups (only adds
The option ``--no-
privs-
update`` disables update of existing groups (only adds
new ones).
.. seealso:: :ref:`privileges`
...
...
@@ -306,5 +306,3 @@ Fetches remote VCS repositories and updates internal cache.
You can either define which project or component to update (eg.
``weblate/master``) or use ``--all`` to update all existing components.
openshift/install.sh
View file @
3e1f4204
...
...
@@ -81,7 +81,11 @@ fi
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py migrate --noinput"
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setupgroups --move"
if
[
!
-s
$OPENSHIFT_DATA_DIR
/.credentials
]
;
then
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setupgroups --move"
else
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setupgroups --no-privs-update"
fi
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setuplang"
...
...
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