Loading CHANGELOG.org +2 −0 Original line number Diff line number Diff line #+TITLE: CLPM Changelog * v0.0.4 - 2018-12-10 Allow http for a gitlab method. * v0.0.3 - 2018-12-02 Get git auth info from environment variables for bundle operations even if the local bundle config file is missing. Loading src/clpm/sources/vcs.lisp +6 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,12 @@ hostname or NIL." "https://" (source/host source) "/" path-with.git)) ("http" (concatenate 'string "http://" (source/host source) "/" path-with.git)))))))) (defun vcs-project/cache-directory (project) Loading src/clpm/version.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ;; NOTE: If this form changes position in this file you *must* update clpm.asd as ;; well. (defparameter *version* "0.0.3") (defparameter *version* "0.0.4") (defparameter *git-version* "") Loading Loading
CHANGELOG.org +2 −0 Original line number Diff line number Diff line #+TITLE: CLPM Changelog * v0.0.4 - 2018-12-10 Allow http for a gitlab method. * v0.0.3 - 2018-12-02 Get git auth info from environment variables for bundle operations even if the local bundle config file is missing. Loading
src/clpm/sources/vcs.lisp +6 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,12 @@ hostname or NIL." "https://" (source/host source) "/" path-with.git)) ("http" (concatenate 'string "http://" (source/host source) "/" path-with.git)))))))) (defun vcs-project/cache-directory (project) Loading
src/clpm/version.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ;; NOTE: If this form changes position in this file you *must* update clpm.asd as ;; well. (defparameter *version* "0.0.3") (defparameter *version* "0.0.4") (defparameter *git-version* "") Loading