Leiningen 1.1.0 Releasedgithub.com/technomancy 30 pointsabscondment16 years ago4 commentsSaveHideCopy link On HNComments−shrikant16yUpvoted for coolest name I recognised off the bat without having to Google it first :)(I'm assuming this is named for Leiningen Vs The Ants)−nuggien16yis there such a task as "lein selfupdate" or something similar?−abscondmentOP16yWell, "self-install" only updates the lein jar. 1.1.0 added an "upgrade" task that also updates the lein script.To upgrade to it, you need to download the new script and "self-install": http://github.com/technomancy/leiningen/raw/stable/bin/leinOnce you've installed 1.1.0, future upgrades can be done via "lein upgrade".[edit: clarity]−mattculbreth16yYes, lein self-install
Comments
Upvoted for coolest name I recognised off the bat without having to Google it first :)
(I'm assuming this is named for Leiningen Vs The Ants)
is there such a task as "lein selfupdate" or something similar?
Well, "self-install" only updates the lein jar. 1.1.0 added an "upgrade" task that also updates the lein script.
To upgrade to it, you need to download the new script and "self-install": http://github.com/technomancy/leiningen/raw/stable/bin/lein
Once you've installed 1.1.0, future upgrades can be done via "lein upgrade".
[edit: clarity]
Yes, lein self-install