------------------
* Added ``--build-only`` and ``--package-only`` flags to tell Berth to only do one of the two steps. This can be useful when setting up a configuration for a new package together with:
* New ``--keep-containers`` flag which makes the containers Berth create stay around after the jobs have ran. This will make you able to ``docker run`` them afterwards and inspect the files inside of them.
* Berth now provides streaming output of the build scripts if either the verbose or debug output levels are enabled, instead of only getting the output when the container stops.
* When builds took longer time to execute than 100 seconds, the run time of the container was outputted in scientific format, this has now been corrected so it will always be outputted as the number of seconds with 1 digit precision.