diff options
| author | spwhitton <spwhitton@web> | 2016-05-02 00:10:57 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2016-05-02 00:10:57 +0000 |
| commit | 57441356ebc64c020133737392b4d40de816dc99 (patch) | |
| tree | cda141d5876034d840d1e601d4ad2126fa83e570 /doc | |
| parent | adc04e1f33619d8a2f23cf6bbc1c9bced42066ee (diff) | |
file bug
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/todo/propellor_--init_option_B_failure.mdwn | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/todo/propellor_--init_option_B_failure.mdwn b/doc/todo/propellor_--init_option_B_failure.mdwn new file mode 100644 index 00000000..dc6ecff7 --- /dev/null +++ b/doc/todo/propellor_--init_option_B_failure.mdwn @@ -0,0 +1,35 @@ +With any of the released 3.0.* versions: + + artemis ~ % propellor --init + + + _ ______`| ,-.__ + .--------------------------- / \___-=O`/|O`/__| (____.' + - Welcome to -- \ / | / ) _.-'-._ + - Propellor! -- `/-==__ _/__|/__=-| ( \_ + `--------------------------- * \ | | '--------' + (o) ` + + + Propellor's configuration file is ~/.propellor/config.hs + + Let's get you started with a simple config that you can adapt + to your needs. You can start with: + A: A clone of propellor's git repository (most flexible) + B: The bare minimum files to use propellor (most simple) + Which would you prefer? [A|B] B + Initialized empty Git repository in /home/swhitton/.propellor/.git/ + Creating minimal config ... done + + ------------------------------------------------------------------------------ + + Let's try building the propellor configuration, to make sure it will work... + + Writing a default package environment file to + /home/swhitton/.propellor/cabal.sandbox.config + Creating a new sandbox at /home/swhitton/.propellor/.cabal-sandbox + Resolving dependencies... + Configuring config-0... + cabal: At least the following dependencies are missing: + propellor >=3.0 + propellor: failed to make dist/setup-config |
