Commit graph

3703 commits

Author SHA1 Message Date
Phil Hagelberg
392db32003 Don't load clojars cert in default project map. 2014-06-13 12:16:33 -07:00
Phil Hagelberg
f937116912 Update bundled clojars.pem.
Extracted with: openssl s_client -connect clojars.org:443
2014-06-13 12:14:37 -07:00
Phil Hagelberg
03bd2ee154 Lazy-load leiningen.core.ssl. 2014-06-13 12:14:37 -07:00
Gary Fredericks
04ef2fc621 correct Unnecessary capitalization 2014-06-12 22:45:17 -05:00
Phil Hagelberg
cf488b3edf Merge pull request #1556 from gfredericks/issue-1555
[DO NOT MERGE] Add regression test for #1555
2014-06-11 11:17:47 -07:00
Gary Fredericks
e5351155bf Add regression test for #1555 2014-06-11 12:58:42 -05:00
Phil Hagelberg
59cca9158e Fix uberjar download link in lein.bat. 2014-06-10 20:33:41 -07:00
Phil Hagelberg
e8129556dd Improve profile coverage in sample.project.clj.
[ci skip]
2014-06-10 16:31:50 -07:00
Phil Hagelberg
da2e50042f Don't meta-merge a project into itself.
Should fix #1555.
2014-06-10 12:13:38 -07:00
Phil Hagelberg
da00e75685 For some reason when running from an uberjar, it's on the cp twice.
Fixes #1554.
2014-06-10 08:06:37 -07:00
Phil Hagelberg
732234ad19 Also need to bump the version here. 2014-06-09 16:44:53 -07:00
Phil Hagelberg
e5a994ab6e Bump to 2.4.1-SNAPSHOT. 2014-06-09 16:33:24 -07:00
Phil Hagelberg
dfaa2dfe43 Release 2.4.0 2014-06-09 16:17:48 -07:00
Phil Hagelberg
52f6ec9b4c Use GitHub releases. 2014-06-09 16:13:23 -07:00
Phil Hagelberg
09bce2da26 Release date. 2014-06-09 15:59:26 -07:00
Phil Hagelberg
e8ebbc0734 Support vcs tag prefix. 2014-06-09 15:59:23 -07:00
Phil Hagelberg
f8a9e54736 Allow project map to override :vcs. 2014-06-09 15:59:22 -07:00
Colin Jones
d1177bf0cc Bump reply version to get jline fixes 2014-06-10 06:08:04 +08:00
Phil Hagelberg
46f1556111 Document partial alias splicing.
[ci skip]
2014-06-08 15:21:05 -07:00
Phil Hagelberg
213e20ba20 Fix release task to use resolve-and-apply as its entry point.
This should be used by all tasks that try to run other tasks as if
they were invoked directly, which really isn't clear at all.
2014-06-08 15:15:45 -07:00
Phil Hagelberg
f8711c48e3 Fix splicing for partial aliases. 2014-06-08 15:12:29 -07:00
Phil Hagelberg
2fbec2be5e Allow project values to be spliced into alias invocations. 2014-06-08 12:48:58 -07:00
Phil Hagelberg
9730ec52dd Read uberjar filename after uberjar profile is merged.
Fixes #1552.
2014-06-08 12:46:49 -07:00
Phil Hagelberg
86a60f980a Fix some formatting in deploy task.
[ci skip]
2014-06-08 12:21:37 -07:00
Phil Hagelberg
e3a05474d3 Remove bogus test. 2014-06-08 08:33:42 -07:00
Phil Hagelberg
cba4fa6fca This is a no-op for the vast majority of users.
Those still on 32-bit machines are better served by tiered compilation
on the server JVM.
2014-06-08 08:10:06 -07:00
Phil Hagelberg
ff106cb7b7 Remove repo aliasing from deploy task; already done elsewhere.
Also clean up some formatting in deploy guide.

Fixes #1548
2014-06-06 18:14:43 -07:00
Phil Hagelberg
c6ba3deed5 Trim long lines in deploy task. 2014-06-06 18:09:49 -07:00
Phil Hagelberg
1e5f430ecd Rule 1: if you can use juxt, you use juxt. 2014-06-06 10:13:44 -07:00
Phil Hagelberg
3addf526e0 Auto-require namespace from :repl-options :caught.
Refs #799.
2014-06-05 12:20:07 -07:00
Phil Hagelberg
d41fe8d65e Add special-case for release task to prefer plugin if present.
Fixes #1544.
2014-06-05 12:09:10 -07:00
Phil Hagelberg
353d73912c Allow for plugins to override built-in tasks. 2014-06-05 12:08:06 -07:00
Phil Hagelberg
07f2995817 Document :repl-options :caught. Refs #799. 2014-06-05 12:01:27 -07:00
Phil Hagelberg
1845541b31 Don't bump patch version in alpha/beta/rc bumps.
Fixes #1539.
2014-06-03 15:07:13 -07:00
Jean Niklas L'orange
a518965183 Merge pull request #1549 from stuarth/patch-1
remove unnecessary quote escaping in composite profile example
2014-06-01 20:12:13 +02:00
Stuart Hinson
ba276eea4f remove unnecessary quote escaping in composite profile example 2014-06-01 13:00:10 -04:00
Phil Hagelberg
1c4eafb030 Merge remote-tracking branch 'jcrossley3/init-release'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-05-30 21:24:53 -07:00
Hugo Duncan
55c3740a8b Fix check task
Replaces `bind` with `binding`.
2014-05-30 17:49:22 -04:00
Jim Crossley
834485c382 Initialize the project to activate middleware, etc 2014-05-30 14:13:05 -04:00
Phil Hagelberg
84bc7a7cb7 Merge pull request #1542 from jcrossley3/1541
Add a :pom-location option to fix #1541
2014-05-28 22:22:52 -07:00
Phil Hagelberg
a5585d4b96 Merge pull request #1543 from jakemcc/unknown-vcs-results-in-short-error-message
`lein vcs TASK` gives non-stack trace message when unable to detect VCS.
2014-05-28 22:05:18 -07:00
Phil Hagelberg
a58a51abf0 Document use of the SSH wagon. Fixes #1540. 2014-05-28 22:03:47 -07:00
Jake McCrary
08361e3b64 signatures should match other defmethods 2014-05-28 23:03:50 -05:00
Jake McCrary
70d3058944 lein vcs TASK gives non-stacktrace message when unknown vcs. 2014-05-28 22:52:51 -05:00
Jim Crossley
ce5fef4023 Add a :pom-location option to fix #1541 2014-05-28 23:09:15 -04:00
Phil Hagelberg
d8634b2272 Pass a stringed symbol into bump-version instead of a keyword. 2014-05-27 16:37:59 -07:00
Phil Hagelberg
0dd5967651 Improve error message to change when args aren't all readable strings. 2014-05-27 16:04:32 -07:00
Phil Hagelberg
547f4a7b9c Formatting fix.
[ci skip]
2014-05-27 15:53:23 -07:00
Phil Hagelberg
004bc6ecc5 Point to the right help text in deploy auth message. 2014-05-27 15:05:23 -07:00
Phil Hagelberg
b3f3537386 Avoid need for double-escaping in :release-tasks.
As per the recommendation of @crisptrutski.
2014-05-27 15:05:00 -07:00