summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1 <jirib@web>2015-10-02 11:11:13 +0000
committerGravatar admin <admin@branchable.com>2015-10-02 11:11:13 +0000
commit722fc3a3a8149f3562db057ec11d52e4bdb21b75 (patch)
tree9e3a8506d5b305003985d414845f73ad3b368587 /doc/bugs
parentb7f1caf4dae729557cd68fdf187b808f90eff82c (diff)
Added a comment: iiuc assistant depends on s3
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/openbsd_-_Assistant__47__WebApp__47__Configurators__47__AWS.hs:79:0:_-_error:_missing_binary_operator_before_token___34____40____34__/comment_1_9ff4036e726bf5eda8150ee167b1228b._comment25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/openbsd_-_Assistant__47__WebApp__47__Configurators__47__AWS.hs:79:0:_-_error:_missing_binary_operator_before_token___34____40____34__/comment_1_9ff4036e726bf5eda8150ee167b1228b._comment b/doc/bugs/openbsd_-_Assistant__47__WebApp__47__Configurators__47__AWS.hs:79:0:_-_error:_missing_binary_operator_before_token___34____40____34__/comment_1_9ff4036e726bf5eda8150ee167b1228b._comment
new file mode 100644
index 000000000..6c2cbb417
--- /dev/null
+++ b/doc/bugs/openbsd_-_Assistant__47__WebApp__47__Configurators__47__AWS.hs:79:0:_-_error:_missing_binary_operator_before_token___34____40____34__/comment_1_9ff4036e726bf5eda8150ee167b1228b._comment
@@ -0,0 +1,25 @@
+[[!comment format=mdwn
+ username="jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1"
+ nickname="jirib"
+ subject="iiuc assistant depends on s3"
+ date="2015-10-02T11:11:13Z"
+ content="""
+iiuc assistant depends on s3 ??
+
+
+[[!format sh \"\"\"
+--- /home/jirib/tmp/sandbox/haskell/git-annex-5.20150930/git-annex.cabal Fri Oct 2 00:53:38 2015
++++ /tmp/git-annex.cabal Fri Oct 2 12:58:15 2015
+@@ -186,7 +186,8 @@ Executable git-annex
+ CPP-Options: -DWITH_WEBDAV
+
+ if flag(Assistant) && ! os(solaris)
+- CPP-Options: -DWITH_ASSISTANT
++ Build-Depends: conduit, conduit-extra, aws (>= 0.9.2), http-client
++ CPP-Options: -DWITH_ASSISTANT -DWITH_S3
+
+ if flag(Assistant)
+ if os(linux) && flag(Inotify)
+
+\"\"\"]]
+"""]]