Browse Source

Change bzr to git in HACKING/README

We're moving to github and thus need to update these files.
Clint Byrum 8 years ago
parent
commit
43ecc596c2
2 changed files with 7 additions and 6 deletions
  1. 4 3
      HACKING
  2. 3 3
      README

+ 4 - 3
HACKING

@@ -1,11 +1,12 @@
 Hi!
 
 You can obtain the latest source tree for Gearman by issuing the following command:
-bzr clone lp:gearmand
 
-You will need to have bzr installed in order for this to work (http://bazaar.canonical.com/en/).
+git clone https://github.com/gearman/gearmand
 
-If you are building from source control (i.e. bzr) you should setup your environment via:
+You will need to have git installed in order for this to work.
+
+If you are building from source control (i.e. git) you should setup your environment via:
 ./bootstrap.sh autoreconf
 
 This will build the files you will need in order to run "./configure".

+ 3 - 3
README

@@ -56,14 +56,14 @@ Enjoy!
 Contributing
 ------------
 
-If you are getting this code from https://launchpad.net/gearmand
+If you are getting this code from https://github.com/gearman/gearmand
 then continue reading. Otherwise these directions are not for you
 (well maybe...).
 
-To obtain code from https://launchpad.net/gearmand you will need to
+To obtain code from Github you will need to
 issue the following command:
 
-bzr branch lp:gearmand
+git clone https://github.com/gearman/gearmand
 
 Once the tree is branched you will need to build the "configure"
 script. You can do this by running the script: