1.) Setup a CLI environment (see https://github.com/pgEdge/cli for more info)
cd ~
mkdir dev
cd dev
git clone https://github.com/pgEdge/cli
cd cli/devel/setup ...
cd /opt
sudo git clone https://github.com/pgedge/pgbin-build
sudo chown -R $USER:$USER pgbin-build
a) run `./sharedlibs.sh` the first time and each time you do incremental pg releases (after `dnf update`)
b) run `./build-all-pgbin.sh 17` & `build-all-components.sh spock40 17' to confirm build environment
c) execute build-scripts as necessary and maintain IN directory binaries via push & pull scripts