Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
rabbitmq_agents
Merge requests
!47
Feat cod rmq bug fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feat cod rmq bug fixes
github/fork/eesaanatluri/feat-cod-rmq
into
feat-cod-rmq
Overview
0
Commits
6
Pipelines
0
Changes
3
Closed
Ravi Tripathi
requested to merge
github/fork/eesaanatluri/feat-cod-rmq
into
feat-cod-rmq
4 years ago
Overview
0
Commits
6
Pipelines
0
Changes
3
Expand
Created by: eesaanatluri
This PR fixes bugs and issues encountered (refer to the issues section)
👍
0
👎
0
Merge request reports
Compare
feat-cod-rmq
feat-cod-rmq (base)
and
latest version
latest version
5142f11d
6 commits,
1 year ago
3 files
+
14
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
get-next-uid-gid.py
+
1
−
1
Options
@@ -31,7 +31,7 @@ def create_account(msg):
try
:
# Bright command to create user
cmd
=
'
/cm/local/apps/cmd/bin/cmsh -c
'
cmd
+=
f
'"
user; add
{
username
}
; set
user
id
{
uid
}
; set email
{
email
}
; set commonname
\\
"
{
fullname
}
\\
"
;
'
cmd
+=
f
'"
user; add
{
username
}
; set id
{
uid
}
; set email
{
email
}
; set commonname
\\
"
{
fullname
}
\\
"
;
'
cmd
+=
'
commit;
"'
if
not
args
.
dry_run
:
Loading