openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Force a rebuild after ./hack/sync-to-origin.sh #315

Closed danwinship closed 8 years ago

danwinship commented 8 years ago

I don't know if it's go's fault or godep or our Makefiles or what, but something isn't very good about noticing that Godeps/_workspace/src/github.com/openshift/openshift-sdn/ has changed, so I tend to have to "make clean; make" after doing a sync-to-origin. This patch "fixes" things by deleting the openshift-sdn .a files after a sync so that the next origin make will have to rebuild them. (I thought about trying to make this a bit more clever about which .a files it deletes, but openshift-sdn is small enough that it doesn't take that much time to rebuild all of it anyway...)

@openshift/networking PTAL

pravisankar commented 8 years ago

LGTM