Loading clpm/bundle.lisp +0 −2 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ the lock file if necessary." (with-bundle-session (clpmfile) (with-sources-using-installed-only () (let* ((lockfile-pathname (clpmfile-lockfile-pathname clpmfile)) (*vcs-project-override-fun* (make-vcs-override-fun (clpmfile-pathname clpmfile))) lockfile) (unless (probe-file lockfile-pathname) (error "Lockfile ~A does not exist" lockfile-pathname)) Loading @@ -134,7 +133,6 @@ the lock file if necessary." (with-bundle-session (clpmfile) (let* ((clpmfile (get-clpmfile clpmfile)) (lockfile-pathname (clpmfile-lockfile-pathname clpmfile)) (*vcs-project-override-fun* (make-vcs-override-fun (clpmfile-pathname clpmfile))) (lockfile nil) (changedp nil)) (unless (probe-file lockfile-pathname) Loading Loading
clpm/bundle.lisp +0 −2 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ the lock file if necessary." (with-bundle-session (clpmfile) (with-sources-using-installed-only () (let* ((lockfile-pathname (clpmfile-lockfile-pathname clpmfile)) (*vcs-project-override-fun* (make-vcs-override-fun (clpmfile-pathname clpmfile))) lockfile) (unless (probe-file lockfile-pathname) (error "Lockfile ~A does not exist" lockfile-pathname)) Loading @@ -134,7 +133,6 @@ the lock file if necessary." (with-bundle-session (clpmfile) (let* ((clpmfile (get-clpmfile clpmfile)) (lockfile-pathname (clpmfile-lockfile-pathname clpmfile)) (*vcs-project-override-fun* (make-vcs-override-fun (clpmfile-pathname clpmfile))) (lockfile nil) (changedp nil)) (unless (probe-file lockfile-pathname) Loading