[FEATURE REQUEST] Update only a specific branch with fileserver.update #67507
Replies: 2 comments
-
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
Beta Was this translation helpful? Give feedback.
-
That's not really going to improve anything. It's very unlikely that you have so many changes on other branches that there will be a noticeable difference. Just typing the option will probably take longer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I'm frustrated when I push custom module/state/runner changes to a branch and have to update the entire remote if I want to speed up the synchronization of changes.
Describe the solution you'd like
I want to be able to just update a single branch on a remote with
fileserver.update
.salt/salt/runners/fileserver.py
Line 322 in a686ce0
Something like this:
salt-run fileserver.update backend=gitfs remote=my-remote branch=my-branch
Beta Was this translation helpful? Give feedback.
All reactions