tangrams / paparazzi

Sneaky version of Tangram-ES that loads a YAML scene file, takes snapshots, and runs away
MIT License
5 stars 2 forks source link

RPM packages for paparazzi binaries and dependencies #9

Closed patriciogonzalezvivo closed 8 years ago

patriciogonzalezvivo commented 8 years ago

@rmarianski is working on figuring out how to have an Amazon Linux AMI on docker. His plan is to use circles or travis to have continuos integration on Paparazzi binaries and some of their dependencies packages that, surprisingly, had no "modern" packages like: gcc 4.9, zeromq and prime_server.

Right now that's done by this part of the paparazzi.sh script. Rob is definitely taking this to the next step on making paparazzi a reliable well maintain project! : )

tallytalwar commented 8 years ago

travis has gcc 4.9.2 support. Refer: https://github.com/tangrams/tangram-es/blob/master/.travis.yml#L10

patriciogonzalezvivo commented 8 years ago

Amazon linux AMI don't : ( we want to make rpm on the flight but test them before hand

patriciogonzalezvivo commented 8 years ago

@rmarianski have this almost nailed down. right?

rmarianski commented 8 years ago

Yes, I have the dependent rpms built, but don't have a nice workflow for updating in place yet.

patriciogonzalezvivo commented 8 years ago

Can we take out the Tangram source on the Cmake/RPM's install?

patriciogonzalezvivo commented 8 years ago

Also @rmarianski there is a new member on the paparazzi family! Wellcome paparazzi_proxy https://github.com/tangrams/paparazzi/commit/3c48add36866f97c8ad1b64b95e19db13e6641e8 Now we need to add it to the RPM magicness... right?

Note: I add compilation/clean/install scripts to paparazzi.sh