tiny-pilot / janus-debian

MIT License
1 stars 0 forks source link

Build Janus Debian package via dedicated repo #1

Closed jdeanwallace closed 2 years ago

jdeanwallace commented 2 years ago

Based on our discussion, this repo is meant to replace the janus-gateway repo by being a dedicated repo for building the Janus Debian package, using Docker and CircleCI.

The code in this PR has been copied from the debian/ directory and the Dockerfile has been altered to pull directly from the official janus-gateway repo.

You can build a new Debian package for a specific Janus version by updating the PKG_VERSION environment variable (without the v prefix) and pushing your changes. The resulting .deb file can be found as a CircleCI job artifact.

Related to https://github.com/tiny-pilot/janus-gateway/issues/1


This change is Reviewable

mtlynch commented 2 years ago

@jdeanwallace - I enabled CircleCI for this project.