Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try and get more build stuff working on lein2
So the fileMode property of tarfileset has no writeMethod in the bean.
Fuck my life.
  • Loading branch information
aphyr committed Jun 17, 2012
1 parent 1d22232 commit f085a94
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project.clj
Expand Up @@ -42,10 +42,9 @@ alerting; and to glue various monitoring systems together."
[clj-time "0.4.3"]
[incanter/incanter-charts "1.3.0"]
]
:profiles {:dev {:dependencies [[lein-deb "1.0.0-SNAPSHOT"]
[lein-autodoc "0.9.0"]
[codox "0.4.0"]
[clj-glob "1.0.0"]]}}
:profiles {:dev {:dependencies [[clj-glob "1.0.0"]]}}
:plugins [[codox "0.6.1"]
[lein-deb "1.0.0-SNAPSHOT"]]
:test-selectors {:default (fn [x] (not (or (:integration x)
(:bench x))))
:integration :integration
Expand All @@ -66,7 +65,7 @@ alerting; and to glue various monitoring systems together."
:fullpath "/etc/riemann/riemann.config"}
{:file "/home/aphyr/riemann/bin/riemann"
:fullpath "/usr/bin/riemann"
:filemode "0755"}]
:fileMode "755"}]
:depends ""}
:deb-skip-jar true
:codox {:output-dir "site/api"}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f085a94

Please sign in to comment.