-
Notifications
You must be signed in to change notification settings - Fork 420
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
[Discussion] Is there any way to track submodules directly? #645
Comments
There is a submodule tracking PR which I am have let languish (bad
maintainer, me). I think that is what you want. I'll have to dust that
off..
…On Tue, Nov 22, 2022, 8:52 PM nirutgupta ***@***.***> wrote:
Lets say I have repo A and inside that repo there is a submodule B
If any change happens to A k8s git sync catches it and syncs the repo
I1122 02:22:59.203144 12 main.go:888] "level"=0 "msg"="update required"
But I want the same behaviour even when submodule gets changed.
Is there any way to achieve that? Thank you.
—
Reply to this email directly, view it on GitHub
<#645>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKWAVBN2KGSR4455VOZ62DWJWPJ3ANCNFSM6AAAAAASIRKXIQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@thockin Sure, can you share the PR here ? If anything is needed I will be happy to help. |
It's open against this repo (on mobile, sorry)
…On Tue, Nov 22, 2022, 10:21 PM nirutgupta ***@***.***> wrote:
Sure, can you share the PR here ?
—
Reply to this email directly, view it on GitHub
<#645 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKWAVCZED5WR2M52P26YI3WJWZWRANCNFSM6AAAAAASIRKXIQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Dup of #265 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lets say I have repo A and inside that repo there is a submodule B
If any change happens to A k8s git sync catches it and syncs the repo
I1122 02:22:59.203144 12 main.go:888] "level"=0 "msg"="update required"
But I want the same behaviour even when submodule gets changed.
Is there any way to achieve that? Thank you.
The text was updated successfully, but these errors were encountered: