summaryrefslogtreecommitdiff
path: root/doc/todo/bytes_in_privData__63__.mdwn
blob: 27297fd5dbe6f72fc14af4480fe5dbf0d13176ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)