Kinetic / kinetic-py

Kinetic Python Library
http://seagate.github.io/kinetic-py
22 stars 10 forks source link

Changed the proto compiler script to pull from the bleeding edge .proto #4

Closed rpcope1 closed 10 years ago

rpcope1 commented 10 years ago

Set the compile_proto.sh to pull from the bleeding edge kinetic.proto. Is there any reason not to do this? I'd like to change this so we can pull a new enough .proto to add the FLUSHALL in the client.

icorderi commented 10 years ago

@rpcope1 we have the kinetic-protocol as a submodule in the project. It's no longer pulling from inside the compile_proto.sh

The FLUSHALLDATA command was incorporated a couple versions ago. Check the Flush operation.

rpcope1 commented 10 years ago

Ahh...I just noticed that. I guess my personal repo was out of sync with the main Seagate repo? Forgive me, I don't often find Github totally intuitive as to when forks are in sync with upstream.