← Back to team overview

hipl-core team mailing list archive

[trunk]4910: Changed "INSTALL" to indicate that HIPL is now hosted on

 

  Changed "INSTALL" to indicate that HIPL is now hosted on
  Launchpad, giving the new command line(s) needed for
  checkout.

=== modified file 'INSTALL'
--- INSTALL	2010-05-16 17:58:14 +0000
+++ INSTALL	2010-08-23 12:52:59 +0000
@@ -2,15 +2,15 @@
 ===============
 
 The latest version of HIPL is always available through Bazaar (version 1.6 or
-later required). Run the command
-
-  bzr checkout http://hipl.hiit.fi/hipl/hipl-bzr/trunk
-
-to get an anonymous read-only checkout or
-
-  bzr checkout bzr+ssh://hipl.hiit.fi/var/archive/hipl-bzr/trunk
-
-if you are a developer with an ssh account on the server.
+later required) and is hosted on Launchpad now. Run the command
+
+  bzr checkout lp:hipl
+
+to get a checkout of the source tree.
+
+This will provide you with an anonymous checkout, unless you are a developer
+registered with the hipl-core project on Launchpad and used the command
+"bzr launchpad-login" beforehand to let Bazaar know your Launchpad user name.
 
 
 HIPL dependencies
@@ -45,6 +45,7 @@
 
   Optionally: yum install miredo bzr xmlto doxygen
 
+
 How to build HIPL
 =================