-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Revert "Remove deprecated service.py usages from test". For 29.x only #19434
Conversation
This reverts commit 471ff77.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably make this change in Piper and let copybara do the job
This file is deleted in piper :P |
Clarification: This is deleted in main (for 30.x), but we're rolling this back for just the 29.x branch. |
git clean -xdf git submodule sync --recursive git submodule update --init --recursive git submodule foreach git checkout -- . tar zcvf ../protobuf_5.29.0.orig.tar.gz --exclude=.git . debuild -uc -us cp protobuf.spec ../protobuf_5.29.0-1.spec cp ../*protobuf*5.29.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ cp _constraints /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ rm -rf ../*proto*5.29.0*.* See protocolbuffers#19434 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive git submodule foreach git checkout -- . tar zcvf ../protobuf_5.29.0.orig.tar.gz --exclude=.git . debuild -uc -us cp protobuf.spec ../protobuf_5.29.0-1.spec cp ../*protobuf*5.29.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ cp _constraints /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ rm -rf ../*proto*5.29.0*.* See protocolbuffers#19434 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive git submodule foreach git checkout -- . tar zcvf ../protobuf_5.29.0.orig.tar.gz --exclude=.git . debuild -uc -us cp protobuf.spec ../protobuf_5.29.0-1.spec cp ../*protobuf*5.29.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ cp _constraints /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ rm -rf ../*proto*5.29.0*.* See protocolbuffers#19434 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive git submodule foreach git checkout -- . tar zcvf ../protobuf_5.29.0.orig.tar.gz --exclude=.git . debuild -uc -us cp protobuf.spec ../protobuf_5.29.0-1.spec cp ../*protobuf*5.29.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ cp _constraints /osc/home\:alvistack/protocolbuffers-protobuf-5.29.0/ rm -rf ../*proto*5.29.0*.* See protocolbuffers#19434 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
""" | ||
raise NotImplementedError | ||
raise NotImplementedError |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is causing the following fatal error in protobuf==5.29.0
:
IndentationError: unindent does not match any outer indentation level (service.py, line 78)
git clean -xdf git submodule sync --recursive git submodule update --init --recursive git submodule foreach git checkout -- . tar zcvf ../protobuf_5.29.1.orig.tar.gz --exclude=.git . debuild -uc -us cp protobuf.spec ../protobuf_5.29.1-1.spec cp ../*protobuf*5.29.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/protocolbuffers-protobuf-5.29.1/ cp _constraints /osc/home\:alvistack/protocolbuffers-protobuf-5.29.1/ rm -rf ../*proto*5.29.1*.* See protocolbuffers#19434 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
This reverts commit 471ff77.
Add the service test back and fix indent issue only for 29.x for #19430