-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add hyphens to add-member and remove-member occ group commands #28318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Backported to stable10 PR #28321 |
|
How did I break Jenkins? in scenario at https://github.com/owncloud/core/blob/master/tests/integration/features/sharing-v1.feature#L914 |
|
Just rebase, it needs #28310 . |
4358cb6 to
26868c6
Compare
|
@phil-davis did you merge commits in here from #28312 by intention? |
|
I needed to rebase to force Jenkins to run again. And it said my branch was up-to-date. So I rebased across to that other PR and back, which results in the 3 extra commits. |
for the time being: ping me to retrigger builds |
will you cleanup the commit history then? |
|
I could, but actually I don't think it matters. git and GitHub are smart enough to not repeat the 3 commits here that are now already in master. |
those 3 are not in master - but one which is the squashed version - githib cannot resolve this. |
please let's do the backports AFTER merging into master - keeping branches in sync is too much work and causes confusion - THX |
Signed-off-by: Phil Davis <phil@jankaritech.com>
|
let me fix that all quickly for you ... |
26868c6 to
97263d7
Compare
|
Thanks, I was looking at how to get rid of those 3 commits - now I don't have to. |
this is what we are working on .... |
|
Backport to stable10 #28332 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Put hyphens in the group:add-member and group:remove-member occ commands.
Related Issue
#20629
Motivation and Context
Other occ commands use hyphens between words. It is better to be consistent, and to change this now, before it gets released into userland.
How Has This Been Tested?
To group:add-member and group:remove-member occ commands in a test system.
Types of changes
Checklist:
Doc PR owncloud-archive/documentation#3201 updated.