Hello Bigtoppers,
Looking into some package evolution as next infrastructure and CI process is built out after 1.0 release. I have setup a hello world example of new yum and apt repo serving on new AWS infrastructure. If you have a moment and want to help test give a try, either apt(from trusty bits) or yum (from centos6 bits) from 0.8 build. Apt Repo: ------------------ # Bigtop Test deb http://apt.bigtop.rocks bigtop contrib Yum Repo: ----------------- [bigtop] name=Bigtop enabled=1 gpgcheck=0 type=NONE baseurl=http://yum.bigtop.rocks Goal is to have solid/scalable packaging repos for both deb's/rpm's that isn't dependent on being served from bigtop CI machine or needing users to set stuff up themselves. Another item which I haven't dug into too much yet, but would like to get views from the group and start to document is breaking down packages and their dependencies, getting to a "bigtop core" and not having extra items pulled in kitchen sink style. Thanks to AWS folks for supporting the group and providing the infrastructure for this experiment.
