Kevin Carter

Results 37 comments of Kevin Carter

sadly this looks like its in merge conflict and will need a rebase.

While it may be less than ideal, I was able to solve this issue by providing [linkerSettings](https://developer.apple.com/documentation/swift_packages/linkersetting) within `Package.swift`. Example package config which is working with Shout as a dependency....

> `The package product '' cannot be used as a dependency of this target because it uses unsafe build flags.` @klmitchell2 I've not hit that issue. Are you seeing that...

it should work however I've not tested that specific action.

+1 that's a good idea. I'll see about getting that in on the next release.

These items certainly could be excluded. That said, I've not had any reports that this is causing an issue in cloning a node. Have you found something needing to be...

Sorry @paulczar for the time its taken to get this reviewed, if you could rebase this patch on master we'll make sure it gets merged ASAP. We appreciate your patience...

:+1: but @breu / @willkelly / @rpedde / @galstrom21 / @mancdaz will have to merge.

Recent changes in the RHEL package have made this step a requirement prior to starting the neutron server. ``` bash neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini stamp havana ``` This is...