← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/remove-rocketfuel-flakes-leftover into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/remove-rocketfuel-flakes-leftover into lp:launchpad.

Commit message:
Remove rocketfuel-flakes leftover from rocketfuel-setup.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/remove-rocketfuel-flakes-leftover/+merge/333932

The script itself was removed in r15786 (2012).
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/remove-rocketfuel-flakes-leftover into lp:launchpad.
=== modified file 'utilities/rocketfuel-setup'
--- utilities/rocketfuel-setup	2017-01-10 17:24:08 +0000
+++ utilities/rocketfuel-setup	2017-11-18 10:13:19 +0000
@@ -354,14 +354,6 @@
   echo "WARNING: /usr/local/bin/rocketfuel-get should be deleted so I can
          recreate it."
 fi
-if [ ! -e rocketfuel-flakes ]; then
-  sudo ln -s $LP_TRUNK_PATH/utilities/rocketfuel-flakes
-fi
-ls -l rocketfuel-flakes | cut -d">" -f2 | grep -q "$LP_TRUNK_NAME\/utilities\/rocketfuel"
-if [ $? -ne 0 ]; then
-  echo "WARNING: /usr/local/bin/rocketfuel-flakes should be deleted so I can
-         recreate it."
-fi
 if [ ! -e rocketfuel-branch ]; then
   sudo ln -s $LP_TRUNK_PATH/utilities/rocketfuel-branch
 fi


Follow ups