~dylanmccall/update-manager/dialogs-refactor

« back to all changes in this revision

Viewing changes to DistUpgrade/build-tarball.sh

  • Committer: Barry Warsaw
  • Date: 2012-06-11 15:08:35 UTC
  • mto: (2446.1.6 py3)
  • mto: This revision was merged to the branch mainline in revision 2454.
  • Revision ID: barry@python.org-20120611150835-lbx9cjwzfjy3y7bw
Re-integrate the Python 3 Computer Janitor refactoring branch for now.  The
code itself lives in ~computer-janitor-hackers/computer-janitor/py3refactor
and will eventually be ripped out of here, but for now, this unblocks other
folks.

Still getting test failures in `bzr bd -S` though.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# cleanup
8
8
echo "Cleaning up"
9
9
 
10
 
for d in ./ plugins/ computerjanitor/; do
 
10
for d in ./ janitor/; do
11
11
    rm -f $d/*~ $d/*.bak $d/*.pyc $d/*.moved $d/'#'* $d/*.rej $d/*.orig
12
12
    rm -rf $d/__pycache__
13
13
    rm -f *.tar.gz *.tar