← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/download-cache-git-fix-doc into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/download-cache-git-fix-doc into lp:launchpad.

Commit message:
Fix lp-source-dependencies URL mistake in rocketfuel-setup documentation.

Requested reviews:
  Colin Watson (cjwatson)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/download-cache-git-fix-doc/+merge/335321
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'utilities/rocketfuel-setup'
--- utilities/rocketfuel-setup	2017-12-18 12:48:37 +0000
+++ utilities/rocketfuel-setup	2017-12-18 13:48:32 +0000
@@ -195,7 +195,7 @@
 of the following steps:
 $ bzr branch lp:launchpad devel
 $ cd devel
-$ git clone --depth=1 lp:~launchpad/lp-source-dependencies/trunk/ download-cache
+$ git clone --depth=1 lp:lp-source-dependencies download-cache
 $ utilities/update-sourcecode
 $ utilities/launchpad-database-setup
 $ make schema


References