~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/rocketfuel-get

  • Committer: Gavin Panella
  • Date: 2008-04-25 16:12:47 UTC
  • mto: This revision was merged to the branch mainline in revision 6224.
  • Revision ID: gavin.panella@canonical.com-20080425161247-pn0taw9u404hgayr
Drop the .py suffix from the utility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
for branch in *; do
22
22
  cd $branch
23
23
  echo "Updating sourcecode dependencies for ${branch}"
24
 
  utilities/link-external-sourcecode.py ../../lp-sourcedeps
 
24
  utilities/link-external-sourcecode ../../lp-sourcedeps
25
25
  cd ..
26
26
done
27
27