This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit f38157f4f8d069ab6756ce600f837a5d5541078c Author: Tatsuhiko Miyagawa <[email protected]> Date: Fri Oct 14 01:24:55 2011 +0900 Added notes about carton update --- lib/Carton/CLI.pm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm index 7683d6c..b8069df 100644 --- a/lib/Carton/CLI.pm +++ b/lib/Carton/CLI.pm @@ -319,7 +319,18 @@ sub cmd_check { sub cmd_update { # "cleanly" update distributions in extlib # rebuild the tree, update modules with DFS - die "Unimplemented"; + die <<EOF; +carton update is not implemented yet. + +The command is supposed to update all the dependencies to the latest +version as if you don't have the current local environment doesn't +exist. + +For now, you can remove the local environment and re-run carton install +to get the similar functionality. + +EOF + } sub cmd_exec { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
