diff options
| author | gueux <gueux@web> | 2015-04-19 19:01:26 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2015-04-19 19:01:26 +0000 |
| commit | 29298a42dbf5a7ead1d4b2fc11d3083fd7603287 (patch) | |
| tree | e5cc414ad330bbe0c39d4d8eef1e5b84eb56aef8 | |
| parent | 10ed35441f7be707e55291891991eb98bbfb1263 (diff) | |
| -rw-r--r-- | doc/todo/bytes_in_privData__63__.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/bytes_in_privData__63__.mdwn b/doc/todo/bytes_in_privData__63__.mdwn new file mode 100644 index 00000000..27297fd5 --- /dev/null +++ b/doc/todo/bytes_in_privData__63__.mdwn @@ -0,0 +1,17 @@ +It seems like I can't set the content of a PrivFile to arbitrary bytes. + + $ propellor --set 'PrivFile "mysecret.key"' 'mycontext' < ~/mysecret.key + find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$' | xargs hothasktags | perl -ne 'print; s/Propellor\.Property\.//; print' | sort > tags 2>/dev/null || true + cabal build + Building propellor-2.2.1... + Preprocessing library propellor-2.2.1... + In-place registering propellor-2.2.1... + Preprocessing executable 'propellor' for propellor-2.2.1... + Preprocessing executable 'propellor-config' for propellor-2.2.1... + [70 of 70] Compiling Main ( src/config.hs, dist/build/propellor-config/propellor-config-tmp/Main.o ) + Linking dist/build/propellor-config/propellor-config ... + ln -sf dist/build/propellor-config/propellor-config propellor + + + Enter private data on stdin; ctrl-D when done: + propellor: <stdin>: hGetContents: invalid argument (invalid byte sequence) |
