Allow 'rbt' to bypass external authentication (RB site might have SSO auth) with prepared extra auth. cookies file.
Review Request #7531 — Created July 17, 2015 and submitted
Information | |
---|---|
Valdis | |
RBTools | |
Reviewers | |
rbtools | |
Add --ext-auth-cookies to allow
'rbt' to bypass external authentication (RB site might have SSO auth) with prepared cookies file.
[vsafronov@vm-el6 xxx-utilities]$ sh myrbt.sh Review request #9645 posted. http://rb.xxx.com/rb/r/9645/ http://rb.xxx.com/rb/r/9645/diff/ [vsafronov@vm-el6 xxx-utilities]$ cat myrbt.sh #!/bin/sh rbt post --server http://rb.xxx.com/rb --ext-auth-cookies ~/my_sso_cookies.txt -g --repository 'xxx Utilities (git)' --tracking-branch master --branch master HEAD~ HEAD
Description | From | Last Updated |
---|---|---|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 W293 blank line contains whitespace |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 80 E501 line too long (82 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (91 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (96 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (100 > 79 characters) |
![]() |
|
Col: 42 W291 trailing whitespace |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
Col: 33 E128 continuation line under-indented for visual indent |
![]() |
|
Add added_in parameter. |
|
|
ReviewBoard should be two words. |
|
|
The capitalization of "Single sign-On" here is weird. |
|

-
Tool: Pyflakes Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py Tool: PEP8 Style Checker Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py
-
-

-
Tool: Pyflakes Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py Tool: PEP8 Style Checker Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py
-
-
Can you mark Review Bot's issues as fixed or dropped as you address them? That way we'll know when this is ready to look at. Thanks!

-
Tool: Pyflakes Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py Tool: PEP8 Style Checker Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py
-
rbtools/api/request.py (Diff revision 4) Col: 33 E128 continuation line under-indented for visual indent

-
Tool: Pyflakes Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py Tool: PEP8 Style Checker Processed Files: rbtools/api/transport/sync.py rbtools/api/request.py rbtools/commands/__init__.py
-
-
rbtools/commands/__init__.py (Diff revision 5) The capitalization of "Single sign-On" here is weird.