~silnrsi/smith/+git/smith-master:fix-issue-66

Last commit made on 2021-08-23
Get this branch:
git clone -b fix-issue-66 https://git.launchpad.net/~silnrsi/smith/+git/smith-master

Branch merges

Branch information

Name:
fix-issue-66
Repository:
lp:~silnrsi/smith/+git/smith-master

Recent commits

d8b308d... by Tim Eves

Fix #66 so we can quote args and escape metacharacters

Correctly quote all parameters forwarded inside the rrun container, and selectively unquote shell metacharacters so the following works as expected:
$> rrun touch "my file.txt" \; stat "my file.txt"
produces "myfile.txt" and then stats it, or:
$> rrun smith clean \; smith build
Runs each command one after another.

13244d8... by Nicolas Spalinger

Added block to control vbguest auto updating.

d396464... by Tim Eves <email address hidden>

Merge pull request #65 from silnrsi/docker

Add Dockerfile to produce a full smith & tools docker image for CI

2ed20a8... by Nicolas Spalinger

Added deps for the generated documentation to provision

014e8c9... by Nicolas Spalinger

Remove unused VM profiles.

703492d... by Tim Eves

Add a Dockerfile and supporting files to produce a full smith & tools docker image.

Suitable for a Continuous Integeration system, either as a base or an additional layer. Can optionally be built for interactive use, which is useful for clean install testing of smith by developers.

15bcc12... by mhosken

Add appropriate defaults to have pdfs target work usually

f2d697a... by Nicolas Spalinger

Adjusted default branch for ots, added pandoc installation.

adf1dc9... by Nicolas Spalinger

Adjusted default branch for ots, added pandoc installation.

248b38a... by Bob Hallissy <email address hidden>

update doc for new woff() implementation