Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #58 from numbat/master
Browse files Browse the repository at this point in the history
Fixing up lein fatrpm, fatdeb and tar task descriptions for consistency.
  • Loading branch information
pyr committed May 15, 2015
2 parents 0135ba6 + c28023d commit 778d723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/leiningen/fatdeb.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns leiningen.fatdeb
"Build a .deb package from leininen, stolen from riemann"
"Build a .deb package from leiningen, stolen from riemann."
(:refer-clojure :exclude [replace])
(:require [clojure.java.shell :refer [sh]]
[clojure.java.io :refer [file delete-file writer copy]]
Expand Down
2 changes: 1 addition & 1 deletion tasks/leiningen/fatrpm.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns leiningen.fatrpm
; build a rpm, based off fatrpm in reimann
"Build a .rpm package from leiningen, stolen from riemann."
(:refer-clojure :exclude [replace])
(:use [clojure.java.shell :only [sh]]
[clojure.java.io :only [file delete-file writer copy]]
Expand Down
1 change: 1 addition & 0 deletions tasks/leiningen/tar.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(ns leiningen.tar
"Create a tarball suitable for rpm packaging, stolen from riemann."
(:use [clojure.java.shell :only [sh with-sh-dir]]
[clojure.java.io :only [file delete-file writer copy]]
[clojure.string :only [join capitalize trim-newline split trim]]
Expand Down

0 comments on commit 778d723

Please sign in to comment.