summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbardur.arantsson2017-03-28 04:24:38 +0000
committeradmin2017-03-28 04:24:38 +0000
commitfa84f575880cec54453fb2b89f6db78528c6a0ef (patch)
tree828afc4ad5567303b0ec13a54cf419b187644ee8
parentd6e6b48654a65c0c197a78e3ac91f4e5f74c71a5 (diff)
-rw-r--r--doc/forum/Using_propellor_for_continers_only.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Using_propellor_for_continers_only.mdwn b/doc/forum/Using_propellor_for_continers_only.mdwn
index c2b8673c..faf07956 100644
--- a/doc/forum/Using_propellor_for_continers_only.mdwn
+++ b/doc/forum/Using_propellor_for_continers_only.mdwn
@@ -2,4 +2,4 @@ Hi,
I was wondering: Is it possible to use propellor to generate images only without actually managing any hosts per-se? I couldn't find any documentation on that.
-Ideally, I'd also be able to use it directly from a sandbox so that I wouldn't have to even "pollute" the GHC/Cabal "global" (user home dir) database on the development machine. I see that there's support for having the config.hs stored in a different directory than ~/.propellor, but I haven't managed to get it working when I use a sandbox in e.g. ~/foo with the config.hs stored in the same directory. Perhaps that's just a bug? If it's supposed to work I can provide detailed error messages, etc.
+Ideally, I'd also be able to use it directly from a sandbox so that I wouldn't have to even "pollute" the GHC/Cabal "global" (user home dir) database on the development machine. I see that there's support for having the config.hs stored in a different directory than ~/.propellor, but I haven't managed to get it working when I use a sandbox in e.g. ~/foo with the config.hs stored in the same directory. Perhaps that's just a bug? If it's supposed to work I can provide detailed error messages, etc. **EDIT:** I'd also like to manage the git repository myself -- is that possible?